Skip to main content

Retrieves the map share payload for a given request ID.

GET 

/map/share/:reqId

This endpoint returns the share payload (metadata) of the map identified by reqId. The payload contains all necessary information for another device to import and download the map.

Request

Path Parameters

    reqId stringrequired

Responses

Schema

    area int64nullable
    beginImagingDate date-timenullable
    catalogId stringrequired

    catalog id of the map

    endImagingDate date-timenullable
    fileName stringnullable
    footprint stringrequired

    Geographical footprint of the map (WKT, GeoJSON, or custom format)

    name stringrequired

    Human-readable map name

    packageUrl stringnullable
    region stringnullable
    size int64required

    Map file size in bytes

Loading...