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

# Retrieve the summary of an activity as applied agronomic data

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

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

## Path parameters

- `activityId` string, uuid, required

## Headers

- `Accept` string, required

## Response `200`

OK

- ApplicationActivitySummaryResponse
  - `id` string, uuid, required — The id of an application activity.
  - `fieldId` string, uuid, required — The id of an application activity field.
  - `fileName` string, required — File's name
  - `fileSize` integer, required — File's size.
  - `indexedAt` string, date-time, required — The time the application activity was indexed.
  - `lastProcessedAt` string, date-time, required — The time the application activity was last processed.
  - `originalSrcModified` string, date-time, required — The time the application activity original src was last modified.
  - `serialNumber` integer, required — Serial number.
  - `srcLastModified` string, date-time, required — The time the application activity src was last modified.
  - `area` number, float, required — The area of an application activity.
  - `boundary` string — The boundary of an application activity.
  - `cropId` integer, required — The crop of an application activity.
  - `dataChecksum` string, required — The data checksum of an application activity.
  - `endTime` string, date-time, required — The time the application activity was ended.
  - `machineId` string — The machineId of an application activity.
  - `processorVersion` string, required — The processor version of an application activity.
  - `recordCount` integer, required — The record count of an application activity.
  - `seasonCode` string, required — The season code of an application activity.
  - `startTime` string, date-time, required — The time the application activity was started.
  - `passName` string — The pass name of an application 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/versions/f6831695600e/schema)
