Get All Cash Movements

Returns a Json with data about all cash movements of selected shop.
This API supports Query Strings to allow:
- Filter results based on schema fields;
- Paging the results (recommended);
- Sort the results;
To find out how to use Query Strings, view the dedicated guide.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

choose which parameter must be used to get the result in ascending order

string

choose which parameter must be used to get the result in decremental order

propertyName
object

property = VALUE if you are searching for all items with a specific property. You can search for not null with property = notnull

propertyName_since
object

MIN_VALUE if you are searching for all items with property value greater (or equal) than MIN_VALUE You can use property_since and property_max in order to simulate between operator If you are using equal operator, all other operators for that parameter will be ingnored If you are using _max or _since operator in strings, the alphabetical ordering will be used

propertyName_max
object

MAX_VALUE if you are searching for all items with property value smaller (or equal)than MAX_VALUE You can use property_since and property_max in order to simulate between operator If you are using equal operator, all other operators for that parameter will be ingnored If you are using _max or _since operator in strings, the alphabetical ordering will be used

propertyName_like
object

LIKE_VALUE if you are searching for a substring content. You can use property_since and property_max in order to simulate between operator If you are using equal operator, all other operators for that parameter will be ingnored

boolean

Pagination parameter

integer

Results_per_page

integer

PAGE_NUMBER(starting from 0 to TOTAL_PAGE-1)

Responses

404

Cash Movement not found

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json