Inspection Checklist Groups REST Endpoints

Inspection Checklist Groups
The inspection checklist group resource is used to view, create, delete or modify an inspection checklist group. An inspection checklist group identifies a set of checklists that can be associated to an inspection type. The group contains one or more checklist lines.
Create an inspection checklist group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups
Delete an inspection checklist group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}
Get all inspection checklist groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups
Get an inspection checklist group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}
Update an inspection checklist group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}