Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Almost all the APIs require valid GUID from the backend, hence before each call a valid GUID should be asked from the backend through Login call.

If you already have a GUID then we can check if the GUID is still valid in the backend or not


In case the call is OData we can set the filter on OData to get different values from the backend

eq: equal
gt: greater than
lt: smaller than

for example:

if we want to get document with Id number 133 we use this filter

ID+eq+133

Filter by description

Description+eq+’something’

Filter by invoice date between 2012-01-01 and 2021-01-01:

invDate+gt+2012-01-01z+and+invDate+lt+2021-01-01z

  • No labels