Tiles

The Tiles resource allows you to retrieve all administrator- and user-created tiles and cards.

Tiles provide access to important content about your employees and organization. They can appear on your home page as a visual representation of a common task that you frequently perform, such as a current schedule or a timesheet. They can also appear as a visualization of a metric, or other summarization, in the form of a pie chart or graph. You can show or hide tiles depending on what aspect of your business you want to view.

Operations


Create Admin Tile
POST /v1/commons/tiles


Delete Admin Tile by ID
DELETE /v1/commons/tiles/{id}


Retrieve Tile by ID
GET /v1/commons/tiles/{id}


Retrieve Tiles
GET /v1/commons/tiles


Update Admin Tile by ID
PUT /v1/commons/tiles/{id}