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": "8eaae813-98e7-4f93-bf55-e79acab38baa",
      "ParentWebProductId": "83b55a4a-9d3f-41b4-bd04-6c26ad6f981c"
    },
    {
      "WebProductId": "8eaae813-98e7-4f93-bf55-e79acab38baa",
      "ParentWebProductId": "83b55a4a-9d3f-41b4-bd04-6c26ad6f981c"
    }
  ],
  "ProgramId": "5ad335fe-0cc7-4c7e-bb45-e8404b4baa18"
}

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>83b55a4a-9d3f-41b4-bd04-6c26ad6f981c</ParentWebProductId>
      <WebProductId>8eaae813-98e7-4f93-bf55-e79acab38baa</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>83b55a4a-9d3f-41b4-bd04-6c26ad6f981c</ParentWebProductId>
      <WebProductId>8eaae813-98e7-4f93-bf55-e79acab38baa</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>5ad335fe-0cc7-4c7e-bb45-e8404b4baa18</ProgramId>
</ExamProductSet>