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?