GET api/Versions?intLookUpField={intLookUpField}&strLookUpData={strLookUpData}&intCompareOperator={intCompareOperator}&strOrderBy={strOrderBy}
Used to look up Title Version Data (Individual)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
intLookUpField |
A VersionsField Enumeration specifying the field name used to perform a search upon |
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 VersionsField Enumeration specifying the Field to Sort the results by |
string |
Default value is |
Additional Details
This Method is used to query the Versions 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.