GET api/VDPReport

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VDPReportData
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ReportName

string

None.

Identifier

string

None.

Updated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "6cffee39-48ee-4f88-b960-6803003168f5",
    "ReportName": "sample string 1",
    "Identifier": "sample string 2",
    "Updated": "2025-10-26T02:45:16.7642421-04:00"
  },
  {
    "Id": "6cffee39-48ee-4f88-b960-6803003168f5",
    "ReportName": "sample string 1",
    "Identifier": "sample string 2",
    "Updated": "2025-10-26T02:45:16.7642421-04:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVDPReportData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
  <VDPReportData>
    <Id>6cffee39-48ee-4f88-b960-6803003168f5</Id>
    <Identifier>sample string 2</Identifier>
    <ReportName>sample string 1</ReportName>
    <Updated>2025-10-26T02:45:16.7642421-04:00</Updated>
  </VDPReportData>
  <VDPReportData>
    <Id>6cffee39-48ee-4f88-b960-6803003168f5</Id>
    <Identifier>sample string 2</Identifier>
    <ReportName>sample string 1</ReportName>
    <Updated>2025-10-26T02:45:16.7642421-04:00</Updated>
  </VDPReportData>
</ArrayOfVDPReportData>