Recording Devices Makers

Arkance Systems Benelux

The GeoView Server API supports large number of recording devices (cameras), categorized per camera makers/producers. This REST API method list all available camera makers/producers and associated identifiers. Accessing this method requires Read permissions.


Request API method URI definition:


HTTP GET http://api.geoview.be/geoservice/v1/catalogs/cameras


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/catalogs/cameras?&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.


Response JSON structure for a single category (please note that API method may return array of categories):


Field

Description

id

Camera maker unique identifier.

value

Camera maker name.


Example JSON response:


[

  {

     "id":"7474dcb9-553c-faf8-8b19-2a2220e5bc55",

     "value":"Fujifilm"

  },

  {

     "id":"c54bf8a2-32dc-fa63-c81b-faa34763be60",

     "value":"General Electric"

  },

  {

     ...

  }

]