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": "fd1e30e3-330f-43ae-94dc-f7d1dd83b6d3",
      "ParentWebProductId": "ec7b6cfc-788b-428c-a39e-cb2fca8186b8"
    },
    {
      "WebProductId": "fd1e30e3-330f-43ae-94dc-f7d1dd83b6d3",
      "ParentWebProductId": "ec7b6cfc-788b-428c-a39e-cb2fca8186b8"
    }
  ],
  "ProgramId": "15a4a374-54d8-46ba-8c8f-ed43eb1f1890"
}

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>ec7b6cfc-788b-428c-a39e-cb2fca8186b8</ParentWebProductId>
      <WebProductId>fd1e30e3-330f-43ae-94dc-f7d1dd83b6d3</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>ec7b6cfc-788b-428c-a39e-cb2fca8186b8</ParentWebProductId>
      <WebProductId>fd1e30e3-330f-43ae-94dc-f7d1dd83b6d3</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>15a4a374-54d8-46ba-8c8f-ed43eb1f1890</ProgramId>
</ExamProductSet>