GET /apiv2/items/getAllComplex
Servers
- /
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.