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": "0f05f511-5339-4658-a882-76f5d9d7aa4a",
      "ParentWebProductId": "32c5900c-844e-4e5a-a322-521bde93e356"
    },
    {
      "WebProductId": "0f05f511-5339-4658-a882-76f5d9d7aa4a",
      "ParentWebProductId": "32c5900c-844e-4e5a-a322-521bde93e356"
    }
  ],
  "ProgramId": "fc9d55ed-e872-4d7f-a643-e4d2aa8241ca"
}

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>32c5900c-844e-4e5a-a322-521bde93e356</ParentWebProductId>
      <WebProductId>0f05f511-5339-4658-a882-76f5d9d7aa4a</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>32c5900c-844e-4e5a-a322-521bde93e356</ParentWebProductId>
      <WebProductId>0f05f511-5339-4658-a882-76f5d9d7aa4a</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>fc9d55ed-e872-4d7f-a643-e4d2aa8241ca</ProgramId>
</ExamProductSet>