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": "312d8ee1-8eaa-46c7-9e6a-9de69e122fdc",
      "ParentWebProductId": "37b16dd3-101a-437e-a604-84b28d7ae222"
    },
    {
      "WebProductId": "312d8ee1-8eaa-46c7-9e6a-9de69e122fdc",
      "ParentWebProductId": "37b16dd3-101a-437e-a604-84b28d7ae222"
    }
  ],
  "ProgramId": "311ae29c-543a-42d5-83e5-1d91cb80756f"
}

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>37b16dd3-101a-437e-a604-84b28d7ae222</ParentWebProductId>
      <WebProductId>312d8ee1-8eaa-46c7-9e6a-9de69e122fdc</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>37b16dd3-101a-437e-a604-84b28d7ae222</ParentWebProductId>
      <WebProductId>312d8ee1-8eaa-46c7-9e6a-9de69e122fdc</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>311ae29c-543a-42d5-83e5-1d91cb80756f</ProgramId>
</ExamProductSet>