interface GetApprovalById {
    approvalId: number;
    issueIdOrKey: string;
}

Properties

approvalId: number

The ID of the approval to be returned.

issueIdOrKey: string

The ID or key of the customer request the approval is on.