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": "b7fbd0ad-0819-47e9-a69e-7f4ea039bbc6",
      "ParentWebProductId": "30055e2a-c835-40fd-975a-fc4e3bea1bfa"
    },
    {
      "WebProductId": "b7fbd0ad-0819-47e9-a69e-7f4ea039bbc6",
      "ParentWebProductId": "30055e2a-c835-40fd-975a-fc4e3bea1bfa"
    }
  ],
  "ProgramId": "007eb9bd-a38f-469b-beba-d1bad56119e7"
}

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>30055e2a-c835-40fd-975a-fc4e3bea1bfa</ParentWebProductId>
      <WebProductId>b7fbd0ad-0819-47e9-a69e-7f4ea039bbc6</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>30055e2a-c835-40fd-975a-fc4e3bea1bfa</ParentWebProductId>
      <WebProductId>b7fbd0ad-0819-47e9-a69e-7f4ea039bbc6</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>007eb9bd-a38f-469b-beba-d1bad56119e7</ProgramId>
</ExamProductSet>