Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| verificationAlertId |
The verification alert identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The verification order order, if it exists.
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:54:33.2408483Z",
"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:54:33.2408483Z","severity":"sample String 3","id":4,"reviewedBy":1,"verificationOrder":5}
application/xml, text/xml
Sample:
<VerificationAlert xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Content>sample String 1</Content> <ProviderContactRole>sample String 2</ProviderContactRole> <ReviewedDate>2025-11-09T05:54:33.2408483Z</ReviewedDate> <Severity>sample String 3</Severity> <VerificationAlertId>4</VerificationAlertId> <ReviewedById>1</ReviewedById> <VerificationOrderId>5</VerificationOrderId> </VerificationAlert>
application/vnd.api+json
Sample:
Sample not available.