GET api/Verifications/{profileGuid}?count={count}&date={date}
Get the last verification results done in your organization
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileGuid |
Get the verifications done for a given profile (Optional) |
globally unique identifier |
None. |
| count |
How many verification results to retrieve? (Optional, default: 100 results) |
integer |
None. |
| date |
Get the verifications done in a given date (Optional) |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
JsonResultOfVerificationDetails[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Collection of VerificationDetails |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.