GET api/observations/specieslist/excel
Gets a complete list of species/taxons for the observations that matches a filter in excel format
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Areas |
Gets or sets the areas. |
Collection of string |
None. |
BasisOfRecords |
Gets or sets the basis of records. |
Collection of string |
None. |
Behaviors |
Gets or sets the behaviors. |
Collection of string |
None. |
Bounds |
Gets or sets the bounds. |
Bounds |
None. |
Collections |
Gets or sets the collections. |
Collection of string |
None. |
Countys |
Gets or sets the countys. |
Collection of string |
None. |
Datasets |
Gets or sets the datasets. |
Collection of integer |
None. |
Datetimecollected |
Gets or sets the datetimecollected. |
Collection of string |
None. |
FromDate |
Gets or sets the from date. |
date |
None. |
Id |
Gets or sets the id. |
string |
None. |
IncludeChildTaxons |
Gets or sets a value indicating whether include child taxons. |
boolean |
None. |
IncludeObsNoPrec |
Gets or sets the include obs no prec. |
boolean |
None. |
Institutions |
Gets or sets the institutions. |
Collection of string |
None. |
Latitude |
Gets or sets the latitude. |
decimal number |
None. |
Longitude |
Gets or sets the longitude. |
decimal number |
None. |
MaxMarkers |
Gets or sets the max markers. |
integer |
None. |
OnlyImageObs |
Gets or sets the only image obs. |
boolean |
None. |
Precision |
Gets or sets the precision. |
Collection of string |
None. |
SourceDatabases |
Gets or sets the source databases. |
Collection of string |
None. |
Status |
Gets or sets the status. |
Collection of string |
None. |
Taxongroups |
Gets or sets the taxongroups. |
Collection of integer |
None. |
Taxons |
Gets or sets the taxons. |
Collection of integer |
None. |
ToDate |
Gets or sets the to date. |
date |
None. |
WktPolygon |
WktPolygon to filter with - Utm Sone 33 coordinate system. By passing the parameter as GmWktPolygon - Google Mercator coordinates may be used... |
string |
None. |
ZoomLevel |
The openlayers Zoomlevel - only relevant in the Location Api - for aggregation of data |
integer |
None. |
AlwaysIncludePolygonData | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
an excel file
Collection of SpeciesListItemName | Description | Type | Additional information |
---|---|---|---|
TaxonId | integer |
None. |
|
ScientificName | string |
None. |
|
PopularName | string |
None. |
|
Count | integer |
None. |
Response Formats
text/javascript
([{"TaxonId":1,"ScientificName":"sample string 2","PopularName":"sample string 3","Count":4},{"TaxonId":1,"ScientificName":"sample string 2","PopularName":"sample string 3","Count":4}]);
application/json, text/json
[ { "TaxonId": 1, "ScientificName": "sample string 2", "PopularName": "sample string 3", "Count": 4 }, { "TaxonId": 1, "ScientificName": "sample string 2", "PopularName": "sample string 3", "Count": 4 } ]
application/xml, text/xml
<ArrayOfSpeciesListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Artskart.Model.Public"> <SpeciesListItem> <Count>4</Count> <PopularName>sample string 3</PopularName> <ScientificName>sample string 2</ScientificName> <TaxonId>1</TaxonId> </SpeciesListItem> <SpeciesListItem> <Count>4</Count> <PopularName>sample string 3</PopularName> <ScientificName>sample string 2</ScientificName> <TaxonId>1</TaxonId> </SpeciesListItem> </ArrayOfSpeciesListItem>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel
Will return an Excel worksheet fileresult. Generate by using accept header or add '?format=excel' to request url.