List all Event Types
URL
GET https://<tenant>.bubbleppm.com/api/v3/eventtypes/
Attributes
Name | Type | Value always returned | Description |
|---|---|---|---|
| PK | Yes | The unique ID for the Event Type |
| string | Yes | The name of the type |
| array<EventProgress> | No | An array of EventProgress ID’s that are available for this type |
| array<EventStatus> | No | An array of EventStatus ID’s that are available for this type |
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 |
Example Response
[
{
"id":1,
"name":"Gate",
"progress_options": [1,4,5],
"status_options": [1,2]
}
]