Approval Tasks
Operations on the approval tasks
📄️ Get unwrap task
Returns all pending unwrap tasks for a given approval client (identified by public key)
📄️ Get unblock key task
Returns all pending unblock key tasks for a given approval client (identified by public key)
📄️ Get sign task
Returns all pending sign tasks for a given approval client (identified by public key)
📄️ Get self-signed task
Returns all pending self-sign tasks for a given approval client (identified by public key)
📄️ Get modify key task
Returns all pending modify key tasks for a given approval client (identified by public key)
📄️ Get decrypt task
Returns all pending decrypt tasks for a given approval client (identified by public key)
📄️ Get CSR task
Returns all pending CSR sign tasks for a given approval client (identified by public key)
📄️ Get certificate task
Returns all pending certificate sign tasks (including self-signed) for a given approval client (identified by public key)
📄️ Get block key task
Returns all pending block key tasks for a given approval client (identified by public key)
📄️ Get all tasks
Returns all pending tasks for a given approval client (identified by public key)
📄️ Send an approval
Send an approval for an existing approval task
📄️ Delete single task
Send a delete request for an existing approval task. <br /> If a key policy is defined consisting to be approved by 2 out of 3 people, one of the three people can reject his task and the Sign request is still possible.<br />