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": "5ed0c8d7-e0bc-4cea-806e-dc6d4f45b41b",
      "ParentWebProductId": "601819c7-f9e1-4e1f-a410-c6c10245465f"
    },
    {
      "WebProductId": "5ed0c8d7-e0bc-4cea-806e-dc6d4f45b41b",
      "ParentWebProductId": "601819c7-f9e1-4e1f-a410-c6c10245465f"
    }
  ],
  "ProgramId": "b9f7e5cd-df2f-4dd8-baef-5fc9dacddbe7"
}

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>601819c7-f9e1-4e1f-a410-c6c10245465f</ParentWebProductId>
      <WebProductId>5ed0c8d7-e0bc-4cea-806e-dc6d4f45b41b</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>601819c7-f9e1-4e1f-a410-c6c10245465f</ParentWebProductId>
      <WebProductId>5ed0c8d7-e0bc-4cea-806e-dc6d4f45b41b</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>b9f7e5cd-df2f-4dd8-baef-5fc9dacddbe7</ProgramId>
</ExamProductSet>