List Forms
- /folders/{id}/forms
- Get a list of all forms in a folder.
- Get a list of all forms in a folder.
- /assets/{id}/forms
- Get a list of forms for an asset
Get Forms [GET]
Authorization: Admin, Web, Mobile
Parameters
- orderby
odata(optional) Example: $orderby=createdAt+desc
Response 200
}
"items": [{
"id": 732820,
"rowStatus": 1,
"ordinal": 0,
"completed": false,
"completedAt": null,
"createdAt": "2016-02-10T16:20:00.000Z",
"completedBy": null,
"createdBy": {
"id": 3501,
"firstName": "Brian",
"lastName": "Fox"
},
"locationName": null,
"areaName": null,
"formTemplate": {
"id": 2820,
"name": "Mavis Fundamental Review"
},
"asset": null,
"classification": {
"id": 1436,
"name": "Weekly Forms",
"rowStatus": 1,
"imageUrlSmall": "https://archive.inspectall.com/images/class/1436/Small"
},
"prioritiesCount": {
"high": 0,
"medium": 0,
"low": 0
},
"account": {
"id": 67789,
"num": null,
"name": "Mahwah 373"
},
"note": null,
"locationId": null,
"areaId": null,
"totalPrioritiesCount": 0,
"questionsCount": 70,
"questionsAnsweredCount": 0,
"questionsResolvedCount": 0,
"instructions": null,
"accountId": 0
}
,...
]
}