Flow list.
GET {{baseUrl}}/flows
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
format | string | expected format of the returned data. If not specified, json will be used. | |
page | number | pagination - the page number | |
size | number | pagination - the number of items per page | |
from | number | start of the period to query, in ms since January 1, 1970 UTC | |
to | number | end of the period to query, in ms since January 1, 1970 UTC | |
sort | string | the fields to sort. Example: field1,field2:DESC | |
filter | string | the filter. Example: field1:val,field2:abc |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept-Language | string | the language used to improve the sorting |