🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
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
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
OK
Show child attributes
Was this page helpful?