Inspection Groups REST Endpoints

Inspections/Inspection Groups
The inspection group resource is used to view, create, delete, or modify an inspection group. An inspection group identifies the group of inspection types associated with a permit, license, or plan. The group contains one or more inspection lines.
Create an inspection group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups
Delete an inspection group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups/{publicSectorInspectionGroupsUniqID}
Get all inspection groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups
Get an inspection group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups/{publicSectorInspectionGroupsUniqID}
Update an inspection group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups/{publicSectorInspectionGroupsUniqID}