GET /apiv2/items/getAllComplex
Returns a list of items for a given company. By default, it will return the top 200 items. If you have more than 200, you will need to enter a different startIndex. Eg. 201, 401, etc. Returns all items as complex itemsServers
- /
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
companyId |
Integer | No |
The company whose items you want want to get |
startIndex |
Integer | No |
The start Index of the get (Optional. By default this is 1) Default value: 1 |
retrieveSize |
Integer | No |
The number of results to retrieve (Optional. Max number is 200) Default value: 200 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.