I'm attempting to retrieve access control events from a HikVision DS-K1T804AMF terminal using the ISAPI endpoint:
URL: Method: POSTAuthentication: Digest
Request Body:
Response:
I've tried multiple variations of the request body, but consistently receive an "Invalid Content" error.
Questions:
Your answer is really appreciated.
URL: Method: POSTAuthentication: Digest
Request Body:
JSON:
{
"AcsEventCond": {
"searchID": "12345678-1234-1234-1234-123456789012",
"searchResultPosition": 0,
"maxResults": 10,
"major": 5
}
}
Response:
JSON:
{
"requestURL": "/ISAPI/AccessControl/AcsEvent?format=json",
"statusCode": 6,
"statusString": "Invalid Content",
"subStatusCode": "badParameters",
"errorCode": 1610612737,
"errorMsg": "0x60000001"
}
I've tried multiple variations of the request body, but consistently receive an "Invalid Content" error.
Questions:
- What could be causing the "Invalid Content" error?
- Are there specific parameter requirements for this model's event retrieval?
- Any known API quirks with the DS-K1T804AMF terminal?
Your answer is really appreciated.