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": "fc6d7bed-c2df-4601-bf81-ea663784b614",
      "ParentWebProductId": "3495a1fb-59e8-41c4-ae57-06460d42d620"
    },
    {
      "WebProductId": "fc6d7bed-c2df-4601-bf81-ea663784b614",
      "ParentWebProductId": "3495a1fb-59e8-41c4-ae57-06460d42d620"
    }
  ],
  "ProgramId": "f7e9dd82-bfd9-4e5d-837d-ed09a15e21af"
}

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>3495a1fb-59e8-41c4-ae57-06460d42d620</ParentWebProductId>
      <WebProductId>fc6d7bed-c2df-4601-bf81-ea663784b614</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>3495a1fb-59e8-41c4-ae57-06460d42d620</ParentWebProductId>
      <WebProductId>fc6d7bed-c2df-4601-bf81-ea663784b614</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>f7e9dd82-bfd9-4e5d-837d-ed09a15e21af</ProgramId>
</ExamProductSet>