GET api/VendorVDPReport
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VendorVDPReportData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| VDPReportId | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "01bf418b-e8a7-4230-9a54-566399cd3e3b",
"ClientId": "7822c5b0-1985-4ac7-aa94-5ae646bf8a6a",
"VDPReportId": "91edd476-20ad-478a-80be-c81435aa5cf7",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:42:58.2276594-05:00"
},
{
"Id": "01bf418b-e8a7-4230-9a54-566399cd3e3b",
"ClientId": "7822c5b0-1985-4ac7-aa94-5ae646bf8a6a",
"VDPReportId": "91edd476-20ad-478a-80be-c81435aa5cf7",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:42:58.2276594-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfVendorVDPReportData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<VendorVDPReportData>
<ClientId>7822c5b0-1985-4ac7-aa94-5ae646bf8a6a</ClientId>
<Id>01bf418b-e8a7-4230-9a54-566399cd3e3b</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<Updated>2025-12-15T23:42:58.2276594-05:00</Updated>
<VDPReportId>91edd476-20ad-478a-80be-c81435aa5cf7</VDPReportId>
</VendorVDPReportData>
<VendorVDPReportData>
<ClientId>7822c5b0-1985-4ac7-aa94-5ae646bf8a6a</ClientId>
<Id>01bf418b-e8a7-4230-9a54-566399cd3e3b</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<Updated>2025-12-15T23:42:58.2276594-05:00</Updated>
<VDPReportId>91edd476-20ad-478a-80be-c81435aa5cf7</VDPReportId>
</VendorVDPReportData>
</ArrayOfVendorVDPReportData>