Resource
Details of a Resource Drop
A Resource object is used to represent a bookable resources, such as a room, court, or physical object within the platform.
| Field | Usage / Description | Additional Information |
|---|---|---|
| id | {{resource.id}} | Example: 254543 |
| attendance_status | {{resource.attendance_status}} | |
| attendance_estimate | {{resource.attendance_estimate}} | |
| attendance_started | {{resource.attendance_started}} | |
| administrator | {{resource.administrator}} | |
| company_id | {{resource.company_id}} | Example: 37015 |
| company_ids | {{resource.company_ids}} | |
| created_at | {{resource.created_at}} | |
| description | {{resource.description}} | |
| deleted | {resource.deleted}} | |
| disabled | {{resource.disabled}} | |
| {{resource.email}} | ||
| ews_email | {{resource.ews_email}} | |
| extra | {{resource.extra}} | Example: {"questionone"=>"Answer to question_one", "question_two"=>"Answer to question two"} |
| group_id | {{resource.group_id}} | Example: 58459 |
| group_name | {{resource.group_name}} | Example: Group |
| ical_link | {{resource.ical_link}} | |
| image | {{person.image}} | URL of the default Image |
| images | {{person.images['name']}} | Link to image URL by it's name |
| live_status | {{resource.live_status}} | |
| mobile | {{resource.mobile}} | |
| name | {{resource.name}} | Example: Beauty Chair A, Meeting Room - Phoenix |
| never_booked | {{resource.never_booked}} | |
| order | {{resource.order}} | Example: 1 |
| origin | {{resource.origin}} | Where the object came from e.g. importer, manually |
| person_companies | {{resource.person_companies}} | |
| phone | {{resource.phone}} | Example: 0208 123 456 |
| phone_prefix | {{resource.phone_prefix}} | Example: +44 |
| queuing_disabled | {{resource.queuing_disabled}} | |
| reference | {{resource.reference}} | |
| resource_ids | {{resource.resource_ids}} | |
| schedule_id | {{resource.schedule_id}} | |
| service_ids | {{resource.service_ids}} | |
| type | {{resource.type}} | Example: person |
| updated_at | {{resource.updated_at}} | |
| app | {{resource.app.property}} | Link to a Custom Object belonging to an app |
| extras | {{resource.extras.property}} | Link to the extra values |
| images | {{resource.company.property}} | Link to the extra values |
Updated over 2 years ago
What’s Next
