Identity Summaries for Campaign Certification
GET {{baseUrl}}/certifications/:id/identity-summaries
This API returns a list of the identity summaries for a specific 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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. |
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
id: eq, in
completed: eq, ne
name: eq, sw |
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: name |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"2c91808772a504f50172a9540e501ba7","name":"Aaron Grey","identityId":"2c9180857182306001719937379633e4","completed":false},{"id":"2c91808772a504f50172a9540e501ba8","name":"Aglae Wilson","identityId":"2c9180857182306001719937377a33de","completed":true}]