CSS Templates
Manage CSS templates for custom dashboard styling.
| Method | Endpoint | Path |
|---|---|---|
DELETE | Bulk delete CSS templates | /api/v1/css_template/ |
GET | Get a list of CSS templates | /api/v1/css_template/ |
POST | Create a CSS template | /api/v1/css_template/ |
GET | Get metadata information about this API resource (css-template--info) | /api/v1/css_template/_info |
DELETE | Delete a CSS template | /api/v1/css_template/{pk} |
GET | Get a CSS template | /api/v1/css_template/{pk} |
PUT | Update a CSS template | /api/v1/css_template/{pk} |
GET | Get related fields data (css-template-related-column-name) | /api/v1/css_template/related/{column_name} |