This resource allows you to retrieve and manipulate exception categories.
Exception categories allow different exceptions to be grouped together into a bucket.
Operations
Create Exception Categories
POST /v1/timekeeping/exception_categories/multi_create
Create Exception Category
POST /v1/timekeeping/exception_categories
Delete Exception Categories
POST /v1/timekeeping/exception_categories/multi_delete
Delete Exception Category by ID
DELETE /v1/timekeeping/exception_categories/{id}
Retrieve All Exception Categories
GET /v1/timekeeping/exception_categories
Retrieve All Exception Types
GET /v1/timekeeping/exception_types
Retrieve Exception Categories
POST /v1/timekeeping/exception_categories/multi_read
Retrieve Exception Category by ID
GET /v1/timekeeping/exception_categories/{id}
Update Exception Categories
POST /v1/timekeeping/exception_categories/multi_update
Update Exception Category by ID
PUT /v1/timekeeping/exception_categories/{id}