get_property
Retrieve a single property record from Jobber by its unique ID, including address and client details.
Instructions
Get a single property by ID. Maps to the GraphQL property query. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Jobber EncodedId for the property | |
| fields | No | GraphQL selection set to fetch, overriding the default (id address { street city } client { id name }). |