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).
The per-property entries here use a DIFFERENT shape than
getProperty — see BulkPropertyEntry vs PropertyData. Highlights:
current_value / current_hex_value / current_formatted
instead of value / formattedwritable is a real boolean here (not the stringified "true"/"false"
you get from single GET)available_values entries carry both numeric value and hex_valueUse this endpoint for “load everything once” UI flows. Use single GET when you need just one property and want the consistent setter format.
Documentation Index
Fetch the complete documentation index at: https://crsdk.app/llms.txt
Use this file to discover all available pages before exploring further.
Camera identifier (e.g. D10F60149B0C)