https://api.dev.viskanetm.com
X-Instance-Id
header when making calls.
If you are a customer looking to obtain your API token, please contact your customer manager.
If you are a partner integrating our API, it is essential to obtain an API token on behalf of the customer you are integrating towards, so please coordinate with the customer to get in contact with the customer manager for this.
YYYY-MM-DDThh:mm:ss[{+|-}hh:mm]
.
For example it's needed to get all products which were changed after 01-01-2020 10:00
.
So if you call API from New York then query parameter should look like &modifiedAfter=2020-01-01T10:10:00.000-04:00
where the -04:00
is time offset of the New York.
Also note that this parameter also checks modification date of "child" objects. For example if product price was modified in the requested period then the product will be included in search results.
searchId
reference which may be used on subsequent API calls for navigation over search results.
The searchId
has limited life time and is removed after a while.
Query parameter searchId
should be used together with page
query parameter to refer to specific result page.
searchAfterId
reference on every item in search result.
Use this parameter to get next batch of results instantly from given searchAfterId
.
Use resultsPerPage
parameter to specify how much items should be returned after searchAfterId
.
In order to get next page of results just use top searchAfterId
which is returned before results (this is a reference to the next page).
Note, that searchAfterId
is a permanent ID and may be used anytime.