Camera
Last updated
Last updated
This API retrieves a list of cameras, including the camera ID, camera name, location ID, and camera RTSP.
Endpoint: GET /cameras
Parameters:
Parameter | Description | Type | Require | Default |
---|---|---|---|---|
Example Request:
Example Response:
Response Fields:
This API retrieves the details of a specific camera, including the camera ID, camera name, location ID, and camera RTSP.
Endpoint: GET /cameras/:camera_id
Path Parameters:
Example Request:
Example Response:
Response Fields:
Field | Description | Type |
---|---|---|
Parameter | Description | Type | Require |
---|---|---|---|
Field | Description | Type |
---|---|---|
ids
Fetch specific ids.
String
No
-
limit
The number of cameras to retrieve per page.
integer
No
100
offset
The starting position for the result set.
integer
No
0
id
The unique identifier for the camera.
integer
name
The name of the camera.
string
location_id
The ID of the location of the camera.
integer
rtsp
The RTSP stream URL of the camera.
string
model_name
The model name of the camera.
string
coordinates
Latitude and longitude of the camera
object
camera_id
The unique identifier for the camera.
integer
Required
id
The unique identifier for the camera.
integer
name
The name of the camera.
string
location_id
The ID of the location of the camera.
integer
rtsp
The RTSP stream URL of the camera.
string
model_name
The model name of the camera.
string
coordinates
Latitude and longitude of the camera
object