---
title: "POST /tillage-data:search"
method: POST
path: "/tillage-data:search"
tags: ["TillageData"]
---

# POST /tillage-data:search

`POST /tillage-data:search`

Search for TillageData across all parties by intersecting geometry.

## Query parameters

- `skipToken` string
- `maxPageSize` integer
- `api-version` string, required

## Request body

- SearchTillageDataQuery — SearchTillageDataQuery.
  - `minTillageDepth` number, double — Minimum measured tillage depth (inclusive).
  - `maxTillageDepth` number, double — Maximum measured tillage depth (inclusive).
  - `minTillagePressure` number, double — Minimum pressure applied to a tillage implement (inclusive).
  - `maxTillagePressure` number, double — Maximum pressure applied to a tillage implement (inclusive).
  - `associatedResourceIds` string[] — Resource Ids of the resource.
  - `associatedResourceType` string — Resource Types of the resource. i.e. Farmer, Farm, Field, SeasonalField, ApplicationData, HarvestData, TillageData, PlantingData, PlantTissueAnalysis.
  - `minOperationStartDateTime` string, date-time — Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).
  - `maxOperationStartDateTime` string, date-time — Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).
  - `minOperationEndDateTime` string, date-time — Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).
  - `maxOperationEndDateTime` string, date-time — Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).
  - `minOperationModifiedDateTime` string, date-time — Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).
  - `maxOperationModifiedDateTime` string, date-time — Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).
  - `sources` string[] — Sources of the operation data.
  - `minArea` number, double — Minimum acreage of the boundary (inclusive).
  - `maxArea` number, double — Maximum acreage of the boundary (inclusive).
  - `ids` string[] — Ids of the resource.
  - `names` string[] — Names of the resource.
  - `propertyFilters` string[] — Filters on key-value pairs within the Properties object. e.g. "{testKey} eq {testValue}".
  - `statuses` string[] — Statuses of the resource.
  - `minCreatedDateTime` string, date-time — Minimum creation date of resource (inclusive).
  - `maxCreatedDateTime` string, date-time — Maximum creation date of resource (inclusive).
  - `minLastModifiedDateTime` string, date-time — Minimum last modified date of resource (inclusive).
  - `maxLastModifiedDateTime` string, date-time — Maximum last modified date of resource (inclusive).
  - `intersectsWithGeometry` GeoJsonObject — GeoJSON (For more details: https://geojson.org/). Note: Coordinates are expected in [Longitude, Latitude] format.
    - `type` 'Point' | 'Polygon' | 'MultiPolygon', required — GeoJSON object type.
  - `partyId` string — Party ID which belongs to the operation data.

## Response `200`

Success

- TillageDataMetaDataListResponse — Paged response contains list of requested objects and a skipToken to get the next set of results.
  - `value` TillageDataMetaData[], required — List of requested objects.
    - `tillageDepth` Measure — Schema for storing measurement reading and unit.
      - `unit` string — Data unit.
      - `value` number, double — Data value.
    - `tillagePressure` Measure — Schema for storing measurement reading and unit.
      - `unit` string — Data unit.
      - `value` number, double — Data value.
    - `area` Measure — Schema for storing measurement reading and unit.
      - `unit` string — Data unit.
      - `value` number, double — Data value.
    - `operationModifiedDateTime` string, date-time — Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. Note: this will be specified by the source provider itself.
    - `operationStartDateTime` string, date-time — Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.
    - `operationEndDateTime` string, date-time — End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.
    - `associatedResource` GeoResource — Schema for storing resource type and resource id.
      - `type` 'Field' | 'SeasonalField' | 'Zone' | 'Prescription' | 'PlantTissueAnalysis' | 'PlantingData' | 'ApplicationData' | 'HarvestData' | 'TillageData' — Resource Type.
      - `id` string — Resource Id.
    - `partyId` string — Party ID which belongs to the operation data.
    - `id` string — Unique resource ID.
    - `eTag` string — The ETag value to implement optimistic concurrency.
    - `status` string — Status of the resource.
    - `createdDateTime` string, date-time — Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.
    - `modifiedDateTime` string, date-time — Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
    - `source` string — Source of the resource.
    - `name` string — Name to identify resource.
    - `description` string — Textual description of the resource.
    - `createdBy` string — Created by user/tenant id.
    - `modifiedBy` string — Modified by user/tenant id.
    - `properties` object — A collection of key value pairs that belongs to the resource. Each pair must not have a key greater than 50 characters and must not have a value greater than 150 characters. Note: A maximum of 25 key value pairs can be provided for a resource and only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.
  - `skipToken` string — Token used in retrieving the next page. If null, there are no additional pages.
  - `nextLink` string — Continuation link (absolute URI) to the next page of results in the list.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/agrifood-agfoodplatform.md) · [All operations](https://skmtc.net/azure/apis/agrifood-agfoodplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/agrifood-agfoodplatform/revisions/33cf1de6e0c4/schema)
