Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The app identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of verification order orders.

Collection of Nano.VerificationOrder
NameDescriptionTypeAdditional information
auditCopyToken

Gets or sets the Audit copy token.

string

None.

checked

Gets or sets the checked.

date

None.

createDate

Gets or sets the create date.

date

None.

completeDate

Gets or sets the complete date.

date

None.

isActive

Gets or sets a value indicating whether this instance is active.

boolean

None.

hasPdfDocument

Gets or sets a value indicating whether this instance has pdf document.

boolean

None.

orderDate

Gets or sets the order date.

date

None.

vendorOrderNumber

Gets or sets the vendor order number.

string

None.

verificationReceived

Gets or sets a value indicating whether the verification was received.

boolean

None.

vendorData

Gets or sets additional vendor data.

string

None.

vendorToken

Gets or sets the vendor token.

string

None.

app

Gets or sets the application identifier.

integer

None.

createdBy

Gets or sets the created by identifier.

integer

None.

contact

Gets or sets a contact id.

integer

None.

fileHandle

Gets or sets a file handle identifier.

integer

None.

provider

Gets or sets the provider identifier.

integer

None.

verificationDocumentType

Gets or sets the verification document type identifier.

integer

None.

id

Gets or sets the verification order identifier.

integer

None.

verificationOrderType

Gets or sets the verification order type identifier.

integer

None.

employerVerificationOrders

Gets or sets the employer verification order identifiers.

Collection of string

None.

incomes

Gets or sets the income identifiers.

Collection of integer

None.

liabilities

Gets or sets the liability identifiers.

Collection of integer

None.

persons

Gets or sets the person identifiers.

Collection of integer

None.

properties

Gets or sets the property identifiers.

Collection of integer

None.

taxesAndInsurances

Gets or sets the taxes and insurance identifiers.

Collection of integer

None.

verificationAlerts

Gets or sets the verification alert identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "auditCopyToken": "sample String 1",
    "checked": "2025-04-25T18:01:29.4143747Z",
    "createDate": "2025-04-25T18:01:29.4143747Z",
    "completeDate": "2025-04-25T18:01:29.4143747Z",
    "isActive": true,
    "hasPdfDocument": true,
    "orderDate": "2025-04-25T18:01:29.4143747Z",
    "vendorOrderNumber": "sample String 5",
    "verificationReceived": true,
    "vendorData": "sample String 6",
    "vendorToken": "sample String 7",
    "app": "8",
    "createdBy": "1",
    "contact": "1",
    "fileHandle": "1",
    "provider": "1",
    "verificationDocumentType": "1",
    "id": "9",
    "verificationOrderType": "10",
    "employerVerificationOrders": [
      "sample String 1",
      "sample String 2"
    ],
    "incomes": [
      "1",
      "2"
    ],
    "liabilities": [
      "1",
      "2"
    ],
    "persons": [
      "1",
      "2"
    ],
    "properties": [
      "1",
      "2"
    ],
    "taxesAndInsurances": [
      "1",
      "2"
    ],
    "verificationAlerts": [
      1,
      2
    ]
  },
  {
    "auditCopyToken": "sample String 1",
    "checked": "2025-04-25T18:01:29.4143747Z",
    "createDate": "2025-04-25T18:01:29.4143747Z",
    "completeDate": "2025-04-25T18:01:29.4143747Z",
    "isActive": true,
    "hasPdfDocument": true,
    "orderDate": "2025-04-25T18:01:29.4143747Z",
    "vendorOrderNumber": "sample String 5",
    "verificationReceived": true,
    "vendorData": "sample String 6",
    "vendorToken": "sample String 7",
    "app": "8",
    "createdBy": "1",
    "contact": "1",
    "fileHandle": "1",
    "provider": "1",
    "verificationDocumentType": "1",
    "id": "9",
    "verificationOrderType": "10",
    "employerVerificationOrders": [
      "sample String 1",
      "sample String 2"
    ],
    "incomes": [
      "1",
      "2"
    ],
    "liabilities": [
      "1",
      "2"
    ],
    "persons": [
      "1",
      "2"
    ],
    "properties": [
      "1",
      "2"
    ],
    "taxesAndInsurances": [
      "1",
      "2"
    ],
    "verificationAlerts": [
      1,
      2
    ]
  }
]

text/html

Sample:
[{"auditCopyToken":"sample String 1","checked":"2025-04-25T18:01:29.4143747Z","createDate":"2025-04-25T18:01:29.4143747Z","completeDate":"2025-04-25T18:01:29.4143747Z","isActive":true,"hasPdfDocument":true,"orderDate":"2025-04-25T18:01:29.4143747Z","vendorOrderNumber":"sample String 5","verificationReceived":true,"vendorData":"sample String 6","vendorToken":"sample String 7","app":"8","createdBy":"1","contact":"1","fileHandle":"1","provider":"1","verificationDocumentType":"1","id":"9","verificationOrderType":"10","employerVerificationOrders":["sample String 1","sample String 2"],"incomes":["1","2"],"liabilities":["1","2"],"persons":["1","2"],"properties":["1","2"],"taxesAndInsurances":["1","2"],"verificationAlerts":[1,2]},{"auditCopyToken":"sample String 1","checked":"2025-04-25T18:01:29.4143747Z","createDate":"2025-04-25T18:01:29.4143747Z","completeDate":"2025-04-25T18:01:29.4143747Z","isActive":true,"hasPdfDocument":true,"orderDate":"2025-04-25T18:01:29.4143747Z","vendorOrderNumber":"sample String 5","verificationReceived":true,"vendorData":"sample String 6","vendorToken":"sample String 7","app":"8","createdBy":"1","contact":"1","fileHandle":"1","provider":"1","verificationDocumentType":"1","id":"9","verificationOrderType":"10","employerVerificationOrders":["sample String 1","sample String 2"],"incomes":["1","2"],"liabilities":["1","2"],"persons":["1","2"],"properties":["1","2"],"taxesAndInsurances":["1","2"],"verificationAlerts":[1,2]}]

application/vnd.api+json

Sample:

Sample not available.