List all Event Statuses
URL
GET https://<tenant>.bubbleppm.com/api/v3/eventstatuses/
Attributes
Name | Type | Value always returned | Description |
|---|---|---|---|
| PK | Yes | The unique ID for the Event Status |
| string | Yes | The name of the status |
| string | No | The icon used for the status |
| string | No | The color used for the status |
Pagination
This endpoint supports pagination. For more information please refer to the documentation here.
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
| String |
| String |
| String |
Example Response
[
{
"id":1,
"name":"At risk",
"icon": "circle",
"color": "#ff0000"
}
]