REST API - Features Web resource

The service provides with a basic set of CRUD operations used to manage repository features. You may browse, search, edit, delete features of certain feature type.

URL

http://localhost:8080/easygis/services/data/features/featuretype_identifier.format

http://localhost:8080/easygis/services/data/features/featuretype_identifier/feature_identifier.format

Formats

html, json

HTTP methods

GET, POST, DELETE

Requires Authentication

Only POST, DELETE methods

Parameters

  • List of parameters depends on the structure of the feature type. Important note! All parameters of the feature must be sent in the http request unless you'd like to set the parameters to null.

Example queries