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": "d3c7cad1-22fb-41e1-a6fa-e72311d3a46b",
      "ParentWebProductId": "9a249b15-ae44-4f6d-8f19-60245218c60d"
    },
    {
      "WebProductId": "d3c7cad1-22fb-41e1-a6fa-e72311d3a46b",
      "ParentWebProductId": "9a249b15-ae44-4f6d-8f19-60245218c60d"
    }
  ],
  "ProgramId": "66076fb7-f37b-43cf-bab2-f896a4e84da4"
}

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>9a249b15-ae44-4f6d-8f19-60245218c60d</ParentWebProductId>
      <WebProductId>d3c7cad1-22fb-41e1-a6fa-e72311d3a46b</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9a249b15-ae44-4f6d-8f19-60245218c60d</ParentWebProductId>
      <WebProductId>d3c7cad1-22fb-41e1-a6fa-e72311d3a46b</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>66076fb7-f37b-43cf-bab2-f896a4e84da4</ProgramId>
</ExamProductSet>