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": "37b17312-c7b5-4cf1-bcc4-d56c0fc103f2",
      "ParentWebProductId": "5fbc45be-e6d3-407a-889f-ffdf614f15a8"
    },
    {
      "WebProductId": "37b17312-c7b5-4cf1-bcc4-d56c0fc103f2",
      "ParentWebProductId": "5fbc45be-e6d3-407a-889f-ffdf614f15a8"
    }
  ],
  "ProgramId": "bac2d4ca-a32f-4391-b915-3e65ef39597a"
}

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>5fbc45be-e6d3-407a-889f-ffdf614f15a8</ParentWebProductId>
      <WebProductId>37b17312-c7b5-4cf1-bcc4-d56c0fc103f2</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>5fbc45be-e6d3-407a-889f-ffdf614f15a8</ParentWebProductId>
      <WebProductId>37b17312-c7b5-4cf1-bcc4-d56c0fc103f2</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>bac2d4ca-a32f-4391-b915-3e65ef39597a</ProgramId>
</ExamProductSet>