Get identity proofing result data in bulk
GET {{baseUrl}}/identity_proofing_results
This endpoint can retrieve identity proofing result data in bulk from Lifecycle
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query[limit] | number | Allows for pagination and sorting. | |
query[offset] | number | Allows for pagination and sorting. | |
query[order] | string | Allows for pagination and sorting. | |
profile_id | string | Profile ID to filter by | |
workflow_session_id | string | Workflow Session ID to filter by | |
result | string | ID Proofing Result to filter by | |
metadata | boolean | Returns batching metadata in the response |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"identity_proofing_results":[{"id":"urn:uuid:d8b067fe-bfc0-9179-ca88-01de7a251822","identity_proofing_action_id":"6abd9d95-a4b5-4aa1-9cc9-f3a4af4d356d","workflow_session_id":"urn:uuid:feee6300-d2b6-9798-8c21-733574bba944","profile_id":"urn:uuid:f83306ed-9489-2b2a-b490-483744835124","proofing_workflow":"39f44ac7-fca4-40b5-4b8b-d0008de705fb","result":"fail","proofing_attributes":{"result":"approve"},"created_at":"2007-04-18T16:57:08.066Z","updated_at":"1985-04-12T00:30:50.410Z"},{"id":"urn:uuid:8fc890ab-770e-4223-fd29-8e69ba09c5bf","identity_proofing_action_id":"urn:uuid:e409ece2-9b96-232a-2acd-7219806f66ab","workflow_session_id":"urn:uuid:efe4606a-0f14-b60c-143a-c66b83e6c0ac","profile_id":"85c3ebf3-e892-bb87-4b11-7d1413db3ebc","proofing_workflow":"urn:uuid:b3e948dc-94e4-d1de-064e-282ed58e7dd5","result":"pass","proofing_attributes":{"result":"approve"},"created_at":"2020-05-17T18:11:32.954Z","updated_at":"1990-02-22T22:01:35.685Z"}],"_metadata":{"limit":73518697,"offset":74755604,"total":-71550356,"next":"/endpoint?limit=10\u0026offset=60","previous":"/endpoint?limit=10\u0026offset=40"}}