Retrieve a Counting Line
Last updated
Last updated
GET /nvr/v1/cameras/{id}/counting_lines/{line_id} HTTP/1.1
Host: example‑device‑id.livereachdevices.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"result": {
"success": true,
"httpCode": 200
},
"content": {
"id": "text",
"camera_id": "text",
"name": "text",
"counting_line": "text",
"anchor": "text",
"coalesce_entries": true,
"class": "text",
"max_age": 1,
"created": "2026-03-11T11:33:34.600Z",
"updated": "2026-03-11T11:33:34.600Z"
}
}