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": "a539146e-d065-49a4-be44-814a84cf2f67",
      "ParentWebProductId": "d6656005-6da2-4a86-9f4c-6e51da2a68f6"
    },
    {
      "WebProductId": "a539146e-d065-49a4-be44-814a84cf2f67",
      "ParentWebProductId": "d6656005-6da2-4a86-9f4c-6e51da2a68f6"
    }
  ],
  "ProgramId": "6d02e46f-ed4f-43be-bc65-c94f1f5ae6d9"
}

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>d6656005-6da2-4a86-9f4c-6e51da2a68f6</ParentWebProductId>
      <WebProductId>a539146e-d065-49a4-be44-814a84cf2f67</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>d6656005-6da2-4a86-9f4c-6e51da2a68f6</ParentWebProductId>
      <WebProductId>a539146e-d065-49a4-be44-814a84cf2f67</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>6d02e46f-ed4f-43be-bc65-c94f1f5ae6d9</ProgramId>
</ExamProductSet>