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