Retrieving the full raw data for a Process | API

Created by Kevin Smith, Modified on Fri, 16 Aug at 12:36 PM by Hannah Rowe


The full details of a Process can be retrieved via the GET /processes/{processId}/details endpoint.  This will return detailed response with information on each question, answer and check that has been performed.


You will need the processId to call this endpoint - which will have been provided in the response when you created your Process.


For a full breakdown of the schema and Enums, please visit our Swagger page.


GET /processes/{processId}/details


{

  "title": "string",

  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

  "clientId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

  "journeyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

  "dateCreated": "2024-03-18T08:01:48.884Z",

  "dateCompleted": "2024-03-18T08:01:48.884Z",

  "percentageComplete": 0,

  "isComplete": true,

  "isReadOnly": true,

  "status": 0,

  "processTasks": [

    {

      "id": 0,

      "processId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

      "status": 0,

      "type": 1,

      "title": "string",

      "dateStarted": "2024-03-18T08:01:48.884Z",

      "dateCompleted": "2024-03-18T08:01:48.884Z",

      "informationPages": [

        {

          "id": 0,

          "taskId": 0,

          "confirmed": true,

          "processActorId": 0,

          "informationPage": {

            "id": 0,

            "title": "string",

            "isPublic": true,

            "requiresConfirmation": true,

            "content": "string",

            "confirmationMessage": "string",

            "additionalConfirmationMessages": [

              {

                "id": 0,

                "informationPageId": 0,

                "confirmationMessage": "string"

              }

            ]

          }

        }

      ],

      "forms": [

        {

          "id": 0,

          "title": "string",

          "processTaskId": 0,

          "order": 0,

          "totalQuestions": 0,

          "totalAnswered": 0,

          "totalMandatoryQuestions": 0,

          "totalMandatoryAnswered": 0,

          "totalPendingApproval": 0,

          "totalRejected": 0,

          "entityForm": {

            "id": 0,

            "title": "string",

            "dateStarted": "2024-03-18T08:01:48.884Z",

            "dateCompleted": "2024-03-18T08:01:48.884Z",

            "answerUpdateRequired": true,

            "submitted": true,

            "questions": [

              {

                "id": 0,

                "formQuestionId": 0,

                "approvalPerformedBy": "string",

                "approvalStatus": 1,

                "approvalTimestamp": "2024-03-18T08:01:48.884Z",

                "approvalReason": "string",

                "rejectMessage": "string",

                "validationScore": 0,

                "locked": true,

                "answers": [

                  {

                    "id": 0,

                    "dateCreated": "2024-03-18T08:01:48.884Z",

                    "lastUpdated": "2024-03-18T08:01:48.884Z",

                    "value": "string",

                    "mimeType": "string",

                    "optionCode": "string",

                    "blobReference": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                    "hasValue": true,

                    "metaData": {

                      "additionalProp1": "string",

                      "additionalProp2": "string",

                      "additionalProp3": "string"

                    },

                    "isDefaultValue": true

                  }

                ],

                "validations": [

                  {

                    "entityFormQuestionId": 0,

                    "entityFormQuestion": "string",

                    "dateCreated": "2024-03-18T08:01:48.884Z",

                    "approved": true,

                    "approvalPerformedBy": "string",

                    "approvalReason": "string",

                    "rejectMessage": "string",

                    "validationScore": 0

                  }

                ],

                "question": "string",

                "type": 1,

                "mandatory": true,

                "description": "string",

                "pageNumber": 0,

                "order": 0,

                "readonly": true,

                "confidential": true,

                "hiddenOnEdit": true,

                "hiddenOnView": true,

                "reference": "string",

                "autofillTypeId": 0,

                "regexExpression": "string",

                "regexValidationMessage": "string",

                "approvalRequired": true,

                "lookupListId": 0,

                "lookupList": {

                  "id": 0,

                  "name": "string",

                  "description": "string",

                  "isPublic": true,

                  "isActive": true,

                  "dateCreated": "2024-03-18T08:01:48.884Z",

                  "lastUpdated": "2024-03-18T08:01:48.884Z",

                  "options": [

                    {

                      "id": 0,

                      "code": "string",

                      "value": "string",

                      "order": 0,

                      "dateCreated": "2024-03-18T08:01:48.884Z",

                      "lastUpdated": "2024-03-18T08:01:48.884Z"

                    }

                  ]

                },

                "validationScoreRange": "string",

                "validationScoreMax": 0,

                "mandatoryApprovalComments": true,

                "mandatoryRejectionComments": true,

                "dataConnectorPropertyId": 1,

                "dataConnectorSourceId": 1,

                "documentConfiguration": {

                  "descriptionRequired": true,

                  "tagLabel": "string",

                  "tagRequired": true,

                  "tagsAllowed": [

                    {

                      "name": "string"

                    }

                  ],

                  "allowedFileExtensions": [

                    "string"

                  ]

                },

                "conditions": [

                  {

                    "id": 0,

                    "formQuestionId": 0,

                    "enabledOnFormQuestionId": 0,

                    "enabledOnFormQuestion": {

                      "id": 0,

                      "dateCreated": "2024-03-18T08:01:48.884Z",

                      "lastUpdated": "2024-03-18T08:01:48.884Z",

                      "question": "string",

                      "type": 1,

                      "formVersionId": 0,

                      "mandatory": true,

                      "description": "string",

                      "pageNumber": 0,

                      "order": 0,

                      "readonly": true,

                      "confidential": true,

                      "hiddenOnEdit": true,

                      "hiddenOnView": true,

                      "reference": "string",

                      "autofillTypeId": 0,

                      "regexExpression": "string",

                      "regexValidationMessage": "string",

                      "approvalRequired": true,

                      "lookupListId": 0,

                      "validationScoreRange": "string",

                      "mandatoryApprovalComments": true,

                      "mandatoryRejectionComments": true,

                      "dataConnectorPropertyId": 1,

                      "dataConnectorSourceId": 1,

                      "documentConfiguration": {

                        "descriptionRequired": true,

                        "tagLabel": "string",

                        "tagRequired": true,

                        "tagsAllowed": [

                          {

                            "name": "string"

                          }

                        ],

                        "allowedFileExtensions": [

                          "string"

                        ]

                      },

                      "conditions": [

                        "string"

                      ],

                      "defaultValues": [

                        {

                          "id": 0,

                          "order": 0,

                          "value": "string",

                          "optionCode": "string"

                        }

                      ],

                      "options": [

                        {

                          "id": 0,

                          "order": 0,

                          "value": "string",

                          "code": "string"

                        }

                      ]

                    },

                    "enabledOnValue": "string"

                  }

                ],

                "defaultValues": [

                  {

                    "id": 0,

                    "order": 0,

                    "value": "string",

                    "optionCode": "string"

                  }

                ],

                "options": [

                  {

                    "id": 0,

                    "order": 0,

                    "value": "string",

                    "code": "string"

                  }

                ],

                "validationScores": [

                  0

                ],

                "hasAnswer": true,

                "isAnswerable": true,

                "isOptionType": true,

                "isFileType": true

              }

            ],

            "enabledQuestions": [

              {

                "id": 0,

                "formQuestionId": 0,

                "approvalPerformedBy": "string",

                "approvalStatus": 1,

                "approvalTimestamp": "2024-03-18T08:01:48.884Z",

                "approvalReason": "string",

                "rejectMessage": "string",

                "validationScore": 0,

                "locked": true,

                "answers": [

                  {

                    "id": 0,

                    "dateCreated": "2024-03-18T08:01:48.884Z",

                    "lastUpdated": "2024-03-18T08:01:48.884Z",

                    "value": "string",

                    "mimeType": "string",

                    "optionCode": "string",

                    "blobReference": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                    "hasValue": true,

                    "metaData": {

                      "additionalProp1": "string",

                      "additionalProp2": "string",

                      "additionalProp3": "string"

                    },

                    "isDefaultValue": true

                  }

                ],

                "validations": [

                  {

                    "entityFormQuestionId": 0,

                    "entityFormQuestion": "string",

                    "dateCreated": "2024-03-18T08:01:48.884Z",

                    "approved": true,

                    "approvalPerformedBy": "string",

                    "approvalReason": "string",

                    "rejectMessage": "string",

                    "validationScore": 0

                  }

                ],

                "question": "string",

                "type": 1,

                "mandatory": true,

                "description": "string",

                "pageNumber": 0,

                "order": 0,

                "readonly": true,

                "confidential": true,

                "hiddenOnEdit": true,

                "hiddenOnView": true,

                "reference": "string",

                "autofillTypeId": 0,

                "regexExpression": "string",

                "regexValidationMessage": "string",

                "approvalRequired": true,

                "lookupListId": 0,

                "lookupList": {

                  "id": 0,

                  "name": "string",

                  "description": "string",

                  "isPublic": true,

                  "isActive": true,

                  "dateCreated": "2024-03-18T08:01:48.884Z",

                  "lastUpdated": "2024-03-18T08:01:48.884Z",

                  "options": [

                    {

                      "id": 0,

                      "code": "string",

                      "value": "string",

                      "order": 0,

                      "dateCreated": "2024-03-18T08:01:48.884Z",

                      "lastUpdated": "2024-03-18T08:01:48.884Z"

                    }

                  ]

                },

                "validationScoreRange": "string",

                "validationScoreMax": 0,

                "mandatoryApprovalComments": true,

                "mandatoryRejectionComments": true,

                "dataConnectorPropertyId": 1,

                "dataConnectorSourceId": 1,

                "documentConfiguration": {

                  "descriptionRequired": true,

                  "tagLabel": "string",

                  "tagRequired": true,

                  "tagsAllowed": [

                    {

                      "name": "string"

                    }

                  ],

                  "allowedFileExtensions": [

                    "string"

                  ]

                },

                "conditions": [

                  {

                    "id": 0,

                    "formQuestionId": 0,

                    "enabledOnFormQuestionId": 0,

                    "enabledOnFormQuestion": {

                      "id": 0,

                      "dateCreated": "2024-03-18T08:01:48.884Z",

                      "lastUpdated": "2024-03-18T08:01:48.884Z",

                      "question": "string",

                      "type": 1,

                      "formVersionId": 0,

                      "mandatory": true,

                      "description": "string",

                      "pageNumber": 0,

                      "order": 0,

                      "readonly": true,

                      "confidential": true,

                      "hiddenOnEdit": true,

                      "hiddenOnView": true,

                      "reference": "string",

                      "autofillTypeId": 0,

                      "regexExpression": "string",

                      "regexValidationMessage": "string",

                      "approvalRequired": true,

                      "lookupListId": 0,

                      "validationScoreRange": "string",

                      "mandatoryApprovalComments": true,

                      "mandatoryRejectionComments": true,

                      "dataConnectorPropertyId": 1,

                      "dataConnectorSourceId": 1,

                      "documentConfiguration": {

                        "descriptionRequired": true,

                        "tagLabel": "string",

                        "tagRequired": true,

                        "tagsAllowed": [

                          {

                            "name": "string"

                          }

                        ],

                        "allowedFileExtensions": [

                          "string"

                        ]

                      },

                      "conditions": [

                        "string"

                      ],

                      "defaultValues": [

                        {

                          "id": 0,

                          "order": 0,

                          "value": "string",

                          "optionCode": "string"

                        }

                      ],

                      "options": [

                        {

                          "id": 0,

                          "order": 0,

                          "value": "string",

                          "code": "string"

                        }

                      ]

                    },

                    "enabledOnValue": "string"

                  }

                ],

                "defaultValues": [

                  {

                    "id": 0,

                    "order": 0,

                    "value": "string",

                    "optionCode": "string"

                  }

                ],

                "options": [

                  {

                    "id": 0,

                    "order": 0,

                    "value": "string",

                    "code": "string"

                  }

                ],

                "validationScores": [

                  0

                ],

                "hasAnswer": true,

                "isAnswerable": true,

                "isOptionType": true,

                "isFileType": true

              }

            ],

            "totalQuestions": 0,

            "totalAnswered": 0,

            "totalMandatoryQuestions": 0,

            "totalMandatoryAnswered": 0,

            "validationDate": "2024-03-18T08:01:48.884Z",

            "validationScore": 0,

            "validationScoreMax": 0,

            "totalPendingApproval": 0,

            "totalRejected": 0,

            "isComplete": true,

            "isMandatoryComplete": true,

            "percentageComplete": 0

          },

          "processActorId": 0,

          "editableByClient": true,

          "submitted": true,

          "dateCompleted": "2024-03-18T08:01:48.884Z",

          "percentageComplete": 0,

          "validationScore": 0,

          "validationScoreMax": 0

        }

      ],

      "tables": [

        {

          "id": 0,

          "title": "string",

          "processTaskId": 0,

          "processActorId": 0,

          "content": {

            "canAddRows": true,

            "columns": [

              {

                "order": 0,

                "title": "string",

                "type": 1,

                "isReadonly": true,

                "options": [

                  "string"

                ]

              }

            ],

            "defaultRows": [

              {

                "title": "string",

                "values": [

                  "string"

                ]

              }

            ],

            "rows": [

              {

                "title": "string",

                "values": [

                  "string"

                ]

              }

            ]

          },

          "editableByClient": true,

          "editableByEntity": true,

          "order": 0,

          "submitted": true,

          "totalQuestions": 0,

          "totalQuestionsAnswered": 0

        }

      ],

      "dataConnectors": [

        {

          "id": 0,

          "processTaskId": 0,

          "processActorId": 0,

          "dataCheckStatus": 0,

          "dataCheckId": 0,

          "dataCheck": {

            "id": 0,

            "entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

            "dateCreated": "2024-03-18T08:01:48.884Z",

            "dataConnectorType": 19,

            "title": "string",

            "status": 0,

            "gbgID3Input": {

              "dataCheckId": 0,

              "forename": "string",

              "middleName": "string",

              "surname": "string",

              "dateOfBirth": "string",

              "addressLine1": "string",

              "addressLine2": "string",

              "postcode": "string",

              "city": "string",

              "county": "string",

              "country": "string",

              "bankAccountSortcode": "string",

              "bankAccountNumber": "string"

            },

            "gbgID3Result": {

              "dataCheckId": 0,

              "searchId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

              "profileName": "string",

              "resultText": "string",

              "score": 0,

              "dataSources": [

                {

                  "resultId": 0,

                  "name": "string",

                  "description": "string",

                  "type": 0,

                  "country": "string",

                  "passStatus": 0,

                  "addressStatus": 0,

                  "forenameStatus": 0,

                  "surnameStatus": 0,

                  "dateOfBirthStatus": 0,

                  "alertStatus": 0,

                  "remarks": [

                    {

                      "dataSourceId": 0,

                      "type": 0,

                      "code": 0,

                      "description": "string"

                    }

                  ]

                }

              ],

              "peps": [

                {

                  "id": 0,

                  "resultId": 0,

                  "status": 0,

                  "isMismatch": true,

                  "fullName": "string",

                  "aliases": [

                    "string"

                  ],

                  "addresses": [

                    "string"

                  ],

                  "sanctionDates": [

                    "string"

                  ],

                  "identityInformation": [

                    "string"

                  ],

                  "itemId": "string",

                  "url": "string",

                  "score": 0,

                  "caseId": "string",

                  "searchId": "string",

                  "fcraEnabled": true,

                  "rank": 0,

                  "actionLog": [

                    {

                      "dateCreated": "2024-03-18T08:01:48.885Z",

                      "previousStatus": 0,

                      "newStatus": 0,

                      "userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                      "userName": "string",

                      "comment": "string"

                    }

                  ],

                  "positions": [

                    "string"

                  ],

                  "tier": 0

                }

              ],

              "sanctions": [

                {

                  "id": 0,

                  "resultId": 0,

                  "status": 0,

                  "isMismatch": true,

                  "fullName": "string",

                  "aliases": [

                    "string"

                  ],

                  "addresses": [

                    "string"

                  ],

                  "sanctionDates": [

                    "string"

                  ],

                  "identityInformation": [

                    "string"

                  ],

                  "itemId": "string",

                  "url": "string",

                  "score": 0,

                  "caseId": "string",

                  "searchId": "string",

                  "fcraEnabled": true,

                  "rank": 0,

                  "actionLog": [

                    {

                      "dateCreated": "2024-03-18T08:01:48.885Z",

                      "previousStatus": 0,

                      "newStatus": 0,

                      "userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                      "userName": "string",

                      "comment": "string"

                    }

                  ],

                  "sanctionBodies": [

                    "string"

                  ]

                }

              ]

            },

            "proofOfOwnershipInput": {

              "firstName": "string",

              "middleName": "string",

              "surname": "string",

              "addressLine1": "string",

              "addressLine2": "string",

              "postcode": "string",

              "city": "string"

            },

            "proofOfOwnershipResult": {

              "reference": "string",

              "overallResult": 0,

              "matches": [

                {

                  "titleNumber": "string",

                  "firstNameMatch": 0,

                  "middleNameMatch": 0,

                  "surnameMatch": 0,

                  "overallMatch": 0,

                  "isHistorical": true,

                  "ownershipType": 0,

                  "proprietorFrom": "2024-03-18T08:01:48.885Z",

                  "proprietorTo": "2024-03-18T08:01:48.885Z",

                  "property": {

                    "buildingName": "string",

                    "buildingNumber": "string",

                    "streetName": "string",

                    "city": "string",

                    "postcode": "string",

                    "subBuildingName": "string",

                    "tenure": "string"

                  }

                }

              ],

              "files": [

                {

                  "fileId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                  "filename": "string",

                  "titleNumber": "string"

                }

              ],

              "titles": [

                {

                  "address": "string",

                  "tenure": "string",

                  "titleNumber": "string",

                  "id": 0,

                  "status": 0

                }

              ]

            },

            "acurisInput": {

              "threshold": 0,

              "firstName": "string",

              "middleNames": "string",

              "lastName": "string",

              "dateOfBirth": "2024-03-18T08:01:48.885Z",

              "dateOfBirthMatching": 0,

              "datasets": [

                1

              ],

              "countries": [

                "string"

              ],

              "nameMatching": 0,

              "useAllCountries": true,

              "useAllPepTiers": true,

              "pepTiers": [

                0

              ],

              "includeMatchesWithoutDateOfBirth": true

            },

            "acurisResult": [

              {

                "id": 0,

                "createdDate": "2024-03-18T08:01:48.885Z",

                "version": 0,

                "resourceId": "string",

                "score": 0,

                "firstName": "string",

                "middleName": "string",

                "lastName": "string",

                "isDeceased": true,

                "dateOfBirth": "2024-03-18T08:01:48.885Z",

                "dateOfDeath": "2024-03-18T08:01:48.885Z",

                "gender": 0,

                "pepTier": 0,

                "profileImageBlobReference": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                "status": 0,

                "reviewByUser": "string",

                "reviewDate": "2024-03-18T08:01:48.885Z",

                "reviewComments": "string",

                "addresses": [

                  {

                    "addressType": 0,

                    "line1": "string",

                    "line2": "string",

                    "postcode": "string",

                    "city": "string",

                    "county": "string",

                    "countyAbbrev": "string",

                    "countryIsoCode": "string"

                  }

                ],

                "aliases": [

                  {

                    "firstName": "string",

                    "middleName": "string",

                    "lastName": "string",

                    "type": 0

                  }

                ],

                "contactDetails": [

                  {

                    "category": 0,

                    "value": "string"

                  }

                ],

                "countries": [

                  "string"

                ],

                "datasets": [

                  1

                ],

                "disqualifiedDirectors": [

                  {

                    "caseReference": "string",

                    "reason": "string",

                    "conduct": "string",

                    "dateFrom": "2024-03-18T08:01:48.885Z",

                    "dateTo": "2024-03-18T08:01:48.885Z",

                    "evidences": [

                      {

                        "sourceEvidenceId": "string",

                        "originalUrl": "string",

                        "isCopyrighted": true,

                        "title": "string",

                        "credibility": 0,

                        "language": "string",

                        "summary": "string",

                        "keywords": "string",

                        "captureDate": "2024-03-18T08:01:48.885Z",

                        "publicationDate": "2024-03-18T08:01:48.885Z",

                        "blobReference": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                        "datasets": [

                          1

                        ]

                      }

                    ]

                  }

                ],

                "identifiers": [

                  {

                    "category": "string",

                    "value": "string"

                  }

                ],

                "imageBlobReferences": [

                  "3fa85f64-5717-4562-b3fc-2c963f66afa6"

                ],

                "nationalities": [

                  "string"

                ],

                "peps": [

                  {

                    "countryIsoCode": "string",

                    "segment": "string",

                    "position": "string",

                    "dateFrom": "2024-03-18T08:01:48.885Z",

                    "dateTo": "2024-03-18T08:01:48.885Z",

                    "evidences": [

                      {

                        "sourceEvidenceId": "string",

                        "originalUrl": "string",

                        "isCopyrighted": true,

                        "title": "string",

                        "credibility": 0,

                        "language": "string",

                        "summary": "string",

                        "keywords": "string",

                        "captureDate": "2024-03-18T08:01:48.885Z",

                        "publicationDate": "2024-03-18T08:01:48.885Z",

                        "blobReference": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                        "datasets": [

                          1

                        ]

                      }

                    ],

                    "isCurrent": true

                  }

                ],

                "notes": [

                  "string"

                ],

                "regulatoryEnforcements": [

                  {

                    "category": 1,

                    "subcategory": "string",

                    "events": [

                      {

                        "type": "string",

                        "currencyCode": "string",

                        "amount": 0,

                        "periodDays": 0,

                        "periodMonths": 0,

                        "periodYears": 0,

                        "evidences": [

                          {

                            "sourceEvidenceId": "string",

                            "originalUrl": "string",

                            "isCopyrighted": true,

                            "title": "string",

                            "credibility": 0,

                            "language": "string",

                            "summary": "string",

                            "keywords": "string",

                            "captureDate": "2024-03-18T08:01:48.885Z",

                            "publicationDate": "2024-03-18T08:01:48.885Z",

                            "blobReference": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                            "datasets": [

                              1

                            ]

                          }

                        ]

                      }

                    ]

                  }

                ],

                "reputationalRiskExposures": [

                  {

                    "category": "string",

                    "subcategory": "string",

                    "events": [

                      {

                        "type": "string",

                        "date": "2024-03-18T08:01:48.885Z",

                        "evidences": [

                          {

                            "sourceEvidenceId": "string",

                            "originalUrl": "string",

                            "isCopyrighted": true,

                            "title": "string",

                            "credibility": 0,

                            "language": "string",

                            "summary": "string",

                            "keywords": "string",

                            "captureDate": "2024-03-18T08:01:48.885Z",

                            "publicationDate": "2024-03-18T08:01:48.885Z",

                            "blobReference": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                            "datasets": [

                              1

                            ]

                          }

                        ]

                      }

                    ]

                  }

                ],

                "sanctions": [

                  {

                    "sanctionId": "string",

                    "regimeBody": "string",

                    "regimeName": "string",

                    "regimeOrigin": "string",

                    "events": [

                      {

                        "type": 0,

                        "date": "2024-03-18T08:01:48.885Z",

                        "evidences": [

                          {

                            "sourceEvidenceId": "string",

                            "originalUrl": "string",

                            "isCopyrighted": true,

                            "title": "string",

                            "credibility": 0,

                            "language": "string",

                            "summary": "string",

                            "keywords": "string",

                            "captureDate": "2024-03-18T08:01:48.885Z",

                            "publicationDate": "2024-03-18T08:01:48.885Z",

                            "blobReference": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                            "datasets": [

                              1

                            ]

                          }

                        ]

                      }

                    ],

                    "measures": [

                      "string"

                    ],

                    "isCurrent": true

                  }

                ],

                "associatedProfiles": [

                  "string"

                ]

              }

            ],

            "isOnGoingMonitor": true,

            "isOnGoingMonitorActive": true,

            "onGoingMonitorEndDate": "2024-03-18T08:01:48.885Z",

            "dataCheckNotes": [

              {

                "status": 0,

                "noteText": "string",

                "createdByUser": "string",

                "dateCreated": "2024-03-18T08:01:48.885Z"

              }

            ],

            "activeCheckStatus": 1

          }

        }

      ],

      "smsMessages": [

        {

          "id": 0,

          "processTaskId": 0,

          "processActorId": 0,

          "title": "string",

          "status": 0

        }

      ],

      "identityVerificationConfig": {

        "idScanType": 1,

        "nameCheckMethod": 1,

        "isPassMandatory": true,

        "failRecaptureDocument": true,

        "idScanJourney": "string",

        "idScanNfcOption": 1,

        "captureSelfie": true,

        "livenessCheckMethod": 1,

        "livenessRetries": 0,

        "performIdCheck": true,

        "idCheckMethod": 1,

        "waitForValidation": true,

        "waitForValidationEnum": 0,

        "idDocumentTypes": [

          0

        ],

        "idDocumentRetries": 0,

        "captureNonBiometricDocuments": true,

        "reviewNonBiometricDocuments": true,

        "nonBiometricDocumentTypes": [

          {

            "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

            "type": 0,

            "title": "string",

            "mandatoryQuantity": 0

          }

        ],

        "connectNfcOption": 1,

        "pages": [

          {

            "page": 1,

            "title": "string",

            "subtitle": "string",

            "text": "string",

            "buttonText": "string",

            "secondaryButtonText": "string",

            "hasImage": true,

            "base64Image": "string"

          }

        ],

        "legislation": 0,

        "idvProvider": 1

      },

      "identityVerifications": [

        {

          "id": 0,

          "processTaskId": 0,

          "processActorId": 0,

          "status": 1,

          "percentageComplete": 0,

          "entries": [

            {

              "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

              "taskId": 0,

              "idvId": 0,

              "entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

              "entityName": "string",

              "dateCreated": "2024-03-18T08:01:48.885Z",

              "hasSelfie": true,

              "hasUap": true,

              "livenessVerified": true,

              "livenessCheckMethod": 1,

              "livenessRetryRequired": true,

              "livenessVerificationResult": 0,

              "verificationReason": "string",

              "facialMatchVerificationResult": 0,

              "nameCheckVerificationResult": 0,

              "verificationResult": 0,

              "uapAction": 1,

              "idDocumentRetryRequired": true,

              "idDocuments": [

                {

                  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                  "dateCreated": "2024-03-18T08:01:48.885Z",

                  "idDocumentType": 0,

                  "facialMatch": true,

                  "facialMatchVerificationResult": 0,

                  "firstName": "string",

                  "middleName": "string",

                  "surname": "string",

                  "dateOfBirth": "2024-03-18T08:01:48.885Z",

                  "documentNumber": "string",

                  "expiryDate": "2024-03-18T08:01:48.885Z",

                  "address": "string",

                  "city": "string",

                  "postcode": "string",

                  "countryCode": "string",

                  "country": "string",

                  "mrzLine1": "string",

                  "mrzLine2": "string",

                  "mrzLine3": "string",

                  "nameCheckMatched": true,

                  "nameCheckVerificationResult": 0,

                  "verifiedBy": "string",

                  "verificationDate": "2024-03-18T08:01:48.885Z",

                  "verificationResult": 0,

                  "verificationReason": "string",

                  "nfcReadStatus": 0,

                  "nfcReadDate": "2024-03-18T08:01:48.885Z",

                  "nfcCheckRequired": true,

                  "nfcReadingComplete": true,

                  "visualAnalysisPassed": true,

                  "visualAnalysisVerificationResult": 0,

                  "nfcCheckPassed": true,

                  "nfcCheckVerificationResult": 0,

                  "nfcHashMatched": true,

                  "nfcDocumentSigned": true,

                  "nfcCountrySigned": true,

                  "backScanStatus": 0,

                  "uploadedBy": "string",

                  "scanReference": 0,

                  "policeRecordAlert": true,

                  "ageValidation": true,

                  "compromisedAlert": true,

                  "repeatAttemptAlert": true

                }

              ],

              "nonBiometricDocuments": [

                {

                  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                  "title": "string",

                  "dateCreated": "2024-03-18T08:01:48.885Z",

                  "verificationResult": 0,

                  "verificationReason": "string",

                  "verifiedBy": "string",

                  "verificationDate": "2024-03-18T08:01:48.885Z",

                  "isForRtx": true,

                  "fileType": 0

                }

              ],

              "visualAnalysisVerificationResult": 0,

              "nfcCheckPerformed": true,

              "nfcCheckPassed": true,

              "dateRequested": "2024-03-18T08:01:48.885Z",

              "verifiedBy": "string",

              "verificationDate": "2024-03-18T08:01:48.885Z",

              "readOnly": true,

              "rtxMethod": 0,

              "entityShareCode": {

                "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

                "shareCode": "string",

                "dateOfBirth": "2024-03-18T08:01:48.885Z",

                "comment": "string",

                "valid": true,

                "faceMatch": true,

                "nameMatch": true,

                "hasCertificate": true,

                "processed": true,

                "invalidReason": 1

              },

              "captureUap": true,

              "documentAlreadyUsed": true

            }

          ],

          "entityIdvId": 0

        }

      ],

      "paths": [

        {

          "id": 0,

          "nextProcessTaskId": 0,

          "processTaskDecision": {

            "processActorId": 0,

            "processTaskId": 0,

            "key": "string",

            "comparison": 1,

            "comparisonValues": [

              "string"

            ]

          }

        }

      ],

      "esignDocument": {

        "id": 0,

        "clientId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

        "clientName": "string",

        "processTaskId": 0,

        "templateId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

        "name": "string",

        "status": 1,

        "documentSignatures": [

          {

            "id": 0,

            "processActorId": 0,

            "entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

            "title": "string",

            "order": 0,

            "requiredToSign": true,

            "name": "string",

            "signedDate": "2024-03-18T08:01:48.885Z"

          }

        ]

      },

      "webhooks": [

        {

          "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

          "method": 0,

          "url": "string",

          "body": "string",

          "expectedStatusCode": 0

        }

      ],

      "redirectUrls": [

        {

          "url": "string",

          "target": 0

        }

      ],

      "emails": [

        {

          "id": 0,

          "processActorId": 0,

          "emailTemplateName": "string",

          "recipientFirstName": "string",

          "recipientSurname": "string",

          "recipientEmail": "string",

          "sentDate": "2024-03-18T08:01:48.885Z",

          "deliveredDate": "2024-03-18T08:01:48.885Z"

        }

      ],

      "openBankingVerifications": [

        {

          "id": 0,

          "processActorId": 0,

          "complete": true

        }

      ],

      "percentageComplete": 0

    }

  ],

  "processActors": [

    {

      "id": 0,

      "title": "string",

      "entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

      "userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

      "userGroupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

      "clientId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

      "userName": "string",

      "clientName": "string",

      "userGroupName": "string",

      "entity": {

        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

        "name": "string",

        "firstName": "string",

        "surname": "string",

        "emailAddress": "string",

        "phoneNumber": "string",

        "registrationCode": "string",

        "reference": "string",

        "dateOfBirth": "2024-03-18T08:01:48.885Z",

        "senderTelephoneNumberId": 0,

        "status": 0,

        "accountType": 1,

        "entityUserId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"

      },

      "contactType": 0,

      "emailStatus": 0,

      "smsStatus": 0,

      "hasBiometricDocuments": true,

      "hasNonBiometricDocuments": true

    }

  ],

  "webhookUrl": "string",

  "description": "string",

  "locked": true,

  "validationScore": 0,

  "validationScoreMax": 0,

  "validationDate": "2024-03-18T08:01:48.885Z",

  "userGroupName": "string",

  "createdByUserName": "string",

  "submitType": 1,

  "clientName": "string",

  "pdfPacks": [

    {

      "id": 0,

      "title": "string"

    }

  ],

  "devices": [

    {

      "processActorId": 0,

      "operatingSystem": 0,

      "browser": 0

    }

  ]

}


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article