Skip to main content

Resources

EntityResource

Resources represent bookable non-person assets — such as meeting rooms, vehicles, equipment, or facilities. They can be linked to emails and files, and are used in scheduling and resource planning.

Endpoints

List Resources

GET/v1/odata/Resource

Get by ID

GET/v1/odata/Resource({id})

Create

POST/v1/odata/Resource

Update

PUT/v1/odata/Resource({id})

Delete

DELETE/v1/odata/Resource({id})

Fields

FieldTypeDescription
NameStringDisplay name of the resource
TokenStringUnique identifier token for the resource

Relationships

RelationshipTarget EntityCardinalityDescription
EmailEmailN:1Associated email
FileFileN:1Associated file

Expanding Relationships

GET/v1/odata/Resource({id})?$expand=Email
GET/v1/odata/Resource({id})/Email