Get or set the online collection preset parameters.
Method |
GET |
Description |
Get the online collection preset parameters. |
Query |
format: determine the format of request or response message. security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. In the message of this request URI, the value of the field name should be encrypted. iv: the initialization vector, and it is required when security is 1 or 2. |
Request |
None. |
Response |
Succeeded: JSON_CapturePreset Failed: JSON_ResponseStatus |
Method |
PUT |
Description |
Set the online collection preset parameters. |
Query |
format: determine the format of request or response message. security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. In the message of this request URI, the value of the field name should be encrypted. iv: the initialization vector, and it is required when security is 1 or 2. |
Request |
|
Response |