iDS-2CD7A26G0/P-IZHS get captured plate numbers via ISAPI or just API?

Its few post above

 
If you work in ASP.NET then this is your service class just copy paste it.

And just register that service in program.cs

Change part where i store to my DB so it push to your db i use method savelogstoDB you can make class with same name where you insert it.
Also change part where to save images
 
I also have the same problem, what should I send to Header?
If you work in ASP.NET then this is your service class just copy paste it.

And just register that service in program.cs

Change part where i store to my DB so it push to your db i use method savelogstoDB you can make class with same name where you insert it.
Also change part where to save images
 
Hello!! Please help!
HIKVISION IDS-TCM203-a (firmware V5.1.6)

POST http://......./ISAPI/Traffic/channels/1/vehicleDetect/plates

I did everything the same way and checked both the authorization and the headers, but the response is still 403


I also ran a script to check for available endpoints, and this is what I got.
======================================================================
? /ISAPI/AccessControl [GET] 403
? /ISAPI/AccessControl/AcsEvent [GET] 403
? /ISAPI/AccessControl/ [GET] 403
? /ISAPI/AccessControl/User [GET] 403
? /ISAPI/AccessControl/events [GET] 403
? /ISAPI/AccessControl/Record [GET] 403
? /ISAPI/AccessControl/event [GET] 403
? /ISAPI/AccessControl/Door [GET] 403
? /ISAPI/AccessControl/Card [GET] 403
? /ISAPI/AccessControl/Terminal [GET] 403
? /ISAPI/AccessControl/Users [GET] 403
? /ISAPI/Traffic/ [GET] 403
? /ISAPI/Traffic/channels/ [GET] 403
? /ISAPI/Smart/Traffic [GET] 403
? /ISAPI/Traffic/channels [GET] 403
? /ISAPI/AccessControl/UserInfo [GET] 403
? /ISAPI/Intelligent/Traffic [GET] 403
? /ISAPI/AccessControl/cards [GET] 403
? /ISAPI/AccessControl/Events [GET] 403
? /ISAPI/VideoIntelligence/traffic [GET] 403
? /ISAPI/LPR/ [GET] 403
? /ISAPI/Traffic [GET] 403
✓ /ISAPI/Event/Triggers [GET] 200 OK (1384 bytes)
? /ISAPI/Vehicles/ [GET] 403
? /ISAPI/Event/Alarm [GET] 403
? /ISAPI/Plate/ [GET] 403
? /ISAPI/PlateRecognition [GET] 403
? /ISAPI/Event/ [GET] 403
? /ISAPI/ANPR/ [GET] 403
? /ISAPI/Event/Trigger [GET] 403
? /ISAPI/Event/Notification [GET] 403
? /ISAPI/Event [GET] 403
? /ISAPI/ContentMgmt/search [GET] 400
? /ISAPI/Event/Action [GET] 403
? /ISAPI/Plates/ [GET] 403
? /ISAPI/Vehicle/ [GET] 403
? /ISAPI/Event/Actions [GET] 403
? /ISAPI/Event/Alarms [GET] 403
? /ISAPI/ContentMgmt/ [GET] 403
? /ISAPI/ContentMgmt [GET] 403
? /ISAPI/ContentMgmt/record [GET] 403
✓ /ISAPI/Streaming/channels [GET] 200 OK (4552 bytes)
✓ /ISAPI/Streaming/Channels [GET] 200 OK (4552 bytes)

? /ISAPI/ContentMgmt/records [GET] 403
? /ISAPI/ContentMgmt/Storage [GET] 403
? /ISAPI/Event/Notifications [GET] 403
? /ISAPI/System/log [GET] 403
? /ISAPI/Streaming [GET] 403
? /ISAPI/System [GET] 403
? /ISAPI/System/Logs [GET] 403
? /ISAPI/Streaming/ [GET] 403
? /ISAPI/System/info [GET] 403
? /ISAPI/ContentMgmt/media [GET] 403
? /ISAPI/System/ [GET] 403
✓ /ISAPI/Security/users [GET] 200 OK (625 bytes)
? /ISAPI/ContentMgmt/Media [GET] 403
? /ISAPI/ContentMgmt/Media [GET] 403
✓ /ISAPI/System/Status [GET] 200 OK (829 bytes)
✓ /ISAPI/Security/Users [GET] 200 OK (625 bytes)
? /ISAPI/PTZCtrl/ [GET] 403
? /ISAPI/Image [GET] 403
? /ISAPI/PTZCtrl [GET] 403
? /ISAPI/Streaming/Status [GET] 403
? /ISAPI/Image/Channels [GET] 403
? /ISAPI/System/Info [GET] 403
? /ISAPI/Image/channels [GET] 403
? /ISAPI/Image/ [GET] 403
? /ISAPI/Network/Interfaces [GET] 403
? /ISAPI/Network [GET] 403
? /ISAPI/Security [GET] 403
? /ISAPI/Security/ [GET] 403
? /ISAPI/ver10/ [GET] 403
? /ISAPI/Network/interfaces [GET] 403
? /ISAPI/ver20/ [GET] 403
? /ISAPI/v1.0/ [GET] 403
? /ISAPI/Security/Session [GET] 403
? /ISAPI/v2.0/ [GET] 403
? /ISAPI/Network/ [GET] 403
? /ISAPI/Security/session [GET] 403

======================================================================

2025-12-04_15-30-36.png


I understand that the account doesn't have permissions for remote access via ISAPI. There's no such option in the camera's access permissions settings. Can you clarify for me?
Is it only possible to retrieve photos from this camera's memory card via the web?




Thanks for the answers





 
Well i just checked. Your camera lacks serie 7 H8 platform API. Your's is value serie(lets say H8 serie 7 is almost double the price of yours) using its own api style. Register at tpp.hikvision.com , sign NDA and download api doc for your camera. Probably have its own api but probably stripped of most stuff
 
Well i just checked. Your camera lacks serie 7 H8 platform API. Your's is value serie(lets say H8 serie 7 is almost double the price of yours) using its own api style. Register at tpp.hikvision.com , sign NDA and download api doc for your camera. Probably have its own api but probably stripped of most stuff
Hello! Thank you for your attention to my question. I contacted TPP, and they actually responded with a file containing the old instructions for integrating IDS-TCM203-A. It really didn't work out right away. The endpoints listed were probably suitable for the old firmware, but in desperation, I started exploring the Chrome developer tool on the camera's web interface. I found the necessary endpoints, request body, and headers. Since I somehow found this forum and discussion, I'll share here information on how to retrieve archived images from the camera.
I hope this will help someone save their time, maybe someday I'll laugh about how long I searched for information on the development, but working with this camera did not give me pleasure. Thank you very much.

POSTMAN

1. Searching
1.1 Authorization: Only Digest Auth authorization
1.2 Headers:
1764943989129.png



1.3 BODY

<?xml version="1.0" encoding="utf-8"?>
<CMSearchDescription>
<searchID>C925C63C-E9E0-0001-33BD1503F17BA1C0</searchID>
<trackIDList>
<trackID>120</trackID>
</trackIDList>
<timeSpanList>
<timeSpan>

<startTime>2025-12-05T01:55:00Z</startTime>
<endTime>2025-12-05T13:59:59Z</endTime>
<laneNumber></laneNumber>
<carType>all</carType>
<illegalType>all</illegalType>
</timeSpan>
</timeSpanList>
<contentTypeList>
<contentType>metadata</contentType>
</contentTypeList>
<maxResults>40</maxResults>
<searchResultPostion>40
</searchResultPostion>
<metadataList>
<metadataDescriptor>/recordType.meta.hikvision.com/timing
</metadataDescriptor>
</metadataList>
</CMSearchDescription>


1.4 POST http://{yourip:port}/ISAPI/ContentMgmt/search



1764943647267.png


2. Download archival images on SD Card

2.1 Authorization & Headers same like for searching
2.2 BODY

<?xml version="1.0"?>
<downloadRequest version="1.0" xmlns="http://urn:selfextension:psiaext-ver10-xsd">
<playbackURI>rtsp:/10.11../Streaming/tracks/120?starttime=2025-12-05T02:11:00Z&amp;endtime=2025-12-05T02:11:00Z&amp;name=251205021100_010000001_01_119SC&amp;size=526561</playbackURI>
</downloadRequest>

2.3 GET
GET (!)

1764944552510.png
 
Last edited: