GET api/PickList?intLookUpField={intLookUpField}&strLookUpData={strLookUpData}&intCompareOperator={intCompareOperator}&strOrderBy={strOrderBy}
Used to look up PickList Data
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
intLookUpField |
A PickListField Enumeration specifying the Field to query |
integer |
Required |
strLookUpData |
A string representing the data used in the query that will be contained in the intLookUpField |
string |
Required |
intCompareOperator |
(Optional) A DataCompareType Enumeration specifying the query equation to use. If the intLookUpField is not the 'Query' Enumeration this is required. |
integer |
Default value is 0 |
strOrderBy |
(Optional) A PickListField Enumeration specifying the Field to Sort the results by |
string |
Default value is |
Additional Details
This Method is used to query the PickList table in EasyTrack and returns all matching records as JSON data. The exact Fields returned in the JSON Schema are decided by the EasyTrack Client and is only editable from the EasyTrack Application. If an Error Occurs the Error ID and Description will be returned.