Using filters
This API supports filters for GET
methods. Almost all of these methods support two filters: limit
and offset
. They are used for pagination.
limit
is used to limit number of elements that should API returnoffset
is used to omit number of elements from beginning
Other frequently used filters are dateFrom
and dateTo
. Full list of available filters in specific request is always present in query parameters list and request examples.
In some GET
methods you can also use additional filters:
getFullDate
is used to get pretty printed DateTime instead Timestamp, accept int values, 0 means get timestamp, 1 means get formated DateTime