Properties
Get all camera properties in one call
Returns every property the camera currently reports, deduplicated by name (the SDK occasionally returns multiple internal entries for the same property — the server picks the entry that has values or is writable).
Important: response shape differs from single-property GET
The per-property entries here use a DIFFERENT shape than
getProperty — see BulkPropertyEntry vs PropertyData. Highlights:
- Field names:
current_value/current_hex_value/current_formattedinstead ofvalue/formatted writableis a real boolean here (not the stringified"true"/"false"you get from single GET)available_valuesentries carry both numericvalueandhex_value
Use this endpoint for “load everything once” UI flows. Use single GET when you need just one property and want the consistent setter format.
GET
Get all camera properties in one call
Path Parameters
Camera identifier (e.g. D10F60149B0C)
Get all camera properties in one call

