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": "6fa58f43-37f3-4659-a9cf-160ad75a9a01",
      "ParentWebProductId": "e42aedbb-6518-4788-9c36-e83122890861"
    },
    {
      "WebProductId": "6fa58f43-37f3-4659-a9cf-160ad75a9a01",
      "ParentWebProductId": "e42aedbb-6518-4788-9c36-e83122890861"
    }
  ],
  "ProgramId": "8c47d567-9461-4873-a892-73d936da395a"
}

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>e42aedbb-6518-4788-9c36-e83122890861</ParentWebProductId>
      <WebProductId>6fa58f43-37f3-4659-a9cf-160ad75a9a01</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>e42aedbb-6518-4788-9c36-e83122890861</ParentWebProductId>
      <WebProductId>6fa58f43-37f3-4659-a9cf-160ad75a9a01</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>8c47d567-9461-4873-a892-73d936da395a</ProgramId>
</ExamProductSet>