Worksheets
Get a worksheet answer
Retrieve the details of a single worksheet answer (required scope worksheets:read)
get/v1/worksheetAnswers/{worksheetAnswerId}
Path parameters
worksheetAnswerIdinteger required
The unique identifier of the worksheet answer
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"entityType": "job",
"entityId": 4,
"questionId": 3,
"questionText": "How satisfied were you with the job?",
"resourceId": 2,
"worksheetId": 5,
"worksheetName": "Example",
"questionType": "boolean",
"worksheetGroupName": "Example",
"isMandatory": true,
"worksheetQuestionOrder": 9,
"note": "Example",
"rawAnswerText": "Example"
}