GET api/TaxaPicker/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TaxaPickerItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Scientific | string |
None. |
|
| Swedish | string |
None. |
|
| Id | integer |
None. |
|
| Text | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Scientific": "sample string 1",
"Swedish": "sample string 2",
"Id": 3,
"Text": "sample string 4"
}