---
title: "Retrieve the summary of an activity as planted agronomic data"
method: GET
path: "/v4/layers/asPlanted/{activityId}"
tags: ["Layers"]
---

# Retrieve the summary of an activity as planted agronomic data

`GET /v4/layers/asPlanted/{activityId}`

Retrieve an individual planting activity summary by id. Ids are retrieved via the /layers/asPlanted route.

## Path parameters

- `activityId` string, uuid, required

## Headers

- `Accept` string, required

## Response `200`

OK

- PlantingActivitySummaryResponse
  - `id` string, uuid, required — The id of a planting activity.
  - `fieldId` string, uuid, required — The id of a planting activity field.
  - `fileName` string, required — File's name
  - `fileSize` integer, required — File's size.
  - `indexedAt` string, date-time, required — The time the planting activity was indexed.
  - `lastProcessedAt` string, date-time, required — The time the planting activity was last processed.
  - `originalSrcModified` string, date-time, required — The time the planting activity original src was last modified.
  - `serialNumber` integer, required — Serial number.
  - `srcLastModified` string, date-time, required — The time the planting activity src was last modified.
  - `area` number, float, required — The area of a planting activity.
  - `boundary` string, required — The boundary of a planting activity.
  - `cropId` integer, required — The crop of a planting activity.
  - `dataChecksum` string — The data checksum of a planting activity.
  - `endTime` string, date-time, required — The time the planting activity was ended.
  - `machineId` string, required — The machineId of a planting activity.
  - `processorVersion` string, required — The processor version of a planting activity.
  - `recordCount` integer, required — The record count of a planting activity.
  - `seasonCode` string, required — The season code of a planting activity.
  - `startTime` string, date-time, required — The time the planting activity was started.
  - `moisturePct` number, float — The moisture percentage of a harvest activity.
  - `originalCropName` string, required — The original crop name of a harvest activity.
  - `actualPopAvg` number, float, required — The actual pop. average of a planting activity.
  - `speedAvg` number, float — The speed average of a planting activity.
  - `excessDfPct` number, float, required — The excess df. percentage of a planting activity.
  - `goodSpacingPct` number, float, required — The good spacing percentage of a planting activity.
  - `lossGcPct` number, float — The loss gc. percentage of a planting activity.
  - `newSeeds` integer, required — The new seeds of a planting activity.
  - `popUnit` string, required — The pop unit of a planting activity.
  - `singulationPct` number, float, required — The singulation percentage of a planting activity.
  - `split` boolean, required — The split of a planting activity.
  - `targetPopAvg` number, float, required — The target pop average of a planting activity.

## Other responses

- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Server Busy

---

[API](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis.md) · [All operations](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldview/climate-fieldview-platform-apis/revisions/f6831695600e/schema)
