Skip to main content

Event

EntityEvent

A base calendar/schedule event entity. Distinct from Activity_Event (which is a CRM activity). Represents a scheduled occurrence with time, place, and attendees. Can be read-tracked via Event_Read.

Endpoints

List

GET/v1/odata/Event

Get by ID

GET/v1/odata/Event({id})

Create

POST/v1/odata/Event

Update

PUT/v1/odata/Event({id})

Delete

DELETE/v1/odata/Event({id})

Fields

No fields beyond the standard Entity fields.

Relationships

RelationshipTarget EntityCardinalityDescription
EmployeeRelationship_Person_Contact_EmployeeN:1Employee

Expanding Relationships

GET/v1/odata/Event({id})?$expand=Employee
GET/v1/odata/Event({id})/Employee

Custom Query

Build your own OData query against Event. 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/Event?$top=10