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": "b71604e3-ab4f-4dfb-ba0e-87a28cd87c02",
      "ParentWebProductId": "47ff7a5a-2756-4da3-ab52-4c26eabe434c"
    },
    {
      "WebProductId": "b71604e3-ab4f-4dfb-ba0e-87a28cd87c02",
      "ParentWebProductId": "47ff7a5a-2756-4da3-ab52-4c26eabe434c"
    }
  ],
  "ProgramId": "1b40238f-783b-4e67-84ae-eef196f00160"
}

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>47ff7a5a-2756-4da3-ab52-4c26eabe434c</ParentWebProductId>
      <WebProductId>b71604e3-ab4f-4dfb-ba0e-87a28cd87c02</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>47ff7a5a-2756-4da3-ab52-4c26eabe434c</ParentWebProductId>
      <WebProductId>b71604e3-ab4f-4dfb-ba0e-87a28cd87c02</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>1b40238f-783b-4e67-84ae-eef196f00160</ProgramId>
</ExamProductSet>