Get Resources
In Sonderplan, resources refer to any item or entity that can be booked, such as rooms, people, equipment, or actions like recreation and sick leave.
For people resources, it’s recommended to link them to a corresponding contact record using the type_person_id attribute.
Resources can be organized into hierarchical groups using the parent_id attribute, which enables the visual nesting of similar resources for better organization.
Additionally, resources must be assigned to at least one schedule to appear in the resource selection menu in Sonderplan.
READ
access to the ADMIN
module is required to access this endpointAuthorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
One or more (comma seperated) ids of resources to retrieve
Comma seperated list of fields you wish to return
Specify the page of results you wish to return
The number of results returned per page. Default if not specified is 10
Specify the field (with type of string or integer) you wish to order (ascending) the response with
Specify the field (with type of string or integer) you wish to order (descending) the response with
Specify if multiple filters should be combined with OR or AND logic
OR
, AND