GET api/projects/{projectId}/featuretypes/{featureTypeId}/features/{featureId}

Get the properties of a specific feature

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

The Project Id

integer

Required

featureTypeId

The Feature Type Id

string

Required

featureId

The Feature Id

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.