Categories REST Endpoints
Employee Community Details/Categories
The categories resource provides access to employee community categories.
- Create a category
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/categories - Delete a category
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/categories/{EmployeeCommunityCategoryId} - Get a category
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/categories/{EmployeeCommunityCategoryId} - Get all categories
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/categories - Update a category
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/categories/{EmployeeCommunityCategoryId}