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": "9c091976-7826-474a-adb6-1ff47ffb5085",
      "ParentWebProductId": "4dac48d1-3e04-4f48-afd5-b27b90c14f5c"
    },
    {
      "WebProductId": "9c091976-7826-474a-adb6-1ff47ffb5085",
      "ParentWebProductId": "4dac48d1-3e04-4f48-afd5-b27b90c14f5c"
    }
  ],
  "ProgramId": "50cbd467-7aae-424d-ab75-f266a7420aa1"
}

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>4dac48d1-3e04-4f48-afd5-b27b90c14f5c</ParentWebProductId>
      <WebProductId>9c091976-7826-474a-adb6-1ff47ffb5085</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>4dac48d1-3e04-4f48-afd5-b27b90c14f5c</ParentWebProductId>
      <WebProductId>9c091976-7826-474a-adb6-1ff47ffb5085</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>50cbd467-7aae-424d-ab75-f266a7420aa1</ProgramId>
</ExamProductSet>