Leads
GET {{api-domain}}/crm/v2/Leads/actions/mass_update?job_id={{job_id}}
To get the status of the mass update job scheduled previously.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
job_id | string |
RESPONSES
status: OK
{"data":[{"Status":"COMPLETED","Failed_Count":0,"Updated_Count":16,"Not_Updated_Count":0,"Total_Count":16}]}