Get a Job's Customer Activity
Retrieve a jobs customer activity.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobCustomerActivity | Required |
JobId | String | The unique identifier of the job, which can be retrieved using any of the methods listed under add something here. | Required |
JobRef | String | The reference of the job that is input as free text. | Optional - see tip |
tip
Either the Job Id or Reference can be supplied. If both parameters are provided, the Job Id will take precedence.
Response Codes
Code | Message | Information |
---|---|---|
2 | error - job id | |
0 | ||
2 | Missing parameters | |
2 | Cannot find job |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobcustomeractivity
Response Data
{ "Code": 0, "Result": [ { "AssetCheckId": "12345" } ] }