Getting Started with Integrating

This section is for integrators or developers that are looking to integrate Rhombus video and device data into their applications. Common use cases include pulling clips or video streams into access control or monitoring platforms so that users can view corresponding video footage alongside third-party events. To focus this effort, we have compiled some common endpoints and examples to illustrate how to integrate.

Get a list of users

Use the endpoint /api/user/getUsersInOrg to get a list of all users in the org.

Getting a list of cameras and locations

Use the endpoint [/api/camera/getMinimalCameraStateList] (https://apidocs.rhombussystems.com/reference/getminimalcamerastatelist) to get a list of all cameras that are accessible to the API token. The returned list includes information required to pull camera thumbnails and other media from a camera.

To get a list of locations, use the endpoint /api/location/getLocations.