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