Meetings and Activities
Meetings and activities are intentionally constrained compared with core CRM records.Meetings
Meetings are read-only.| Action | Support |
|---|---|
| Read by ID | Supported |
| Query | Supported |
| Create | Explicit 405 |
| Patch | Explicit 405 |
| Archive | Explicit 405 |
| Relationships | Generic relationship reads only |
Activities
Activities are append-only.| Action | Support |
|---|---|
| Create activity log | Supported |
| Query | Supported |
| Read by ID | Not available |
| Patch | Not available |
| Archive | Not available |
| Relationships | Not available |
Common errors
| Error code | Usually means |
|---|---|
method_not_allowed | Attempted to write a read-only meeting route |
record_not_found | Meeting ID does not exist or is not visible to the API key |
unknown_relationship | Relationship API name is not declared for meeting |