Assignment Status
This endpoint allows a client to get an status of assignment using valid ConfirmationID from Crawford systems. A client sending data for assignment creation is validated against their APIKEY.User willing to check the status of assignment on as per need basis should use this endpoint.
Endpoint
| Protocol | Endpoint |
|---|---|
| GET | api/assignment/status |
Request
| Parameter | Data Type | Parameter | Description |
|---|---|---|---|
| ConfirmationID | Long Integer | Body | ConfirmationID (Identifier) received while creating assignment using iQ Connect |
| APIKEY | String | Header | Expected APIKEY used for Authentication |
Response
| Field | Description |
|---|---|
| ConfirmationID | ConfirmationID (Identifier) received while creating assignment using iQ Connect |
| AssignmentStatusCode | ENUM/numeric representation of current status of assignment |
| AssignmentStatusDescription | Description of assignment status code |
| StatusChangedOn | Last status modified date/time of assignment |
Note: Any date time communicated to/from with Crawford would be in UTC. Any date time send to the api or received by the api would be in UTC format.