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": "a3d274e7-1aaa-4672-981e-301e78cb3158",
      "ParentWebProductId": "d90606f5-57e7-4946-8e6d-79c7281bf3bb"
    },
    {
      "WebProductId": "a3d274e7-1aaa-4672-981e-301e78cb3158",
      "ParentWebProductId": "d90606f5-57e7-4946-8e6d-79c7281bf3bb"
    }
  ],
  "ProgramId": "0a54b559-1832-43aa-a750-2746787a6ce4"
}

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>d90606f5-57e7-4946-8e6d-79c7281bf3bb</ParentWebProductId>
      <WebProductId>a3d274e7-1aaa-4672-981e-301e78cb3158</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>d90606f5-57e7-4946-8e6d-79c7281bf3bb</ParentWebProductId>
      <WebProductId>a3d274e7-1aaa-4672-981e-301e78cb3158</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>0a54b559-1832-43aa-a750-2746787a6ce4</ProgramId>
</ExamProductSet>