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": "9ccda705-ae6d-4106-a600-c1c2c13a6730",
      "ParentWebProductId": "3e910a78-dcbd-4b24-95a5-535c5ed975a6"
    },
    {
      "WebProductId": "9ccda705-ae6d-4106-a600-c1c2c13a6730",
      "ParentWebProductId": "3e910a78-dcbd-4b24-95a5-535c5ed975a6"
    }
  ],
  "ProgramId": "7ac3b402-b664-45ff-8b62-14f44fb46ed8"
}

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>3e910a78-dcbd-4b24-95a5-535c5ed975a6</ParentWebProductId>
      <WebProductId>9ccda705-ae6d-4106-a600-c1c2c13a6730</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>3e910a78-dcbd-4b24-95a5-535c5ed975a6</ParentWebProductId>
      <WebProductId>9ccda705-ae6d-4106-a600-c1c2c13a6730</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>7ac3b402-b664-45ff-8b62-14f44fb46ed8</ProgramId>
</ExamProductSet>