Description |
Endpoint |
Count |
Time |
Get a list of all spaces |
[GET] /occupancy/api/v1/companies/{companyId}/locations/{locationId}/spaces |
5 |
60s |
Get all occupancies |
[GET] /occupancy/api/v1/companies/{companyId}/locations/{locationId}/occupancies?startDate={startDate}&endDate={endDate} |
5 |
60s |
Create an occupancy for a space |
[POST] /occupancy/api/v1/companies/{companyId}/locations/{locationId}/occupancies |
100 |
10s |
Edit an occupancy |
[PUT] /companies/{companyId}/locations/{locationId}/occupancies/{occupancyId} |
5 |
60s |
Delete an occupancy from a space |
[DELETE] /companies/{companyId}/locations/{locationId}/occupancies/{occupancyId} |
5 |
60s |