GET api/Taxon?statuses={statuses}&taxonGroups={taxonGroups}&term={term}
The get all by search.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
statuses |
Gets or sets the statuses. |
string |
None. |
taxonGroups |
Gets or sets the taxon groups. |
string |
None. |
term |
Gets or sets the term. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
The .
Dictionary of integer [key] and string [value]Response Formats
text/javascript
Sample:
({"1":"sample string 2","3":"sample string 4"});
application/json, text/json
Sample:
{ "1": "sample string 2", "3": "sample string 4" }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfintstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfintstring> <Key>1</Key> <Value>sample string 2</Value> </KeyValueOfintstring> <KeyValueOfintstring> <Key>3</Key> <Value>sample string 4</Value> </KeyValueOfintstring> </ArrayOfKeyValueOfintstring>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel
Sample:
Will return an Excel worksheet fileresult. Generate by using accept header or add '?format=excel' to request url.