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": "5bfa2c38-832b-4c65-b3df-6897c0d85746",
      "ParentWebProductId": "1fe6a649-0e0e-4b68-b8d0-2b2447a63274"
    },
    {
      "WebProductId": "5bfa2c38-832b-4c65-b3df-6897c0d85746",
      "ParentWebProductId": "1fe6a649-0e0e-4b68-b8d0-2b2447a63274"
    }
  ],
  "ProgramId": "8c5ec13b-c8bb-4f0b-9d4e-8945974933bd"
}

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>1fe6a649-0e0e-4b68-b8d0-2b2447a63274</ParentWebProductId>
      <WebProductId>5bfa2c38-832b-4c65-b3df-6897c0d85746</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>1fe6a649-0e0e-4b68-b8d0-2b2447a63274</ParentWebProductId>
      <WebProductId>5bfa2c38-832b-4c65-b3df-6897c0d85746</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>8c5ec13b-c8bb-4f0b-9d4e-8945974933bd</ProgramId>
</ExamProductSet>