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": "71b118e9-6b90-4209-8acc-67a0ce03f95d",
      "ParentWebProductId": "b43821e5-da90-4250-9fe6-8ca043e4edea"
    },
    {
      "WebProductId": "71b118e9-6b90-4209-8acc-67a0ce03f95d",
      "ParentWebProductId": "b43821e5-da90-4250-9fe6-8ca043e4edea"
    }
  ],
  "ProgramId": "206b393d-546a-42a6-bb99-4cf36942beb4"
}

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>b43821e5-da90-4250-9fe6-8ca043e4edea</ParentWebProductId>
      <WebProductId>71b118e9-6b90-4209-8acc-67a0ce03f95d</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>b43821e5-da90-4250-9fe6-8ca043e4edea</ParentWebProductId>
      <WebProductId>71b118e9-6b90-4209-8acc-67a0ce03f95d</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>206b393d-546a-42a6-bb99-4cf36942beb4</ProgramId>
</ExamProductSet>