Skip to main content
GET
/
api
/
cameras
/
{cameraId}
/
properties
/
all
Get all camera properties in one call
curl --request GET \
  --url http://{host}:{port}/api/cameras/{cameraId}/properties/all
{
  "success": true,
  "data": {
    "properties": {},
    "total_properties": 123
  },
  "message": "<string>",
  "camera": {
    "connected": false,
    "model": "ILCE-7M4",
    "id": "D06CE05E3323"
  }
}

Path Parameters

cameraId
string
required

Camera identifier (e.g. D10F60149B0C)

Response

All properties retrieved

success
boolean
required
data
object
required

Wrapper object inside the bulk-GET data field. The properties member is a map of property name → entry.

message
string
camera
object

Camera info embedded in API responses