Soil Type
get
Path parameters
idintegerRequired
A unique integer value identifying this Soil Type.
Responses
200Success
application/json
get
/api/soil-types/{id}/200Success
Last updated
A unique integer value identifying this Soil Type.
Last updated
GET /api/soil-types/ HTTP/1.1
Accept: */*
[
{
"id": 1,
"name": "text"
}
]GET /api/soil-types/{id}/ HTTP/1.1
Accept: */*
{
"id": 1,
"name": "text"
}