Retrieve Feature Details by ID

Returns the details of a Feature for a provided Feature ID.

Method Type URI
GET v90/ws/feature/{featureID}.ws

URI Parameters

Parameter Description Type
featureId The Feature ID.

Integer

NOTE   The Feature ID displayed on the GUI maps to the value in the FTRIdentifier column in the T_FTR database table. To get the expected result, the user needs to fetch the FTRId corresponding to the FTRIdentifier for a specific record in the T_FTR database table.

Sample Response

Success

HTTP Status Code: 200

Response Body:

<feature>
  <featureName>feature10</featureName>
  <featureDescription>Commercial</featureDescription>
  <refId1></refId1>
  <refId2></refId2>
  <featureIdentifier>5</featureIdentifier>
</feature>

Failure

HTTP Status Code: 404

Response Body: The specified Feature with ID 1 was not found.