This guide explains how to find the unique identifier (ID) for your devices. You can find device IDs manually using the Desktop Dlient or programmatically using the REST API.
Find a device ID using the Desktop Client
To find a specific camera's ID manually through the user interface:
Open the desktop client and right-click the camera.
Select Camera Settings.
On the General tab, click the More Info arrow to show the camera ID.
Click the ID to copy it to your clipboard.
Find device IDs using the REST API
To retrieve a list of all devices and their IDs programmatically, send a request to the following endpoint:
https://<serverIp>:7001/rest/v4/devices?_with=id,url,nameReplace <serverIp> with the IP address of your server.
Comments
0 comments
Article is closed for comments.