|
|
 |
2005 reporting threats web service |
|
 |
|
|
|
|
Returns 2005 reporting threat data for a given habitat or species name for a given country and optional threat type.
If a threat type is specified without a habitat or species then all habitats and species flagged as under that type of threat will be returned.
Inputs
Name |
Description |
| Country |
One of the following values - 'England', 'NorthernIreland', 'Scotland', 'Wales' or 'All'. Used to limit the range of threats returned to those relevant to a specific country. |
| Habitat |
The name of a habitat. Threats where the national plan is working on the specified habitat will be returned. |
| Species |
The name of a species - must be specified using its scientific (latin) name. Threats where the national plan is working on the specified species will be returned. |
Outputs
An array of the following data structure is returned:
Name |
Description |
| ThreatType |
Threat type. |
| ThreatSubType |
Threat sub-type. |
| England |
True if threat was flagged as relevant to England, otherwise false. |
| NorthernIreland |
True if threat was flagged as relevant to Northern Ireland, otherwise false. |
| Scotland |
True if threat was flagged as relevant to Scotland, otherwise false. |
| Wales |
True if threat was flagged as relevant to Wales, otherwise false. |
| SAPName |
Species action plan scientific name. |
| SAPCommonName |
Species action plan common name. |
| SpeciesName |
Species scientific name. |
| SpeciesCommonName |
Species common name. |
| HAPName |
Habitat action plan name. |
| HabitatName |
Habitat name. |
Notes
- If both habitat and species are specified, the species will be ignored and the habitat used to perform the search.
View SOAP request and response information
|
|
|
|