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": "b3949f2a-deb5-41f5-ae8a-8c14f3f3f30d",
      "ParentWebProductId": "a282f657-4131-4ffa-a662-feb6b3cb19f2"
    },
    {
      "WebProductId": "b3949f2a-deb5-41f5-ae8a-8c14f3f3f30d",
      "ParentWebProductId": "a282f657-4131-4ffa-a662-feb6b3cb19f2"
    }
  ],
  "ProgramId": "089a40d7-fe32-47eb-8bc2-aabb01cc423c"
}

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>a282f657-4131-4ffa-a662-feb6b3cb19f2</ParentWebProductId>
      <WebProductId>b3949f2a-deb5-41f5-ae8a-8c14f3f3f30d</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>a282f657-4131-4ffa-a662-feb6b3cb19f2</ParentWebProductId>
      <WebProductId>b3949f2a-deb5-41f5-ae8a-8c14f3f3f30d</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>089a40d7-fe32-47eb-8bc2-aabb01cc423c</ProgramId>
</ExamProductSet>