The Inventory Events Management API enables developers to build apps and integrations for managing your DecoNetwork inventory events.
The Inventory Events Management API service provides the following functionality:
- Retrieve a list of inventory events for a specified date or date range.
- Retrieve a list of inventory events for a specific ID or ID range
The Inventory Events Management API app not only gives you access to the API. It also demonstrates the supported functionality through an API console to make it easier for developers to learn how to use the Inventory Event Management API. The console provides a GUI that enables a developer to interact with the API to see the response with live API calls. Using this API console, a developer can:
- See what information is required and what parameters are needed in their API queries
- Test queries and view results in the browser
In this article, learn how...
- Search for inventory events for a specific date/date range
- Search for inventory events for a specific ID/ID range
Search for inventory events for a specific date/date range:
- Log into your DecoNetwork website.
- Browse to Admin > Reports > Inventory Events Management Api.
- Set your search criteria and enter your credentials.
- Field: Specify the field you want to search by. Options are:
- Date Created: the date on which an inventory event occured.
- InventoryId: the identification number of an inventory event.
- Condition: the condition to filter the results by. Options are:
- ==: equal to
- !=: not equal to
- <: less than
- >: greater than
- <=: less than or equal to
- >=: greater than or equal to
- Between: between the values of
- String: the value to filter results by. Used when "InventoryId" is the selected Field option.
- Date 1: the date to filter results by. Used if the Field option selected is "Date Created".
- Date 1: the date to filter results by. Used if the Field option selected is "Date Created" and the Condition selelected is "Between".
- Limit: limit the number of search results returned. The maximum limit is 100.
- Offset: used to paginate results. (For example, if you want to retrieve records 50 through to 75, you would set Limit to 25 and set Offset to 50).
- Sort By: the field to sort the search results by. Options are:
- Date Created: the date on which inventory events occur.
- InventoryId: the identification number of inventory events.
- Username: the username of the account to use when connecting to the API.
- Password: the password of the account to use when connecting to the API.
- Field: Specify the field you want to search by. Options are:
- Click Search.
Comments
0 comments
Please sign in to leave a comment.