Skip to main content
GET
Get delegation history

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
revisionDate
string
required

Response

200 - application/json

Delegation history details retrieved successfully

id
string
required

Unique identifier

Example:

"9f45f94d-20d2-4163-85d9-68f4f699e440"

tenantId
string
required

Tenant ID

Example:

"105fa115-52d0-4466-baff-740447a60774"

issuerType
object
required

Delegation issuer type

Example:

"ROOT_AUTHORITY"

recipientType
object
required

Delegation recipient type

Example:

"PERSONNEL_IN_POSITION"

decisionId
string
required

Source decision for the delegation chain

Example:

"864fa115-52d0-4466-baff-740447a60774"

issuedDate
string<date-time>
required

Date on which delegation was issued

Example:

"2025-01-01T12:00:00Z"

acceptedDate
string<date-time>
required

Date on which delegation was accepted

Example:

"2025-01-01T12:00:00Z"

effectiveDate
string<date-time>
required

Date from which delegation will be effective

Example:

"2025-01-01T12:00:00Z"

delegationDisplayId
string
required

Delegation Display ID

Example:

"12789"

Delegation Link

Example:

"/delegations/view/eyJ0ZW5hbnRJZCI6IjEwNWZhMTE1LTUyZDAtNDQ2Ni1iYWZmLTc0MDQ0N2E2MDc3NCIsImRlbGVnYXRpb25JZCI6IjMwOGNiMzMxLWYwMTgtNGJjNS1hMWE3LTQ1MTI4NTU4MTg0MyJ9"

status
enum<string>
default:DRAFT

Delegation status

Available options:
DRAFT,
PENDING,
ISSUED,
ACCEPTED,
REJECTED,
SUSPENDED,
REVOKED,
EXPIRED,
ARCHIVED,
DELETED
Example:

"DRAFT"

isRootDelegation
boolean
default:false

Indicates if this is a Root Delegation

Example:

false

issuerUserId
string

Delegation issuer user id

Example:

"648fa115-52d0-4466-baff-740447a60774"

issuerPositionId
string

Delegation issuer position id

Example:

"257fa115-52d0-4466-baff-740447a60774"

recipientAutoIssue
boolean
default:false

Auto Issue option for Delegation recipient of type PERSONNEL_IN_POSITION

Example:

false

parentDelegationId
string

Parent delegation (Only applicable for non root delegations)

Example:

"726fa115-52d0-4466-baff-740447a60774"

expirationDate
string<date-time>

Date on which delegation will be expired

Example:

"2025-12-31T12:00:00Z"

isNoExpiration
boolean
default:false

Indicates if "No Expiration" option is selected for expirationDate

Example:

false

updatedAt
string<date-time>

Date when delegation was last updated

Example:

"2025-01-01T12:00:00Z"

copiedFrom
string | null

ID of Delegation which was copied to create current delegation

Example:

"7df90da4-0634-40b9-abf5-6e97a222cfb8"

delegationPathway
object[]

Delegation Pathway

delegationRecipients
object[]

Delegation Recipients

delegationGroups
object[]

Delegation Groups

delegationAuthorities
object[]

Delegation Authorities

delegationDocuments
object[]

Delegation Documents

delegationId
string

Unique identifier

Example:

"9f45f94d-20d2-4163-85d9-68f4f699e440"

sourceDecision
object

Source Decision

Example:
isInvalid
boolean

Indicates if delegation is invalid

Example:

false

invalidFields
string[]

Indicates which delegation fields are invalid

Example:
actionIssuerApproval
boolean

Indicates if the delegation Approval action is on/off in settings

Example:

true

actionDelegationAcceptance
boolean

Indicates if the delegation Acceptance action is on/off in settings

Example:

true

actionAuthorityRequest
boolean

Indicates if the delegation request action is on/off in settings

Example:

true

approvalActionExistForUser
boolean

Indicates that delegation Approval active action exist or not for user as assignee

Example:

true

acceptanceActionExistForUser
boolean

Indicates that delegation Acceptance active action exist or not for user as assignee

Example:

true