List estimate versions
Lists immutable vSOW snapshots newest first, including frozen scope/effort primitives and content signatures.
GET
/api/v1/estimates/:id/versionsAuthorization
estimates:readapi key scoperequiredRequired scope when calling with an API key.
Path parameters
idstringrequiredEstimate UUID.
Example: 8a043c6e-52ab-4df1-8b7a-afec991a05a2
Request
curl -X GET "https://www.digitalstack360.com/api/v1/estimates/8a043c6e-52ab-4df1-8b7a-afec991a05a2/versions" \
-H "Authorization: Bearer $DS_API_KEY"Examples use a placeholder key from your environment. Store your key in $DS_API_KEY — never commit it.
Response
200 OK
{
"data": [
{
"id": "877558ec-b559-48b4-9210-b53ed720fb73",
"revision_number": 2,
"status": "frozen",
"source_signature": "sha256:..."
}
],
"meta": {
"count": 1
}
}Errors
401
missing_authNo credentials provided
401
invalid_api_keyAPI key is invalid or revoked