Job Group Definitions REST Endpoints

Shared Services/Job Group Definitions
The job group definitions resource is to view the job groups that are configured for an agency. Job groups can be used to create templates from a combination of the job functions and their attributes that are assigned to an agency staff.
Create a set of job group definitions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobGroupDefinitions
Delete a job group definition
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobGroupDefinitions/{publicSectorJobGroupDefinitionsUniqID}
Get a job group definition
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobGroupDefinitions/{publicSectorJobGroupDefinitionsUniqID}
Get all job group definitions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobGroupDefinitions
Update a job group definition
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobGroupDefinitions/{publicSectorJobGroupDefinitionsUniqID}