action cambase_api_v1_recorders_search { label: "Searches all Recorders" provider: cambase method: GET path: "/api/v1/recorders/search.json" encoding: json input: { type: "object" properties: { page: { type: "string" } "q[audio_in_true]": { type: "string" } "q[audio_out_true]": { type: "string" } "q[digital_io_true]": { type: "string" } "q[hdmi_true]": { type: "string" } "q[hot_swap_true]": { type: "string" } "q[input_channels_eq]": { type: "string" } "q[model_cont]": { type: "string" } "q[onvif_true]": { type: "string" } "q[playback_channels_eq]": { type: "string" } "q[psia_true]": { type: "string" } "q[ptz_true]": { type: "string" } "q[resolution_eq]": { type: "string" } "q[sd_card_true]": { type: "string" } "q[sdhc_eq]": { type: "string" } "q[support_3rdparty_true]": { type: "string" } "q[type_eq]": { type: "string" } "q[upnp_true]": { type: "string" } "q[vendor_name_cont]": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }