| Description | Endpoint | Count | Time |
|---|---|---|---|
| Get a rule set on a company | [GET] /companies/{companyId}/ruleSets/{ruleSetId} | 50 | 1s |
| Get all rule sets on a company | [GET] /companies/{companyId}/ruleSets | 1 | 1s |
| Get rule assignments for a company | [GET] /companies/{companyId}/ruleSetAssignments | 1 | 1s |
| Get rule assignments for a location | [GET] /companies/{companyId}/locations/{locationId}/ruleSetAssignments | 5 | 1s |
| Get space audit logs | [GET] /spaces/{spaceId}?startDate={startDate}&endDate={endDate} | 1 | 1s |
| Get sub-space audit logs | [GET] /subSpaces/{subSpaceId}?startDate={startDate}&endDate={endDate} | 1 | 1s |
| Perform action on space | [POST] /companies/{companyId}/locations/{locationId}/spaces/{spaceId}/actions | 100 | 1h |
| Perform action on sub-space | [POST] /companies/{companyId}/locations/{locationId}/subSpaces/{subSpaceId}/actions | 100 | 1h |