Get a List of Worksheets for a Job
This service returns the questions and answers for the completed worksheets against a single Job. The response can also include photographs either as a thumbnail, full photo or an image URL.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobWorksheets | Required |
JobId | Int | 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. | Required |
JobCustRef | Int | Job customer reference - Auto generated sequential job number | Optional |
WsPhotos | String | Sets the type of worksheet photos returned
| Optional |
note
Either the Job Id or Reference can be supplied. If both parameters are provided, the Job Id will take precedence.
info
The value returned in "Sig" is a byte array of the signature image data.**
Response Codes
Code | Message | Information |
---|---|---|
0 | new List<string>( | |
0 | worksheets | |
2 | JobId | |
2 | Invalid or missing parameter - jobId |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobworksheets
Response Data
{ "Code": 0, "Result": [ { "AssetCheckId": "12345" } ] }