Skip to main content

Meetings and Activities

Meetings and activities are intentionally constrained compared with core CRM records.

Meetings

Meetings are read-only.
ActionSupport
Read by IDSupported
QuerySupported
CreateExplicit 405
PatchExplicit 405
ArchiveExplicit 405
RelationshipsGeneric relationship reads only
Meeting media endpoints:
GET /api/v2/meeting/{meeting_id}/recording
GET /api/v2/meeting/{meeting_id}/transcript
Use these endpoints to retrieve available meeting media or transcript resources. Meeting writes, including relationship writes, are not available.

Activities

Activities are append-only.
ActionSupport
Create activity logSupported
QuerySupported
Read by IDNot available
PatchNot available
ArchiveNot available
RelationshipsNot available
Use activities for timeline-style logging and querying, not as mutable CRM records.

Common errors

Error codeUsually means
method_not_allowedAttempted to write a read-only meeting route
record_not_foundMeeting ID does not exist or is not visible to the API key
unknown_relationshipRelationship API name is not declared for meeting