Get capture sources
GET
/api/v1/capturesources
Get paginated capture sources, with options to filter by name and location.
Parameters
Query Parameters
limit
Number of results to return.
Typeinteger
default
20
minimum
1
offset
Number of results to skip.
Typeinteger
minimum
0
name
Name to filter by.
Typestring
Responses
OK
application/json
JSON
{
"limit": 20,
"offset": 0,
"results": [
{
"camera_hardware": "pi cam v2 (wide angle lens)",
"id": 1234567890,
"location": "-32.12345,139.12345",
"name": "Stony Point Cuttle Cam",
"site_id": 246813579
}
],
"total": 1
}
GET
/api/v1/capturesources