71. Мутація: Згенерувати zip-архів із "Notes"
mutation ExportNotesData {
exportData(input: {
notes: [
{
uuid: "<placeholder_for_vectoranalysismap_uuid>",
fieldUuid: "<placeholder_for_field_uuid>",
entity: VectorAnalysisMap
}
]
}) {
archiveUrl
zippedNotes {
uuid
fieldUuid
status
}
ignoredNotes {
uuid
fieldUuid
status
}
}
}Previous70. Мутація: Видалити кілька "Photos"Next72. Запит: Отримати дані сітки як GeoJSON або GeoTIFF
Last updated
Was this helpful?