v1
latestOpenAPI 3.0.02026-07-132849114.2 KBFields
Retrieve a specific Field by ID
Retrieve a given Field by ID.
get/v4/fields/{fieldId}
Path parameters
fieldIdstring uuid required
Unique identifier of the Field.
Response
Returns the requested Field.
Example response
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Back Forty",
"boundaryId": "00000000-0000-0000-0000-000000000000",
"resourceOwnerId": "00000000-0000-0000-0000-000000000000",
"parent": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "farm"
}
}