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": "1897ad3b-0c07-49c9-8851-58ec307b54d1",
      "ParentWebProductId": "6ef08666-d9bb-4253-ba94-a5e7455bb744"
    },
    {
      "WebProductId": "1897ad3b-0c07-49c9-8851-58ec307b54d1",
      "ParentWebProductId": "6ef08666-d9bb-4253-ba94-a5e7455bb744"
    }
  ],
  "ProgramId": "4a86968d-a32a-4f46-bb8e-6996439838ab"
}

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>6ef08666-d9bb-4253-ba94-a5e7455bb744</ParentWebProductId>
      <WebProductId>1897ad3b-0c07-49c9-8851-58ec307b54d1</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>6ef08666-d9bb-4253-ba94-a5e7455bb744</ParentWebProductId>
      <WebProductId>1897ad3b-0c07-49c9-8851-58ec307b54d1</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>4a86968d-a32a-4f46-bb8e-6996439838ab</ProgramId>
</ExamProductSet>