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": "3f34dcb6-7c1b-44d5-b4ac-37182ffd9dc0",
      "ParentWebProductId": "906366e8-1042-41fe-bd31-59915998bd2f"
    },
    {
      "WebProductId": "3f34dcb6-7c1b-44d5-b4ac-37182ffd9dc0",
      "ParentWebProductId": "906366e8-1042-41fe-bd31-59915998bd2f"
    }
  ],
  "ProgramId": "28bc9728-f3f1-452e-a49f-83f0d8acaa15"
}

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>906366e8-1042-41fe-bd31-59915998bd2f</ParentWebProductId>
      <WebProductId>3f34dcb6-7c1b-44d5-b4ac-37182ffd9dc0</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>906366e8-1042-41fe-bd31-59915998bd2f</ParentWebProductId>
      <WebProductId>3f34dcb6-7c1b-44d5-b4ac-37182ffd9dc0</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>28bc9728-f3f1-452e-a49f-83f0d8acaa15</ProgramId>
</ExamProductSet>