Inspection Checklist Categories REST Endpoints

Inspection Checklist Categories
The inspection checklist category resource is used to view, create, delete, or modify an inspection checklist category. A checklist category is used to organize inspection checklist items into various categories.
Create a checklist category
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistCategories
Delete a checklist category
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistCategories/{publicSectorChecklistCategoriesUniqID}
Get a checklist category
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistCategories/{publicSectorChecklistCategoriesUniqID}
Get all checklist categories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistCategories
Update a checklist category
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistCategories/{publicSectorChecklistCategoriesUniqID}