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": "bd0a2c1f-d723-491d-bc92-6c805d3e28be",
      "ParentWebProductId": "68447a57-7e84-462b-8fd3-289612c6cf77"
    },
    {
      "WebProductId": "bd0a2c1f-d723-491d-bc92-6c805d3e28be",
      "ParentWebProductId": "68447a57-7e84-462b-8fd3-289612c6cf77"
    }
  ],
  "ProgramId": "979d56fb-2ced-4016-b868-bede3734e55c"
}

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>68447a57-7e84-462b-8fd3-289612c6cf77</ParentWebProductId>
      <WebProductId>bd0a2c1f-d723-491d-bc92-6c805d3e28be</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>68447a57-7e84-462b-8fd3-289612c6cf77</ParentWebProductId>
      <WebProductId>bd0a2c1f-d723-491d-bc92-6c805d3e28be</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>979d56fb-2ced-4016-b868-bede3734e55c</ProgramId>
</ExamProductSet>