Get Job Status History
Retrieve information about the job statuses: id, date, status, comment, position and owner. Searches by jobId if it has a value, otherwise by jobRef.
Query String Parameters
Name | Type | Description | Required |
---|
Action | String | JobStatusHistory | Required |
JobId | String | | Required |
JobRef | String | Unique job reference. Only required if Id not supplied. | Required |
Response Codes
Code | Message | Information |
---|
0 | | |
2 | JobId | |
2 | Missing parameters | |
2 | Cannot find job | |
Example
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobstatushistory
Response Data
{
"Code": 0,
"Result": [
{
"AssetCheckId": "12345"
}
]
}