Skip to main content

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

NameTypeDescriptionRequired
ActionStringJobWorksheetsRequired
JobIdIntThe unique identifier of the job, which can be retrieved using any of the methods listed under add something here.Required
JobRefStringThe reference of the job that is input as free text.Required
JobCustRefIntJob customer reference - Auto generated sequential job numberOptional
WsPhotosStringSets the type of worksheet photos returned
  • None – no photos returned
  • Thumb – Thumbnail images returned
  • Full – Full image returned
  • Url – the URL to the Image
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

CodeMessageInformation
0new List<string>(
0worksheets
2JobId
2Invalid or missing parameter - jobId

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=jobworksheets