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": "500a23c7-c676-4648-90c3-9e6cfb388792",
      "ParentWebProductId": "79bb7e39-a0e8-47b3-aade-1096f8b49dbc"
    },
    {
      "WebProductId": "500a23c7-c676-4648-90c3-9e6cfb388792",
      "ParentWebProductId": "79bb7e39-a0e8-47b3-aade-1096f8b49dbc"
    }
  ],
  "ProgramId": "a45f2ce4-d225-4e40-9997-09a8e76d81e8"
}

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>79bb7e39-a0e8-47b3-aade-1096f8b49dbc</ParentWebProductId>
      <WebProductId>500a23c7-c676-4648-90c3-9e6cfb388792</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>79bb7e39-a0e8-47b3-aade-1096f8b49dbc</ParentWebProductId>
      <WebProductId>500a23c7-c676-4648-90c3-9e6cfb388792</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>a45f2ce4-d225-4e40-9997-09a8e76d81e8</ProgramId>
</ExamProductSet>