List all Event Workstreams
URL
GET https://<tenant>.bubbleppm.com/api/v3/eventworkstreams/
Attributes
Name | Type | Value always returned | Description |
|---|---|---|---|
| PK | Yes | The unique ID for the Event Workstream |
| string | Yes | The name of the workstream |
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": "Documentation"
}
]