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": "dc233b9e-1c5e-4e85-8cd9-5d43cc3cf216",
      "ParentWebProductId": "73e589c2-fccb-44fc-a8d4-f8f30b6830d0"
    },
    {
      "WebProductId": "dc233b9e-1c5e-4e85-8cd9-5d43cc3cf216",
      "ParentWebProductId": "73e589c2-fccb-44fc-a8d4-f8f30b6830d0"
    }
  ],
  "ProgramId": "c52ad87c-0cee-4518-9ec2-f5466ff36c54"
}

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>73e589c2-fccb-44fc-a8d4-f8f30b6830d0</ParentWebProductId>
      <WebProductId>dc233b9e-1c5e-4e85-8cd9-5d43cc3cf216</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>73e589c2-fccb-44fc-a8d4-f8f30b6830d0</ParentWebProductId>
      <WebProductId>dc233b9e-1c5e-4e85-8cd9-5d43cc3cf216</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>c52ad87c-0cee-4518-9ec2-f5466ff36c54</ProgramId>
</ExamProductSet>