mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-12 00:31:05 -04:00
Allow comma-separated Event IDs when querying tags, e.g.: /api/tags/index/Events.Id:123,456,789.json This converts the comma-separated string to an integer array, enabling a SQL IN clause for efficient multi-event tag retrieval. Fixes #4567 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ZoneMinder API
This is the ZoneMinder API. It should be, for now, installed under the webroot e.g. /api.
app/Config/database.php.default must be configured and copied to app/Config/database.php
In addition, Security.salt and Security.cipherSeed in app/Config/core.php should be changed.
The API can run on a dedicated / separate instance, so long as it can access the database as configured in app/Config/database.php