Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The app identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of verification order orders.
Collection of Nano.VerificationAlert| Name | Description | Type | Additional 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-11-09T05:55:31.9602246Z",
"severity": "sample String 3",
"id": 4,
"reviewedBy": 1,
"verificationOrder": 5
},
{
"content": "sample String 1",
"providerContactRole": "sample String 2",
"reviewedDate": "2025-11-09T05:55:31.9602246Z",
"severity": "sample String 3",
"id": 4,
"reviewedBy": 1,
"verificationOrder": 5
}
]
text/html
Sample:
[{"content":"sample String 1","providerContactRole":"sample String 2","reviewedDate":"2025-11-09T05:55:31.9602246Z","severity":"sample String 3","id":4,"reviewedBy":1,"verificationOrder":5},{"content":"sample String 1","providerContactRole":"sample String 2","reviewedDate":"2025-11-09T05:55:31.9602246Z","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-11-09T05:55:31.9602246Z</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-11-09T05:55:31.9602246Z</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.