Event Participation Statuses
Event participation statuses track whether participants have registered, attended, or cancelled for events.
Use the Datastore_EventParticipationStatus endpoint to query event participation statuses.
Endpoints
List Event Participation Statuses
GET
/v1/odata/Datastore_EventParticipationStatusSingle Event Participation Statuse
GET
/v1/odata/Datastore_EventParticipationStatus({id})Fields
Datastore Fields (inherited)
| Field | Type | Description |
|---|---|---|
Name | String | Display name |
Code | String | Unique code identifier |
LocalizedName | String | Localized display name |
IsDefault | Boolean | Whether this is the default value |
Relationships
| Relationship | Target Entity | Cardinality | Description |
|---|---|---|---|
| EventParticipation | EventParticipation | 1:N | EventParticipation |
Expanding Relationships
GET
/v1/odata/Datastore_EventParticipationStatus({id})?$expand=EventParticipationNavigating Relationships
GET
/v1/odata/Datastore_EventParticipationStatus({id})/EventParticipationFiltering Examples
GET
/v1/odata/Datastore_EventParticipationStatus?$filter=Name eq '{Name}'&$top={top}GET
/v1/odata/Datastore_EventParticipationStatus?$filter=contains(Name, '{Name}')&$top={top}GET
/v1/odata/Datastore_EventParticipationStatus?$filter=Code eq '{Code}'&$top={top}GET
/v1/odata/Datastore_EventParticipationStatus?$filter=IsDefault eq {IsDefault}&$top={top}Custom Query
Build your own OData query against Datastore_EventParticipationStatus. Open Run and edit the whole request inline — swap the entity set, change the $filter, or add $expand, $select, $orderby, $top, $skip. Type $ for suggestions; use ↺ Reset to restore this example.
GET
/v1/odata/Datastore_EventParticipationStatus?$top=10