Skip to main content
POST
Get policies using schedule

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request object for getting all policies that use a specific schedule.

scheduleUuid
string<RUUID> | null
RUUID

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response object containing all policies that use a specific schedule, organized by policy type.

accessControlledDoorPolicyList
object[] | null

List of access controlled door policies using the schedule

audioPolicyList
object[] | null

List of audio policies using the schedule

cameraPolicyList
object[] | null

List of camera policies using the schedule

climatePolicyList
object[] | null

List of climate policies using the schedule

doorPolicyList
object[] | null

List of door sensor policies using the schedule

error
boolean | null
errorMsg
string | null
occupancyPolicyList
object[] | null

List of occupancy policies using the schedule

proximityPolicyList
object[] | null

List of proximity policies using the schedule

videoIntercomPolicyList
object[] | null

List of video intercom policies using the schedule

warningMsg
string | null
Last modified on August 21, 2026