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": "9cd8326a-1d79-4847-a5e9-32fe7cfb6c74",
      "ParentWebProductId": "963115ff-6b8f-432d-8ec3-ad42d67be06a"
    },
    {
      "WebProductId": "9cd8326a-1d79-4847-a5e9-32fe7cfb6c74",
      "ParentWebProductId": "963115ff-6b8f-432d-8ec3-ad42d67be06a"
    }
  ],
  "ProgramId": "282fb219-06ec-4846-8ea9-f2c33a5337d0"
}

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>963115ff-6b8f-432d-8ec3-ad42d67be06a</ParentWebProductId>
      <WebProductId>9cd8326a-1d79-4847-a5e9-32fe7cfb6c74</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>963115ff-6b8f-432d-8ec3-ad42d67be06a</ParentWebProductId>
      <WebProductId>9cd8326a-1d79-4847-a5e9-32fe7cfb6c74</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>282fb219-06ec-4846-8ea9-f2c33a5337d0</ProgramId>
</ExamProductSet>