Breadcrumbs

Metavault API - Get snapshot

GetSnapshot - GET

Path

/api/projects/{projectId}/model/snapshots/{snapshotId}

Http Method

GET

Overview

Required permissions

  • Read access to the Build module. BUILD read

OR

  • Read access to the Verify module. VERIFY read

OR

  • Read access to the Distribute module. Distribute read

Response

Success response (200 OK)

JSON
{
  "id": "6b1cb685-515e-4400-9366-608d7d3ae94b",
  "name": "SN02",
  "description": "second snapshot",
  "type": "Load"
}