| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL | http://<featurelayer-url>/<featureId> |
|---|---|
| Supported Operations | Add Attachment Update Attachment Delete Attachments |
| Parent Resource | Feature Layer |
| Child Resources | Attachment Infos, HTML Popup |
The feature resource represents a single feature in a layer in a feature service.
The feature resource has 2 child resources:

| Parameter | Details |
|---|---|
| f | Description: The
response format. The default response format is html. Values: html | json |
{ "feature" : <feature> }
{
"feature" : {
"geometry" : {
"rings" : [
[ [-97.06138,32.837], [-97.06133,32.836], [-97.06124,32.834], [-97.06127,32.832], [-97.06138,32.837] ]
]
},
"attributes" : {
"OBJECTID" : 37,
"OWNER" : "Joe Smith",
"VALUE" : 94820.37,
"APPROVED" : true,
"LASTUPDATE" : 1227663551096
}
}
}