Get a project snapshot
GET/project-snapshots/:projectSnapshotKey
Returns the project snapshot metadata together with the file versions it captured. Each file version carries the content hash and the file name and folder location recorded at snapshot time. To compare two project snapshots, request both and match their file versions on fileKey to find the same file across both snapshots, then compare contentHash to detect changes.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The project snapshot was found.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The requested resource was not found.
An internal error occurred while processing the request.