API ReferenceConversions
Check the status of a specific conversion
Returns the processing status of a specified conversion by its ID
Returns the processing status of a specified conversion by its ID
Authorization
ApiKey X-API-KEY<token>
In: header
Path Parameters
id*integer
The ID of the conversion to check
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/conversions/0/status"{ "profile": { "id": 0, "aadId": "1cbad290-069a-4527-be23-a0c144b5302d", "email": "string", "firstName": "string", "lastName": "string", "company": "string", "created": "2019-08-24T14:15:22Z", "shouldProcessQrCodes": true }, "payload": { "id": 0, "fileName": "string", "dataSourceType": "string", "status": "string", "uploadDate": "2019-08-24T14:15:22Z" }, "errors": [ "string" ], "hasErrors": true, "warnings": [ "string" ], "hasWarnings": true, "metadata": { "property1": null, "property2": null }}{ "profile": { "id": 0, "aadId": "1cbad290-069a-4527-be23-a0c144b5302d", "email": "string", "firstName": "string", "lastName": "string", "company": "string", "created": "2019-08-24T14:15:22Z", "shouldProcessQrCodes": true }, "payload": { "id": 0, "fileName": "string", "dataSourceType": "string", "status": "string", "uploadDate": "2019-08-24T14:15:22Z" }, "errors": [ "string" ], "hasErrors": true, "warnings": [ "string" ], "hasWarnings": true, "metadata": { "property1": null, "property2": null }}{ "profile": { "id": 0, "aadId": "1cbad290-069a-4527-be23-a0c144b5302d", "email": "string", "firstName": "string", "lastName": "string", "company": "string", "created": "2019-08-24T14:15:22Z", "shouldProcessQrCodes": true }, "payload": { "id": 0, "fileName": "string", "dataSourceType": "string", "status": "string", "uploadDate": "2019-08-24T14:15:22Z" }, "errors": [ "string" ], "hasErrors": true, "warnings": [ "string" ], "hasWarnings": true, "metadata": { "property1": null, "property2": null }}{ "profile": { "id": 0, "aadId": "1cbad290-069a-4527-be23-a0c144b5302d", "email": "string", "firstName": "string", "lastName": "string", "company": "string", "created": "2019-08-24T14:15:22Z", "shouldProcessQrCodes": true }, "payload": { "id": 0, "fileName": "string", "dataSourceType": "string", "status": "string", "uploadDate": "2019-08-24T14:15:22Z" }, "errors": [ "string" ], "hasErrors": true, "warnings": [ "string" ], "hasWarnings": true, "metadata": { "property1": null, "property2": null }}Delete conversions DELETE
Marks a specific conversion for deletion by validating its status and preparing for removal. Client must subsequently check deletion status via status endpoint.
Post multiple conversions POST
Posts multiple conversions with validation. Returns validation information and processes valid records even if some are invalid.