List purchasesAsk AIget https://api.sinao.app/v1/apps/{appId}/purchasesGet list of purchasesPath ParamsappIdintegerrequiredThe identifier of the Sinao application you are using. Each application corresponds to a company and an accounting. A user can have several Sinao applications. To retrieve the identifiers of its applications, you must call the endpoint /apps.Query Paramsoffsetinteger≥ 0The number of items to skip before starting to collect the result set.limitinteger1 to 10000Defaults to 10The numbers of items to return.searchstringA string to search for in objects.filtersarray of objectsList of filters to apply to the query.filtersADD objectorderarray of objectsList in order of priority of the variables by which to order the result.orderADD objectexpandarray of stringsexpandADD stringResponses 200Success 404Not foundUpdated 5 months ago