ScanopyScanopy
Shares

Get share metadata

Does not include any topology data

GET
/api/v1/shares/public/{id}

Path Parameters

id*string

Share ID

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/shares/public/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "meta": {
    "api_version": 1,
    "server_version": "0.13.5"
  },
  "success": true,
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string",
    "options": {
      "show_export_button": true,
      "show_inspect_panel": true,
      "show_zoom_controls": true
    },
    "requires_password": true
  },
  "error": "string"
}
{
  "success": true,
  "error": "string"
}