GET api/TitleField?intLookUpField={intLookUpField}&intCompareOperator={intCompareOperator}&strLookUpData={strLookUpData}&intReturnField={intReturnField}
Used to look up Title Data Fields
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
intLookUpField |
A TitleField Enumeration specifying the Field to query |
integer |
Required |
intCompareOperator |
A DataCompareType specifying the query equation to use |
integer |
Required |
strLookUpData |
A string representing the data used in the query that will be contained in the intLookUpField |
string |
Required |
intReturnField |
A TitleField Enumeration specifying the Field to return in the result |
integer |
Required |
Additional Details
This Method is used to query the Title table in EasyTrack and returns the specified Field 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.