Get a List of Job Worksheet Questions
Returns the questions, question types, possible answers for list type questions and answers (when already given) for the worksheets of a single job.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobWorksheetQuestions | 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 |
note
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 | |
0 | questions | |
2 | JobId |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobworksheetquestions
Response Data
{ "Code": 0, "Result": [ { "ContactNoteId": "12345" } ] }