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": "63a968ac-8a0a-4b88-b094-ae430b789df9",
      "ParentWebProductId": "24a1dfa8-b875-40dd-b0dc-c7ecd272f560"
    },
    {
      "WebProductId": "63a968ac-8a0a-4b88-b094-ae430b789df9",
      "ParentWebProductId": "24a1dfa8-b875-40dd-b0dc-c7ecd272f560"
    }
  ],
  "ProgramId": "f4268348-adae-4753-99b2-a877ebc11f27"
}

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>24a1dfa8-b875-40dd-b0dc-c7ecd272f560</ParentWebProductId>
      <WebProductId>63a968ac-8a0a-4b88-b094-ae430b789df9</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>24a1dfa8-b875-40dd-b0dc-c7ecd272f560</ParentWebProductId>
      <WebProductId>63a968ac-8a0a-4b88-b094-ae430b789df9</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>f4268348-adae-4753-99b2-a877ebc11f27</ProgramId>
</ExamProductSet>