Get Form
/forms/{id}
Get a single form.
Get Form [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"item": {
"id": 718908,
"rowStatus": 1,
"instructions": null,
"accountId": 1016,
"completed": false,
"completedAt": null,
"createdAt": "2016-02-02T14:33:31.590Z",
"completedBy": null,
"createdBy": {
"id": 1000,
"firstName": "Jason",
"lastName": "Shehane"
},
"formTemplate": {
"id": 1071,
"name": "Program Audit"
},
"asset": null,
"classification": {
"id": 705,
"name": "LOTO - Energy Control",
"rowStatus": 1,
"imageUrlSmall": "https://archive.inspectall.com/images/class/705/Small"
},
"folder": {
"id": 120708,
"folderTypeName": "Inspection",
"folderTypeColor": "589d46",
"num": "IN1155"
},
"note": null,
"locationId": null,
"areaId": null,
"formTemplateId": 1071,
"assetId": null,
"requiresAsset": false
}
}