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": "ad00a26f-d692-4863-9f5f-22e8d5de9566",
      "ParentWebProductId": "d06e8ea1-120a-4959-ba49-93f9dbb3530f"
    },
    {
      "WebProductId": "ad00a26f-d692-4863-9f5f-22e8d5de9566",
      "ParentWebProductId": "d06e8ea1-120a-4959-ba49-93f9dbb3530f"
    }
  ],
  "ProgramId": "16b070f4-8dc0-4835-8134-15e8c32a0120"
}

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>d06e8ea1-120a-4959-ba49-93f9dbb3530f</ParentWebProductId>
      <WebProductId>ad00a26f-d692-4863-9f5f-22e8d5de9566</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>d06e8ea1-120a-4959-ba49-93f9dbb3530f</ParentWebProductId>
      <WebProductId>ad00a26f-d692-4863-9f5f-22e8d5de9566</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>16b070f4-8dc0-4835-8134-15e8c32a0120</ProgramId>
</ExamProductSet>