List all Event Progresses
URL
GET https://<tenant>.bubbleppm.com/api/v3/eventprogresses/
Attributes
Name | Type | Value always returned | Description |
|---|---|---|---|
| PK | Yes | The unique ID for the Event Progress |
| string | Yes | The name of the progress state |
| string | No | The icon used for the progress |
| string | No | The color used for the progress |
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":"Not started",
"icon": "square",
"color": "#333333"
}
]