---
title: "GET /sensor-mappings/{sensorMappingId}"
method: GET
path: "/sensor-mappings/{sensorMappingId}"
tags: ["SensorMappings"]
---

# GET /sensor-mappings/{sensorMappingId}

`GET /sensor-mappings/{sensorMappingId}`

Gets a sensor mapping entity.

## Path parameters

- `sensorMappingId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Success

- SensorMapping — SensorMapping API model.
  - `sensorId` string — Id of the associated sensor.
  - `sensorPartnerId` string — Id of the associated sensor partner.
  - `partyId` string — Id of the associated party.
  - `associatedResource` GeoResource, required — Schema for storing resource type and resource id.
    - `type` 'Field' | 'SeasonalField' | 'Zone' | 'Prescription' | 'PlantTissueAnalysis' | 'PlantingData' | 'ApplicationData' | 'HarvestData' | 'TillageData' — Resource Type.
    - `id` string — Resource Id.
  - `id` string — Id of the resource.
  - `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.
  - `eTag` string — The ETag value to implement optimistic concurrency.
  - `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.

## 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)
