The GeoView Server REST API enables acquiring filtering meta-data used to describe data filtering parameters. Accessing this method requires either Read permissions.
Request API method URI definition:
HTTP GET http://api.geoview.be/geoservice/v1/images/filter/metadata
Request HTTP URI parameters:
Parameter |
Description |
token |
Access token (returned by this API method). |
Example HTTP request URI:
HTTP GET http://api.geoview.be/geoservice/v1/images/filter/metadata?token=3dc718f2-ab20-4f41-86e1-72abcc1810c1
Possible resulting HTTP status codes:
Value |
Description |
200 |
API request succeeded and result(s) were returned. |
401 |
Supplied API request access token not valid. |
Resulting meta-data structure and example of JSON response:
[
{
"category":"Filter",
"constraints":null,
"editable":false,
"id":"transport",
"text":"",
"title":"Transport",
"type":"Integer",
"value":0,
"visible":true
"view":0
},{
...
}
]
Description of possible resulting recording properties:
Parameter |
Type |
Description |
transport |
Integer |
Method of transportation used while recording. This value is optional. |
weather |
Integer |
Weather conditions during recording. This value is optional. |
datemin |
String |
Minimum date of the recording to include into result set. This value is optional. |