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": "d89773fd-03ee-458c-8f5d-fd69c6527a8b",
      "ParentWebProductId": "7117f0d3-400e-4118-8882-20236deecd4d"
    },
    {
      "WebProductId": "d89773fd-03ee-458c-8f5d-fd69c6527a8b",
      "ParentWebProductId": "7117f0d3-400e-4118-8882-20236deecd4d"
    }
  ],
  "ProgramId": "c28169df-f538-48b2-9c72-482090477dea"
}

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>7117f0d3-400e-4118-8882-20236deecd4d</ParentWebProductId>
      <WebProductId>d89773fd-03ee-458c-8f5d-fd69c6527a8b</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>7117f0d3-400e-4118-8882-20236deecd4d</ParentWebProductId>
      <WebProductId>d89773fd-03ee-458c-8f5d-fd69c6527a8b</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>c28169df-f538-48b2-9c72-482090477dea</ProgramId>
</ExamProductSet>