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": "8a972a64-8428-4b4c-8d92-35fcde665d83",
      "ParentWebProductId": "113d89fa-13c2-462f-97f5-1ea0e7c35250"
    },
    {
      "WebProductId": "8a972a64-8428-4b4c-8d92-35fcde665d83",
      "ParentWebProductId": "113d89fa-13c2-462f-97f5-1ea0e7c35250"
    }
  ],
  "ProgramId": "cf3fa02b-8665-41d6-a2bf-4d54fa6526a0"
}

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>113d89fa-13c2-462f-97f5-1ea0e7c35250</ParentWebProductId>
      <WebProductId>8a972a64-8428-4b4c-8d92-35fcde665d83</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>113d89fa-13c2-462f-97f5-1ea0e7c35250</ParentWebProductId>
      <WebProductId>8a972a64-8428-4b4c-8d92-35fcde665d83</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>cf3fa02b-8665-41d6-a2bf-4d54fa6526a0</ProgramId>
</ExamProductSet>