Inspection Checklist Items REST Endpoints

Inspection Checklist Items
The inspection checklist items resource is used to view, create, delete, or modify an inspection checklist item. An inspection checklist item identifies part of the inspection checklist. For example, a Residential Addition inspection may contain inspection checklists for Kitchen, Solar, and so on. The Kitchen checklist may contain checklist items for Plumbing and Electrical.
Create a checklist item
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklistItems
Delete a checklist item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklistItems/{publicSectorInspectionChecklistItemsUniqID}
Get a checklist item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklistItems/{publicSectorInspectionChecklistItemsUniqID}
Get all checklist items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklistItems
Get all inspection checklist items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChkListItems
Get an inspection checklist item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChkListItems/{publicSectorInspectionChkListItemsUniqID}
Update a checklist item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklistItems/{publicSectorInspectionChecklistItemsUniqID}
Update an inspection checklist item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionChkListItems/{publicSectorInspectionChkListItemsUniqID}