🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/report/getIntegrationDiagnosticEvents \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"timestampMsAfter": 123,
"timestampMsBefore": 123
}
'{
"error": true,
"errorMsg": "<string>",
"integrationDiagnosticEvents": [
{
"activity": "CAMERA_CONNECTED",
"integration": "AVIGILON_ALTA",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"thirdPartyDeviceId": "<string>",
"thirdPartyDeviceName": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Get the diagnostic logs of supported third-party devices for organization
curl --request POST \
--url https://api2.rhombussystems.com/api/report/getIntegrationDiagnosticEvents \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"timestampMsAfter": 123,
"timestampMsBefore": 123
}
'{
"error": true,
"errorMsg": "<string>",
"integrationDiagnosticEvents": [
{
"activity": "CAMERA_CONNECTED",
"integration": "AVIGILON_ALTA",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"thirdPartyDeviceId": "<string>",
"thirdPartyDeviceName": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Was this page helpful?