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": "d91b18ae-3e80-4147-9382-d9197ade51ed",
      "ParentWebProductId": "0806b266-905b-4514-b5ce-2b4c558942b2"
    },
    {
      "WebProductId": "d91b18ae-3e80-4147-9382-d9197ade51ed",
      "ParentWebProductId": "0806b266-905b-4514-b5ce-2b4c558942b2"
    }
  ],
  "ProgramId": "9bcef9a0-22c5-4c32-afaa-9a4c6afd7aef"
}

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>0806b266-905b-4514-b5ce-2b4c558942b2</ParentWebProductId>
      <WebProductId>d91b18ae-3e80-4147-9382-d9197ade51ed</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>0806b266-905b-4514-b5ce-2b4c558942b2</ParentWebProductId>
      <WebProductId>d91b18ae-3e80-4147-9382-d9197ade51ed</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>9bcef9a0-22c5-4c32-afaa-9a4c6afd7aef</ProgramId>
</ExamProductSet>