FRAMES | NO FRAMES Description | Parameters | Examples | Response
Feature - Feature Service
URL http://<featurelayer-url>/<featureId>
Supported Operations Add Attachment   Update Attachment   Delete Attachments
Parent Resource Feature Layer
Child Resources Attachment Infos, HTML Popup

Description

The feature resource represents a single feature in a layer in a feature service.

The feature resource has 2 child resources:

Resource Hierarchy

Feature - Feature Service

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json

Example Usage

Example 1: TODO

JSON Response Syntax

{ "feature" : <feature> }

JSON Response Example

{
  "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
    }
  }
}