Event Phases
Event Phases define the workflow stages for Events. Use this endpoint to query the available phases and their IDs, which are needed to update the phase of a event.
Use the Datastore_Phase_ActivityEvent endpoint to query phases for this activity type.
Endpoints
List Event Phases
GET
/v1/odata/Datastore_Phase_ActivityEventSingle Phase
GET
/v1/odata/Datastore_Phase_ActivityEvent({id})Fields
Inherited Fields (from Phase)
See Phase Fields for all inherited fields including Name, Code, Icon, ActionName, IsAssignable, and IsTerminal.
Relationships
| Relationship | Target Entity | Cardinality | Description |
|---|---|---|---|
| Event | Activity_Event | 1:N | Event |
Expanding Relationships
GET
/v1/odata/Datastore_Phase_ActivityEvent({id})?$expand=EventNavigating Relationships
GET
/v1/odata/Datastore_Phase_ActivityEvent({id})/EventUsage
Query Available Phases
GET
/v1/odata/Datastore_Phase_ActivityEvent?$select=Name,Code,IsTerminalUpdate Phase on Event
POST
/v1/odata/Activity_EventFiltering Examples
GET
/v1/odata/Datastore_Phase_ActivityEvent?$filter=Name eq '{Name}'&$top={top}GET
/v1/odata/Datastore_Phase_ActivityEvent?$filter=Code eq '{Code}'&$top={top}GET
/v1/odata/Datastore_Phase_ActivityEvent?$filter=IsTerminal eq {IsTerminal}&$top={top}GET
/v1/odata/Datastore_Phase_ActivityEvent?$filter=IsAssignable eq {IsAssignable}&$top={top}GET
/v1/odata/Datastore_Phase_ActivityEvent?$filter=IsDefault eq {IsDefault}&$top={top}Custom Query
Build your own OData query against Datastore_Phase_ActivityEvent. 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_Phase_ActivityEvent?$top=10