Category
API | Description |
---|---|
GET category/{category} |
Lists all products associated with the provided category. |
GET category |
Lists all product categories. |
Product
API | Description |
---|---|
GET datasetgroup/{id} |
Provides a description of a dataset group. |
GET dataset/{id} |
Provides a description of a dataset. |
GET entity/{id} |
Provides a description of an entity. |
GET product |
Lists all products available for download. |
SelectionEntity
API | Description |
---|---|
GET selectionentity/{selectionentity} |
Lists the allowed values of the provided selection entity. |
GET selectionentity |
Lists all entities that may be used for geographical selection. |
Order
API | Description |
---|---|
HEAD order/{orderid} |
Returns the status of the order. A header 'OrderStatus' is added to the response. |
POST order |
Places an order. An orderid is returned upon successfull validation of the order configuration. The order is then processed async. |
GET order/{orderid}/download/{orderitemid}/{fileindex} |
Returns a compressed package containing the requested orderitem binaries. |
GET order/{orderid} |
Provides the details of the requested order. |
GET order |
Lists all orders of the current Thread.CurrentPrincipal. |