Staffing Grids REST Endpoints

Staffing Grids
The staffingGrids resource provides information about the specified staffing grids. This resource also lets people with appropriate job roles create, update, and delete staffing grids.
Create staffing grids for the staffing plan
Method: post
Path: /hcmRestApi/resources/11.13.18.05/staffingGrids
Delete a staffing grid
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/staffingGrids/{StaffingGridId}
Get a single staffing grid
Method: get
Path: /hcmRestApi/resources/11.13.18.05/staffingGrids/{StaffingGridId}
Get all staffing grids for the staffing plan
Method: get
Path: /hcmRestApi/resources/11.13.18.05/staffingGrids
Update a single staffing grid
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/staffingGrids/{StaffingGridId}