GET api/APIInfo?strType={strType}&intENumID={intENumID}

Used to look up API Enumerations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strType

Either 'Tables', 'Fields' or 'EquationTypes' to indicate which Enumeration Type to query

string

Required

intENumID

A Table Enumeration specifying the Fields to return. Required if the strType is 'Fields'

integer

Default value is -1

Additional Details

This Method is used to query the EasyTrack API for Valid Enumeration IDs and returns all details as JSON data. If an Error Occurs the Error ID and Description will be returned.