GET api/v2/IdentityRevalidations/{identityRevalidation}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identityRevalidation | integer |
Required |
Response
IdentityRevalidationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| SId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"SId": 2,
"Identification": "sample string 3"
}
text/html
Sample:
{"Id":1,"SId":2,"Identification":"sample string 3"}