Range

Function

This API is used to get parameter range for Channel > Channel Configuration page.

Note:

The Range provides reference information for client UI input limits and API request limits. When sending Get and Set requests, the parameters must be strictly limited according to the Range, otherwise the request may be rejected by the device.

Request Message

None.

Sample:

POST /API/ChannelConfig/ChannelConfig/Range HTTP/1.1
To be added

Response Message

Parameter Description

Table 1

ParameterRangeTypeDescription
channel“CH1”…”CH1x”string arrayEach array bit represents a channel with a string.

Table 2

ParameterRangeTypeDescription
channel_maxint Json ObjectMaximum number of channels.
limit_wireless_maxintMaximum number of wireless channels.
channel_infoJson ObjectJSON shows as follow Table 3

Table 3

ParameterRangeTypeDescription
CH1Json ObjectJSON shows as follow Table 4
Json Object
CHxJson Object

Table 4

ParameterRangeTypeDescription
camera_type"Digital"
"Wireless"
stringMode of the current channel.

Tips:

The response message of the Range request may not contain all the fields in the above table, and the fields not included indicate that the device does not support this parameter configuration.

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
To be added.

Error Code

See Response Messages Body and Common error_code for more information.