- Added
pagination
to all list-type results, withsize
: the number of items per pagepage
: the current pagetotal
: the total number of resultstotalPages
: the total number of pagesapproximation
: whether the total number of results/pages is an approximation
- Add
/modems
to list modems.
- Added support for textual shortcuts in
from
andto
:- "now": converted to the request time
- a duration as an offset of now, i.e. "-10h" or "PT-10h": converted to now + offset, so -10h is 10 hours before now
- For example, to fetch messages in the past hour, a request could use
from=-1h&to=now
.
- For example, to fetch messages in the past hour, a request could use
First release of the Rest API. See the readme for more details.