This resource allows you to create, read, update, and delete custom tiles.
Custom tiles provide admins and managers a way to integrate tiles from third party systems into the system dashboard.
Operations
Create Custom Tile
POST /v1/commons/custom_tiles
Delete Custom Tile by ID
DELETE /v1/commons/custom_tiles/{id}
Retrieve All Custom Tiles
GET /v1/commons/custom_tiles
Retrieve Custom Tile by ID
GET /v1/commons/custom_tiles/{id}
Retrieve Custom Tiles
POST /v1/commons/custom_tiles/multi_read
Update Custom Tile by ID
PUT /v1/commons/custom_tiles/{id}