qobrix_get_meeting
Retrieve a single meeting's full details by UUID, including optional associated contacts, users, and property viewings.
Instructions
Get a single meeting by UUID — meeting detail in the Activity/Showing Lifecycle. Returns { data: { id, ... } }. Include: AssignedToUsers, ContactContacts, ViewingPropertyViewings (if it wraps a showing), CreatedByUsers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Meeting UUID | |
| include | No | Associations to expand. Options: AssignedToUsers, ContactContacts, ViewingPropertyViewings, CreatedByUsers |