GET api/grassland/grassgrowthclass_item/{grassgrowthclassid}
Individual Grass Growth Class (GGC) Text filtered from the supplied corresponding Grass Growth Class ID
Request Information
Authorization is required
Response Codes
- OK (200)
- BadRequest (400)
- Unauthorized (401)
- NotFound (404)
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| grassgrowthclassid |
The Grass Growth Class ID to filter on |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the Grass Growth Class Text
grassgrowthclassitem| Name | Description | Type | Additional information |
|---|---|---|---|
| GrassGrowthClassName |
The Text value of Grass Growth Class (GGC) |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GrassGrowthClassName": "sample string 1"
}
application/xml, text/xml
Sample:
<grassgrowthclassitem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RB209_WebApi.Models.Grassland"> <GrassGrowthClassName>sample string 1</GrassGrowthClassName> </grassgrowthclassitem>