Inspection Checklists REST Endpoints

Inspection Checklists
The inspection checklists resource is used to view, create, delete, or modify an inspection checklist. An inspection checklist identifies the scope of inspections that an inspector must perform during an inspection. For example, a Residential Addition inspection may contain inspection checklists for Kitchen, Solar, and so on.
Create a checklist
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklists
Delete a checklist
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklists/{publicSectorInspectionChecklistsUniqID}
Get a checklist
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklists/{publicSectorInspectionChecklistsUniqID}
Get all checklists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklists
Get all inspection checklists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChkLists
Get an inspection checklist
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChkLists/{publicSectorInspectionChkListsUniqID}
Update a checklist
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklists/{publicSectorInspectionChecklistsUniqID}
Update an inspection checklist
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChkLists/{publicSectorInspectionChkListsUniqID}