GET api/programs/examproduct/details

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ExamProductSet
NameDescriptionTypeAdditional information
ExamProducts

Collection of ExamProduct

None.

ProgramId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "ExamProducts": [
    {
      "WebProductId": "bb813ac9-d4af-42b8-8e90-74b86e612b2b",
      "ParentWebProductId": "aaf3dda8-e715-4c38-8a93-f3247a4e7fca"
    },
    {
      "WebProductId": "bb813ac9-d4af-42b8-8e90-74b86e612b2b",
      "ParentWebProductId": "aaf3dda8-e715-4c38-8a93-f3247a4e7fca"
    }
  ],
  "ProgramId": "7d394f22-6a61-4f0d-a8ba-c020da859892"
}

application/xml, text/xml

Sample:
<ExamProductSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
  <ExamProducts>
    <ExamProduct>
      <ParentWebProductId>aaf3dda8-e715-4c38-8a93-f3247a4e7fca</ParentWebProductId>
      <WebProductId>bb813ac9-d4af-42b8-8e90-74b86e612b2b</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>aaf3dda8-e715-4c38-8a93-f3247a4e7fca</ParentWebProductId>
      <WebProductId>bb813ac9-d4af-42b8-8e90-74b86e612b2b</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>7d394f22-6a61-4f0d-a8ba-c020da859892</ProgramId>
</ExamProductSet>