GET api/Field/GetFieldDetailsById?fieldId={fieldId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fieldId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FieldDetailsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FarmingSystemTypes | FarmingSystemTypes |
None. |
|
| CertificateType | CertificationType |
None. |
|
| ImplantDate | date |
None. |
|
| ProductionYear | integer |
None. |
|
| ImplantLength | decimal number |
None. |
|
| ImplantWidth | decimal number |
None. |
|
| NumberOfPlants | integer |
None. |
|
| Lat | decimal number single precision |
None. |
|
| Lng | decimal number single precision |
None. |
|
| StartdateOfFlowering | date |
None. |
|
| EnddateOfFlowering | date |
None. |
|
| StartDateOfHarvesting | date |
None. |
|
| ExpectedProduction | decimal number |
None. |
|
| Disciplinary | string |
None. |
|
| FieldName | string |
None. |
|
| LandId | integer |
None. |
|
| LandName | string |
None. |
|
| ProductId | integer |
None. |
|
| ProductName | string |
None. |
|
| ProductColor | string |
None. |
|
| OccupiedArea | decimal number |
None. |
|
| GeoJson | Polygon |
None. |
|
| SeasonYear | integer |
None. |
|
| SeasonStartDate | date |
None. |
|
| SeasonEndDate | date |
None. |
|
| SeasonState | ProductionLotState |
None. |
|
| Id | integer |
None. |
|
| CreatedOnDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"FarmingSystemTypes": 0,
"CertificateType": 0,
"ImplantDate": "2026-06-22T08:17:35.2175267+02:00",
"ProductionYear": 1,
"ImplantLength": 1.0,
"ImplantWidth": 1.0,
"NumberOfPlants": 1,
"Lat": 1.1,
"Lng": 1.1,
"StartdateOfFlowering": "2026-06-22T08:17:35.2175267+02:00",
"EnddateOfFlowering": "2026-06-22T08:17:35.2175267+02:00",
"StartDateOfHarvesting": "2026-06-22T08:17:35.2175267+02:00",
"ExpectedProduction": 1.0,
"Disciplinary": "sample string 1",
"FieldName": "sample string 2",
"LandId": 3,
"LandName": "sample string 4",
"ProductId": 1,
"ProductName": "sample string 5",
"ProductColor": "sample string 6",
"OccupiedArea": 7.0,
"GeoJson": null,
"SeasonYear": 8,
"SeasonStartDate": "2026-06-22T08:17:35.2175267+02:00",
"SeasonEndDate": "2026-06-22T08:17:35.2175267+02:00",
"SeasonState": 0,
"Id": 9,
"CreatedOnDate": "2026-06-22T08:17:35.2175267+02:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.