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": "3730117e-ab54-46d1-b875-63819f289639",
      "ParentWebProductId": "e249f346-e7fc-4231-8bf0-f70d3ec480bc"
    },
    {
      "WebProductId": "3730117e-ab54-46d1-b875-63819f289639",
      "ParentWebProductId": "e249f346-e7fc-4231-8bf0-f70d3ec480bc"
    }
  ],
  "ProgramId": "66190e50-ed4c-4b00-83be-491c39c06e45"
}

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>e249f346-e7fc-4231-8bf0-f70d3ec480bc</ParentWebProductId>
      <WebProductId>3730117e-ab54-46d1-b875-63819f289639</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>e249f346-e7fc-4231-8bf0-f70d3ec480bc</ParentWebProductId>
      <WebProductId>3730117e-ab54-46d1-b875-63819f289639</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>66190e50-ed4c-4b00-83be-491c39c06e45</ProgramId>
</ExamProductSet>