Overview
API for fetching biodiversity related information about the environment
Version information
Version : 1.0.2
URI scheme
Host : localhost
BasePath : /
Tags
-
biodiversity-occurence-controller : Biodiversity Occurence Controller
Paths
findAll
GET /api/biodiversity
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Query |
bufferZoneMeters |
Bufferzone added to the position to search for species |
integer (int32) |
|
Query |
latitude |
Latitude of the position to search for species |
number (double) |
|
Query |
limit |
Page limit of the results |
integer (int32) |
|
Query |
localName |
Enkel resultaten terug krijgen met lokale naam |
boolean |
|
Query |
longitude |
Longitude of the position to search for species |
number (double) |
|
Query |
page |
Page number of the results, one-based |
integer (int32) |
|
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< BiodiversityOccurenceDTO > array |
400 |
Bad request |
< APIError > array |
500 |
Internal Server Error |
< APIError > array |
Produces
-
/
Tags
-
biodiversity-occurence-controller
findOne
GET /api/biodiversity/detail/{id}
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
id |
Unique identifier of the occurence |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
|
400 |
Bad request |
< APIError > array |
500 |
Internal Server Error |
< APIError > array |
Produces
-
/
Tags
-
biodiversity-occurence-controller
findAll
GET /api/biodiversity/{kingdom}
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Query |
bufferZoneMeters |
Bufferzone added to the position to search for species |
integer (int32) |
|
Query |
kingdom |
Name of the kingdom |
enum (ANIMAL, PLANT) |
|
Query |
latitude |
Latitude of the position to search for species |
number (double) |
|
Query |
limit |
Page limit of the results |
integer (int32) |
|
Query |
localName |
Enkel resultaten terug krijgen met lokale naam |
boolean |
|
Query |
longitude |
Longitude of the position to search for species |
number (double) |
|
Query |
page |
Page number of the results, one-based |
integer (int32) |
|
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< BiodiversityOccurenceDTO > array |
400 |
Bad request |
< APIError > array |
500 |
Internal Server Error |
< APIError > array |
Produces
-
/
Tags
-
biodiversity-occurence-controller
Definitions
APIError
Name | Schema |
---|---|
codes |
< string > array |
message |
string |
BiodiversityOccurenceDTO
Name | Schema |
---|---|
id |
integer (int64) |
latitude |
number (double) |
longitude |
number (double) |
species |
SpeciesDTO
Name | Schema |
---|---|
family |
string |
genus |
string |
imageUrl |
string |
kingdom |
string |
phylum |
string |
scientificName |
string |
speciesClass |
string |
speciesOrder |
string |
subgenus |
string |
vernacularName |
string |