Get the list of marks before or after a specific date
Get the list of marks before or after a specific date
Returns a sorted list of marks by date: from largest to smallest (from smallest to largest) before/after a specific date.
This refers to the order of dates. "Largest to smallest" means descending order (most recent to oldest), while "smallest to largest" means ascending order (oldest to most recent).
GET /api/v1/cameras/{camera}/marks/rewind |
Parameters
int
camera, Camera ID
date
from, Date from which labels will be displayed
string
rewind, If the value is next, then the labels created after from will be returned and will be sorted by date from smallest to largest.
array
types, Only types from the types array will be in the response.
200 |
Successful response
JSON
|
401 |
Authorization token not sent or not valid |
403 |
If you requested a label type that is not available to the current user |
422 |
Returns a JSON object with an error.
JSON
|