Event
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/EventGet by ID
GET
/v1/odata/Event({id})Create
POST
/v1/odata/EventUpdate
PUT
/v1/odata/Event({id})Delete
DELETE
/v1/odata/Event({id})Fields
No fields beyond the standard Entity fields.
Relationships
| Relationship | Target Entity | Cardinality | Description |
|---|---|---|---|
| Employee | Relationship_Person_Contact_Employee | N:1 | Employee |
Expanding Relationships
GET
/v1/odata/Event({id})?$expand=EmployeeNavigating Relationships
GET
/v1/odata/Event({id})/Employee