Skip to main content
Skip table of contents

List all Event Types

URL

GET https://<tenant>.bubbleppm.com/api/v3/eventtypes/

Attributes

Name

Type

Value always returned

Description

id

PK

Yes

The unique ID for the Event Type

name

string

Yes

The name of the type

progress_options

array<EventProgress>

No

An array of EventProgress ID’s that are available for this type

status_options

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

created_at_lte

Date YYYY-MM-DD

created_at_gte

Date YYYY-MM-DD

created_at

Date YYYY-MM-DD

updated_at_lte

Date YYYY-MM-DD

updated_at_gte

Date YYYY-MM-DD

updated_at

Date YYYY-MM-DD

name

String

Example Response

CODE
[
  {
    "id":1,
    "name":"Gate",
    "progress_options": [1,4,5],
    "status_options": [1,2]
  }
]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.