ts.dod.lineage
Walk the version chain for a DoD policy.
Walk the version chain for a DoD policy.
Requires authentication
Description
Returns the version lineage of a DoD policy, showing the chain of versions from the original to the current version.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | DoD policy ID |
Response
Returns the version chain.
{
"lineage": [
{
"id": "dod_original...",
"name": "Standard Task Completion",
"version": 1
},
{
"id": "dod_a1b2c3d4e5f6...",
"name": "Standard Task Completion v2",
"version": 2
}
]
}
Errors
| Code | Description |
|---|---|
not_authenticated | No active login for this session |
not_found | DoD policy not found |