This resource allows you to retrieve and manipulate exception tiles.
The exception tile provides an easy way for managers to review and manage exceptions across many employees before approving their timecards.
Operations
Create Exception Tile
POST /v1/timekeeping/exception_tiles
Create Exception Tiles
POST /v1/timekeeping/exception_tiles/multi_create
Delete Exception Tile by ID
DELETE /v1/timekeeping/exception_tiles/{id}
Delete Exception Tiles
POST /v1/timekeeping/exception_tiles/multi_delete
Retrieve All Exception Tiles
GET /v1/timekeeping/exception_tiles
Retrieve Exception Tile by ID
GET /v1/timekeeping/exception_tiles/{id}
Update Exception Tile by ID
PUT /v1/timekeeping/exception_tiles/{id}
Update Exception Tiles
POST /v1/timekeeping/exception_tiles/multi_update