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.VerificationAlert
NameDescriptionTypeAdditional information
content

Gets or sets the content.

string

None.

providerContactRole

Gets or sets the providerContactRole.

string

None.

reviewedDate

Gets or sets the reviewed date.

date

None.

severity

Gets or sets the severity.

string

None.

id

Gets or sets the verification alert identifier.

integer

None.

reviewedBy

Gets or sets the reviewed by identifier.

integer

None.

verificationOrder

Gets or sets the verification order identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "content": "sample String 1",
    "providerContactRole": "sample String 2",
    "reviewedDate": "2025-04-25T18:06:14.0102681Z",
    "severity": "sample String 3",
    "id": 4,
    "reviewedBy": 1,
    "verificationOrder": 5
  },
  {
    "content": "sample String 1",
    "providerContactRole": "sample String 2",
    "reviewedDate": "2025-04-25T18:06:14.0102681Z",
    "severity": "sample String 3",
    "id": 4,
    "reviewedBy": 1,
    "verificationOrder": 5
  }
]

text/html

Sample:
[{"content":"sample String 1","providerContactRole":"sample String 2","reviewedDate":"2025-04-25T18:06:14.0102681Z","severity":"sample String 3","id":4,"reviewedBy":1,"verificationOrder":5},{"content":"sample String 1","providerContactRole":"sample String 2","reviewedDate":"2025-04-25T18:06:14.0102681Z","severity":"sample String 3","id":4,"reviewedBy":1,"verificationOrder":5}]

application/xml, text/xml

Sample:
<ArrayOfVerificationAlert xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <VerificationAlert>
    <Content>sample String 1</Content>
    <ProviderContactRole>sample String 2</ProviderContactRole>
    <ReviewedDate>2025-04-25T18:06:14.0102681Z</ReviewedDate>
    <Severity>sample String 3</Severity>
    <VerificationAlertId>4</VerificationAlertId>
    <ReviewedById>1</ReviewedById>
    <VerificationOrderId>5</VerificationOrderId>
  </VerificationAlert>
  <VerificationAlert>
    <Content>sample String 1</Content>
    <ProviderContactRole>sample String 2</ProviderContactRole>
    <ReviewedDate>2025-04-25T18:06:14.0102681Z</ReviewedDate>
    <Severity>sample String 3</Severity>
    <VerificationAlertId>4</VerificationAlertId>
    <ReviewedById>1</ReviewedById>
    <VerificationOrderId>5</VerificationOrderId>
  </VerificationAlert>
</ArrayOfVerificationAlert>

application/vnd.api+json

Sample:

Sample not available.