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": "42b8c67a-d399-44ad-bfb7-fb54a1c27c30",
      "ParentWebProductId": "dfaed1e4-e567-46ce-a856-0aec07018c34"
    },
    {
      "WebProductId": "42b8c67a-d399-44ad-bfb7-fb54a1c27c30",
      "ParentWebProductId": "dfaed1e4-e567-46ce-a856-0aec07018c34"
    }
  ],
  "ProgramId": "fdfc89fd-f4e8-454d-94bb-d1023e3044d5"
}

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>dfaed1e4-e567-46ce-a856-0aec07018c34</ParentWebProductId>
      <WebProductId>42b8c67a-d399-44ad-bfb7-fb54a1c27c30</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>dfaed1e4-e567-46ce-a856-0aec07018c34</ParentWebProductId>
      <WebProductId>42b8c67a-d399-44ad-bfb7-fb54a1c27c30</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>fdfc89fd-f4e8-454d-94bb-d1023e3044d5</ProgramId>
</ExamProductSet>