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": "d6431304-22a9-4401-8851-524a5d4d56d5",
      "ParentWebProductId": "4a024fd7-f400-4751-aa3a-117c21345934"
    },
    {
      "WebProductId": "d6431304-22a9-4401-8851-524a5d4d56d5",
      "ParentWebProductId": "4a024fd7-f400-4751-aa3a-117c21345934"
    }
  ],
  "ProgramId": "17d84849-f5e4-4193-ac8a-df085fe518d4"
}

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>4a024fd7-f400-4751-aa3a-117c21345934</ParentWebProductId>
      <WebProductId>d6431304-22a9-4401-8851-524a5d4d56d5</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>4a024fd7-f400-4751-aa3a-117c21345934</ParentWebProductId>
      <WebProductId>d6431304-22a9-4401-8851-524a5d4d56d5</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>17d84849-f5e4-4193-ac8a-df085fe518d4</ProgramId>
</ExamProductSet>