-
Notifications
You must be signed in to change notification settings - Fork 63
Base objects Rest API
Mathieu Rampant edited this page Jul 8, 2021
·
3 revisions
This part of the Rest API can be navigated through the website by going to /api/
. Filtering and other basic options are available.
If you wish to get the JSON version, click on the GET
button and choose json
.
Here is a list of available objects:
- accounts:
/api/accounts/
- area_access_records:
/api/area_access_records/
- areas:
/api/areas/
- projects:
/api/projects/
- reservations:
/api/reservations/
- resources:
/api/resources/
- scheduled_outages:
/api/scheduled_outages/
- staff_charges:
/api/staff_charges/
- tasks:
/api/tasks/
- tools:
/api/tools/
- training_sessions:
/api/training_sessions/
- usage_events:
/api/usage_events/
- users:
/api/users/