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

NameTypeRequiredDefaultDescription
idstringYesDoD 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

CodeDescription
not_authenticatedNo active login for this session
not_foundDoD policy not found