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": "ad0dccd0-62bf-485f-a0d8-6ff88bb9f45a",
      "ParentWebProductId": "208f6e38-cbb2-461f-aab7-3de24a4b87d7"
    },
    {
      "WebProductId": "ad0dccd0-62bf-485f-a0d8-6ff88bb9f45a",
      "ParentWebProductId": "208f6e38-cbb2-461f-aab7-3de24a4b87d7"
    }
  ],
  "ProgramId": "fb064005-d3bf-41da-af5c-46d5c569df93"
}

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>208f6e38-cbb2-461f-aab7-3de24a4b87d7</ParentWebProductId>
      <WebProductId>ad0dccd0-62bf-485f-a0d8-6ff88bb9f45a</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>208f6e38-cbb2-461f-aab7-3de24a4b87d7</ParentWebProductId>
      <WebProductId>ad0dccd0-62bf-485f-a0d8-6ff88bb9f45a</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>fb064005-d3bf-41da-af5c-46d5c569df93</ProgramId>
</ExamProductSet>