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": "6359087c-af20-4ab9-9159-fce36aece31e",
      "ParentWebProductId": "d08bd214-b3ad-4218-92de-fc5fa2698d53"
    },
    {
      "WebProductId": "6359087c-af20-4ab9-9159-fce36aece31e",
      "ParentWebProductId": "d08bd214-b3ad-4218-92de-fc5fa2698d53"
    }
  ],
  "ProgramId": "7963e3ad-850a-4fbf-8e92-8aaae05fcb66"
}

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>d08bd214-b3ad-4218-92de-fc5fa2698d53</ParentWebProductId>
      <WebProductId>6359087c-af20-4ab9-9159-fce36aece31e</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>d08bd214-b3ad-4218-92de-fc5fa2698d53</ParentWebProductId>
      <WebProductId>6359087c-af20-4ab9-9159-fce36aece31e</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>7963e3ad-850a-4fbf-8e92-8aaae05fcb66</ProgramId>
</ExamProductSet>