Area
Get information about and search for Areas The AreaViewModel contains bbox for both utm sone 33 and google mercator
API | Description |
---|---|
GET api/area/areadataset |
Gets Areadatasets |
GET api/area/areadataset/{id}?searchterm={searchterm} |
Gets Areas by areadataset |
GET api/area/parentarea/{id}?searchterm={searchterm} |
Gets Areas by parent AreaId |
GET api/area?searchterm={searchterm} |
Gets Areas by substring search |
GET api/area/{id} |
Gets an Area by its string Id |
Observations
Fetch Observations
API | Description |
---|---|
GET api/observations/{id} |
Get an observation |
GET api/observations/list?pageIndex={pageIndex}&pageSize={pageSize} |
Gets a list of observation based on a filter |
GET api/observations/listall |
Gets a list of observation based on a filter - test no paging -> all |
GET api/observations/listallasync |
Gets a list of observation based on a filter - test no paging -> all |
GET api/observations/specieslist?pageIndex={pageIndex}&pageSize={pageSize} |
Gets a list of species/taxons for the observations that matches a filter |
GET api/observations/specieslist/excel |
Gets a complete list of species/taxons for the observations that matches a filter in excel format |
GeoLocation
Geographical location services
API | Description |
---|---|
GET api/geolocationByName/{term} |
Adress and location name search |
GET api/geolocationByGBNr/{gbnrString} |
Gårds- og Bruksnummer search |
SourceDataBase
Fetch information on sourcedatabases A sourcedatabase is a node delivering observational data to artskart It may contain data from several institutions and collections..
API | Description |
---|---|
GET api/sourcedatabase |
Fetch all sourcedatabases |
GET api/sourcedatabase/{id} |
Fetch info for a specific sourcedatabase |
GET api/sourcedatabase/{id}/importerrors?afterDateTime={afterDateTime} |
Get a summary of errors for a source database |
GET api/sourcedatabase/{id}/importerrors/{type} |
The get import errors for type. |
GET api/sourcedatabase/{id}/importerrordetails/{type}?notificationtype={notificationtype}&page={page}&pageSize={pageSize}&fullReport={fullReport} |
Get import errors details for a sourcedatabase |
Location
Get location information
API | Description |
---|---|
GET api/Location?requestType={requestType} |
Gets information on locations based on a filter |
Institutions
Get institutions
API | Description |
---|---|
GET api/Institutions |
Get all institutions |
Taxon
Gets information on taxons/species
API | Description |
---|---|
GET api/Taxon/{id} |
Get a Taxon |
GET api/Taxon?statuses={statuses}&taxonGroups={taxonGroups}&term={term} |
The get all by search. |
Image
Access thumbnails for observation images
API | Description |
---|---|
GET api/Image?pageIndex={pageIndex}&pageSize={pageSize} |
Get all thumbnail image ids |
GET api/Image/{id} |
Fetch an thumbnail image |
Lookup
Get lookup lists for values used on filter parameters
API | Description |
---|---|
GET api/Lookup |
Gets all lookuplists |
GET api/Lookup?context={context} |
Fetch lookup list for a context |
Facets
Get lists of facets for a search filter
API | Description |
---|---|
GET api/Facets |
Gets a list of facets for observations matching the filter |
Application
Gets information on the status of the Api and the service
API | Description |
---|---|
GET api/Application?currentVersion={currentVersion} |
Get information on the current version of the api and status of the service |