Monitors
Collect monitors relations (replaced by POST /v1/role/{roleId}/monitors/query)
Get the monitors relations which start from roles of which the user is a member and which are in the specified list of role ids. The POST /v1/role/{roleId}/monitors/query is a preferable alternative which can better handle complex filters.
get/v1/role/{roleId}/monitors
Path parameters
Query parameters
idinteger[]
Only return monitors relations with one of the specified ids
deviceIdinteger[]
Only return monitors relations with one of the specified device ids
Response
The monitors relations which start from roles of which the user is a member and which match all the specified filters
Changes
No recorded changes to this endpoint across all 1 revision of this API.