GET api/grassland/grasshistory_item/{grasshistoryid}
Grass History of Grass History ID provided
Request Information
Authorization is required
Response Codes
- OK (200)
- NotFound (404)
- BadRequest (400)
- Unauthorized (401)
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
grasshistoryid |
The Grass History ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the Grass History name
grasshistoryitemName | Description | Type | Additional information |
---|---|---|---|
GrassHistoryName |
The Text value for Grass History |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "GrassHistoryName": "sample string 1" }
application/xml, text/xml
Sample:
<grasshistoryitem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RB209_WebApi.Models.Grassland"> <GrassHistoryName>sample string 1</GrassHistoryName> </grasshistoryitem>