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": "58a1ff69-9f4d-4c14-befd-5cdbcefeca14",
      "ParentWebProductId": "d51806af-0c12-49e0-8dea-c662a37b606d"
    },
    {
      "WebProductId": "58a1ff69-9f4d-4c14-befd-5cdbcefeca14",
      "ParentWebProductId": "d51806af-0c12-49e0-8dea-c662a37b606d"
    }
  ],
  "ProgramId": "ec82b206-a364-4343-a251-e7f1591d959f"
}

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>d51806af-0c12-49e0-8dea-c662a37b606d</ParentWebProductId>
      <WebProductId>58a1ff69-9f4d-4c14-befd-5cdbcefeca14</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>d51806af-0c12-49e0-8dea-c662a37b606d</ParentWebProductId>
      <WebProductId>58a1ff69-9f4d-4c14-befd-5cdbcefeca14</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>ec82b206-a364-4343-a251-e7f1591d959f</ProgramId>
</ExamProductSet>