Get Answer
/answers/{id}
A single answer.
Get Answer [GET]
Get an answer.
Authorization: Admin, Web, Mobile
Response 200
Body
{
"item": {
"id": 89122345,
"guid": "DA946600-EDBF-11E1-8000-74E1B6B5FF7A",
"calculatedFromFormula": false,
"createdAt": "2012-08-24T11:47:21-04:00Z",
"modifiedAt": "2012-08-24T11:47:21-04:00Z",
"modifiedBy": {
"id": 190,
"firstName": "Homer",
"lastName": "Simpson"
},
"complete": true,
"resolved": true,
"resolvedAt": "2012-08-24T11:47:21-04:00Z",
"resolvedBy": {
"id": 190,
"firstName": "Homer",
"lastName": "Simpson"
},
"resolveNote": "action taken",
"priorityId": 2,
"photosCount": 2,
"question": {
"id": 89270,
"title": "What is the condition of the workspace?",
"definition": "Inspect the areas around work thoroughly",
"type": {
"name": "singleSelect",
"displayName": "Single Select",
"id": 1
}
},
"payload": {//see payloads in Answer Object//},
"assignedTo": {
"id": 190,
"firstName": "Homer",
"lastName": "Simpson"
},
"resolveDueAt": "2012-08-24T11:47:21-04:00Z"
}
}