|
|
 |
2005 reporting targets web service |
|
 |
|
|
|
|
Returns 2005 reporting targets data for a given habitat or species name for a given country and optional target type.
Inputs
Name |
Description |
| Country |
One of the following values - 'UK', 'England', 'NorthernIreland', 'Scotland', 'Wales' or 'All'. Used to limit the range of status records returned to a specific country. |
| Habitat |
The name of a habitat. Status records 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. Status records where the national plan is working on the specified species will be returned. |
| Type |
|
Outputs
An array of the following data structure is returned:
Name |
Description |
| Code |
Target code. |
| Text |
Target text. |
| Type |
Target type. |
| Units |
Target units. |
| StartDate |
Target start date. |
| EndDate |
Target end date. |
| Comments |
Target comments. |
| CountryTargets |
Array of individual country targets - see below. |
| |
Country |
Country name. |
| |
TargetValue |
Target value. |
| |
CurrentProgress |
Current progress against target. |
| |
Status |
Current status. |
| |
DateAssessed |
Date of assessment. |
| |
Accuracy |
Accuracy of status estimate. |
| 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
- Either a habitat or species name is required.
- 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
|
|
|
|