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": "50902809-e263-4916-a7af-db63d6ce1f0f",
      "ParentWebProductId": "da7e9688-20cf-42d1-b05f-6150efd62f2c"
    },
    {
      "WebProductId": "50902809-e263-4916-a7af-db63d6ce1f0f",
      "ParentWebProductId": "da7e9688-20cf-42d1-b05f-6150efd62f2c"
    }
  ],
  "ProgramId": "f524f71f-06e6-4b56-8841-86f8f18281e1"
}

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>da7e9688-20cf-42d1-b05f-6150efd62f2c</ParentWebProductId>
      <WebProductId>50902809-e263-4916-a7af-db63d6ce1f0f</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>da7e9688-20cf-42d1-b05f-6150efd62f2c</ParentWebProductId>
      <WebProductId>50902809-e263-4916-a7af-db63d6ce1f0f</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>f524f71f-06e6-4b56-8841-86f8f18281e1</ProgramId>
</ExamProductSet>