/ISAPI/Intelligent/HBDLib/<HBDID>/HBP/<HBPID>?format=json

Get, edit, or delete the information related to a record in human body picture library.

Request URI Definition

Table 1 GET /ISAPI/Intelligent/HBDLib/<HBDID>/HBP/<HBPID>?format=json

Method

GET

Description

Get the information related to a record in human body picture library.

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.

iv: the initialization vector, and it is required when security is 1 or 2.

HBDType (optional): determine human body picture library type, when HBDType is custom, it indicates operations of a custom human body picture library.

Request

None.

Response

Succeeded: JSON_HumanAppendData

Failed: JSON_ResponseStatus

Table 2 PUT /ISAPI/Intelligent/HBDLib/<HBDID>/HBP/<HBPID>?format=json

Method

PUT

Description

Edit the information related to a record in human body picture library.

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.

iv: the initialization vector, and it is required when security is 1 or 2.

HBDType (optional): determine human body picture library type, when HBDType is custom, it indicates operations of a custom human body picture library.

Request

JSON_HumanAppendData

Response

JSON_ResponseStatus

Table 3 DELETE /ISAPI/Intelligent/HBDLib/<HBDID>/HBP/<HBPID>?format=json

Method

DELETE

Description

Delete a record in human body picture library.

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.

iv: the initialization vector, and it is required when security is 1 or 2.

HBDType (optional): determine human body picture library type, when HBDType is custom, it indicates operations of a custom human body picture library.

Request

None

Response

JSON_ResponseStatus

Remarks

The <HBDID> in the URI indicates the ID of human body picture library.