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": "5844143e-0da5-476c-a1e6-4462ce77fbf4",
      "ParentWebProductId": "efd7e6f9-c1b1-4176-8b1d-2fbe1a44044f"
    },
    {
      "WebProductId": "5844143e-0da5-476c-a1e6-4462ce77fbf4",
      "ParentWebProductId": "efd7e6f9-c1b1-4176-8b1d-2fbe1a44044f"
    }
  ],
  "ProgramId": "d1d7c4fc-424e-4efd-8abf-9ed6f5cd2d5f"
}

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>efd7e6f9-c1b1-4176-8b1d-2fbe1a44044f</ParentWebProductId>
      <WebProductId>5844143e-0da5-476c-a1e6-4462ce77fbf4</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>efd7e6f9-c1b1-4176-8b1d-2fbe1a44044f</ParentWebProductId>
      <WebProductId>5844143e-0da5-476c-a1e6-4462ce77fbf4</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>d1d7c4fc-424e-4efd-8abf-9ed6f5cd2d5f</ProgramId>
</ExamProductSet>