cURL
curl --request POST \ --url https://vision.pingintel.com/api/v1/submission/bulkupdate \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "ids": [ "<string>" ], "changes": [ { "action": "claim", "parameters": {} } ] }'
{ "results": [ [ { "id": "<string>", "updated_data": [ [ { "claimed_by_id": 123, "workflow_status_id": 123 } ] ], "error": "<string>" } ] ] }
Provide a list of changes to transition (“change_status”) or assign (“claim”) one or multiple submissions.
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Token
Bearer
The response is of type object.
object