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": "a6c89fce-95e8-41e6-bf08-2a34fcce9af4",
      "ParentWebProductId": "4e80ff9a-04ab-46de-a331-8393b86f690b"
    },
    {
      "WebProductId": "a6c89fce-95e8-41e6-bf08-2a34fcce9af4",
      "ParentWebProductId": "4e80ff9a-04ab-46de-a331-8393b86f690b"
    }
  ],
  "ProgramId": "ab497fa3-0abd-41a7-9abb-7847c72aecef"
}

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>4e80ff9a-04ab-46de-a331-8393b86f690b</ParentWebProductId>
      <WebProductId>a6c89fce-95e8-41e6-bf08-2a34fcce9af4</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>4e80ff9a-04ab-46de-a331-8393b86f690b</ParentWebProductId>
      <WebProductId>a6c89fce-95e8-41e6-bf08-2a34fcce9af4</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>ab497fa3-0abd-41a7-9abb-7847c72aecef</ProgramId>
</ExamProductSet>