Global API
...
Requests
Item
Read
2min
To read Items, please use the below parameters.
Field Name | Data Type | Description |
---|---|---|
created | Long | This will filter on an exact match (equal). Use the “additionalFilter” option for a range of dates. |
lastModifiedDate | Long | This will filter on an exact match (equal). Use the “additionalFilter” option for a range of dates. |
subsidiary | String | Internal ID of Subsidiary (Primary). Do Not Use this in additonalFilter. Multiple IDs can be passed in a comma-separated string Ex: 1,2 |
additonalFilter | String | construct the additional filter with a combination of the above fields using ‘+and+’ separator and pass it as a single string. Make sure to wrap the whole string using EncodingUtil.urlEncode |
active | String | To filter the Item records using Active value. Ex: Active=true |