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": "e96c4ee1-0182-4cd8-8ac5-7bde8002c381",
      "ParentWebProductId": "7c3b3197-bb56-436a-97d7-dea94bc3b177"
    },
    {
      "WebProductId": "e96c4ee1-0182-4cd8-8ac5-7bde8002c381",
      "ParentWebProductId": "7c3b3197-bb56-436a-97d7-dea94bc3b177"
    }
  ],
  "ProgramId": "026d784c-7eb2-4e74-8669-a6350361c76a"
}

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>7c3b3197-bb56-436a-97d7-dea94bc3b177</ParentWebProductId>
      <WebProductId>e96c4ee1-0182-4cd8-8ac5-7bde8002c381</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>7c3b3197-bb56-436a-97d7-dea94bc3b177</ParentWebProductId>
      <WebProductId>e96c4ee1-0182-4cd8-8ac5-7bde8002c381</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>026d784c-7eb2-4e74-8669-a6350361c76a</ProgramId>
</ExamProductSet>