Pending Certification Tasks
GET {{baseUrl}}/certifications/:id/tasks-pending
This API returns the status of all pending (QUEUED
or IN_PROGRESS
) tasks for an identity campaign certification. A token with ORGADMIN or CERTADMIN authority is required to call this API. Reviewers for this certification can also call this API.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"abcd-ef12-3456","certificationId":"ef38f94347e94562b5bb8424a56397d8","type":"REASSIGN","status":"SUCCESS"},{"id":"abcd-ef12-3456","certificationId":"ef38f94347e94562b5bb8424a56397d8","type":"REASSIGN","status":"QUEUED"}]