Inspection Checklists REST Endpoints

Inspection Checklists
The inspection checklists resource is used to capture all inspection checklists and display the checklist information to the user, including inspection ID, checklist ID, checklist name, checklist score, 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}