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": "05cfdd4d-2a78-4096-a68b-953356aca3e8",
      "ParentWebProductId": "7a11b81a-8241-4630-9a1e-407549fd5e9f"
    },
    {
      "WebProductId": "05cfdd4d-2a78-4096-a68b-953356aca3e8",
      "ParentWebProductId": "7a11b81a-8241-4630-9a1e-407549fd5e9f"
    }
  ],
  "ProgramId": "d9d57c83-d3ae-4536-8c60-3c7bd9e88ad6"
}

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>7a11b81a-8241-4630-9a1e-407549fd5e9f</ParentWebProductId>
      <WebProductId>05cfdd4d-2a78-4096-a68b-953356aca3e8</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>7a11b81a-8241-4630-9a1e-407549fd5e9f</ParentWebProductId>
      <WebProductId>05cfdd4d-2a78-4096-a68b-953356aca3e8</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>d9d57c83-d3ae-4536-8c60-3c7bd9e88ad6</ProgramId>
</ExamProductSet>