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": "9f0644b4-46d3-4b64-8567-a951f1284831",
      "ParentWebProductId": "ac021c28-d2e1-4fc5-b58b-7a145764d978"
    },
    {
      "WebProductId": "9f0644b4-46d3-4b64-8567-a951f1284831",
      "ParentWebProductId": "ac021c28-d2e1-4fc5-b58b-7a145764d978"
    }
  ],
  "ProgramId": "31af73fb-94a9-4bd4-8622-715ea3e6cab2"
}

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>ac021c28-d2e1-4fc5-b58b-7a145764d978</ParentWebProductId>
      <WebProductId>9f0644b4-46d3-4b64-8567-a951f1284831</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>ac021c28-d2e1-4fc5-b58b-7a145764d978</ParentWebProductId>
      <WebProductId>9f0644b4-46d3-4b64-8567-a951f1284831</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>31af73fb-94a9-4bd4-8622-715ea3e6cab2</ProgramId>
</ExamProductSet>