v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
Accounting

Retrieves items

get/Items

Query parameters

wherestring

Filter by an any element

orderstring

Order by an any element

unitdpinteger

e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts

Headers

If-Modified-Sincestring date-time

Only records created or modified since this timestamp will be returned

Response

Success - return response of type Items array with all Item

Example response

{
  "Items": [
    {
      "UpdatedDateUTC": "/Date(1573755038314)/"
    }
  ]
}