For the complete documentation index, see llms.txt. This page is also available as Markdown.

15. Fråga: Hämta "TopographyMap"

Hämta "TopographyMaps" för "fältet".

query GetTopographyMaps {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
    uuid
    namn
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      farmUuid
      namn
      boundaryUrl
      topographyMaps {
	uuid
        fieldUuid
        status
        geoMaps {
          kortNamn
          url
          hexColorCodes
          classes
        }
      }
    }
  }
}

Senast uppdaterad

Var detta till hjälp?