qobrix_get_viewing
Retrieve a single property viewing by its UUID to access the showing detail view, with optional expanded associations for tracing back to property and contact.
Instructions
Get a single viewing by UUID — the showing detail view in the Showing Lifecycle. Returns { data: { id, ... } }. Verified include: PropertyViewingViewing. After retrieving, use the property and contact FKs to trace back to the listing and lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Property Viewing UUID | |
| include | No | Associations to expand. Verified options: PropertyViewingViewing |