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": "7b1cd101-836f-4886-8e03-bb0b9409316e",
      "ParentWebProductId": "13ef1b27-e1e4-41e1-950c-62052f133487"
    },
    {
      "WebProductId": "7b1cd101-836f-4886-8e03-bb0b9409316e",
      "ParentWebProductId": "13ef1b27-e1e4-41e1-950c-62052f133487"
    }
  ],
  "ProgramId": "fe158755-56b9-46cd-b80a-e2abccc64ee6"
}

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>13ef1b27-e1e4-41e1-950c-62052f133487</ParentWebProductId>
      <WebProductId>7b1cd101-836f-4886-8e03-bb0b9409316e</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>13ef1b27-e1e4-41e1-950c-62052f133487</ParentWebProductId>
      <WebProductId>7b1cd101-836f-4886-8e03-bb0b9409316e</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>fe158755-56b9-46cd-b80a-e2abccc64ee6</ProgramId>
</ExamProductSet>