Get extra fields included in data export
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Query parameters
order
Sort order (ascending by default). Typically used together with the sort
parameter.
Allowed values:
limit
The number of items (0 .. 100) to return in a single page of the response. The response may contain fewer items if it is the last or only page.
pagination_token
A pagination token obtained from a previous call to this endpoint. Use it to get the next or previous page of results for your initial query. If pagination_token
is specified, all other query parameters are ignored and inferred from the initial query.
If not specified, the first page of results will be returned.
sort
The field to sort the results by. Typically used together with the order
parameter.
Allowed values:
created_at__gt
created_at__lt
created_at__gte
created_at__lte
updated_at__gt
updated_at__lt
updated_at__gte
updated_at__lte
object_id
field_name
field_value
Response
Successful Response
data
next_pagination_token
prev_pagination_token