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": "5051cba4-3e99-47ea-a4c6-f00eb5907c0f",
      "ParentWebProductId": "e2f7b3cd-24bf-4e03-926c-d785de25e68d"
    },
    {
      "WebProductId": "5051cba4-3e99-47ea-a4c6-f00eb5907c0f",
      "ParentWebProductId": "e2f7b3cd-24bf-4e03-926c-d785de25e68d"
    }
  ],
  "ProgramId": "6c109d79-45b3-4410-b355-667de4bbd0c6"
}

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>e2f7b3cd-24bf-4e03-926c-d785de25e68d</ParentWebProductId>
      <WebProductId>5051cba4-3e99-47ea-a4c6-f00eb5907c0f</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>e2f7b3cd-24bf-4e03-926c-d785de25e68d</ParentWebProductId>
      <WebProductId>5051cba4-3e99-47ea-a4c6-f00eb5907c0f</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>6c109d79-45b3-4410-b355-667de4bbd0c6</ProgramId>
</ExamProductSet>