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": "8bd04a11-c9d7-4e0f-89a1-64ae6c172f69",
      "ParentWebProductId": "d5e1fc45-e61f-425b-8856-f45ffd4052da"
    },
    {
      "WebProductId": "8bd04a11-c9d7-4e0f-89a1-64ae6c172f69",
      "ParentWebProductId": "d5e1fc45-e61f-425b-8856-f45ffd4052da"
    }
  ],
  "ProgramId": "49f90769-3f0a-45d5-a03d-22ef0ce38c14"
}

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>d5e1fc45-e61f-425b-8856-f45ffd4052da</ParentWebProductId>
      <WebProductId>8bd04a11-c9d7-4e0f-89a1-64ae6c172f69</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>d5e1fc45-e61f-425b-8856-f45ffd4052da</ParentWebProductId>
      <WebProductId>8bd04a11-c9d7-4e0f-89a1-64ae6c172f69</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>49f90769-3f0a-45d5-a03d-22ef0ce38c14</ProgramId>
</ExamProductSet>