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": "611d96a5-ab71-4e4b-acb0-33a23ae790f6",
      "ParentWebProductId": "34837fd8-a826-4207-93c4-16a4f26aea97"
    },
    {
      "WebProductId": "611d96a5-ab71-4e4b-acb0-33a23ae790f6",
      "ParentWebProductId": "34837fd8-a826-4207-93c4-16a4f26aea97"
    }
  ],
  "ProgramId": "21979174-c8bd-48c3-8922-f8778bf10bc1"
}

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>34837fd8-a826-4207-93c4-16a4f26aea97</ParentWebProductId>
      <WebProductId>611d96a5-ab71-4e4b-acb0-33a23ae790f6</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>34837fd8-a826-4207-93c4-16a4f26aea97</ParentWebProductId>
      <WebProductId>611d96a5-ab71-4e4b-acb0-33a23ae790f6</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>21979174-c8bd-48c3-8922-f8778bf10bc1</ProgramId>
</ExamProductSet>