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": "5fbae7e6-8ee0-458a-b864-c05bb2add5a2",
      "ParentWebProductId": "85780a67-b6da-44ee-9d8a-3f0b5276fcab"
    },
    {
      "WebProductId": "5fbae7e6-8ee0-458a-b864-c05bb2add5a2",
      "ParentWebProductId": "85780a67-b6da-44ee-9d8a-3f0b5276fcab"
    }
  ],
  "ProgramId": "1d9fc52a-99d3-4eb2-9214-d375c1083aed"
}

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>85780a67-b6da-44ee-9d8a-3f0b5276fcab</ParentWebProductId>
      <WebProductId>5fbae7e6-8ee0-458a-b864-c05bb2add5a2</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>85780a67-b6da-44ee-9d8a-3f0b5276fcab</ParentWebProductId>
      <WebProductId>5fbae7e6-8ee0-458a-b864-c05bb2add5a2</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>1d9fc52a-99d3-4eb2-9214-d375c1083aed</ProgramId>
</ExamProductSet>