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": "792d6a1d-6644-4c0f-a6b1-8dbf42354b59",
      "ParentWebProductId": "fe642751-4e2a-4049-b8e3-1a3d795838bb"
    },
    {
      "WebProductId": "792d6a1d-6644-4c0f-a6b1-8dbf42354b59",
      "ParentWebProductId": "fe642751-4e2a-4049-b8e3-1a3d795838bb"
    }
  ],
  "ProgramId": "d878a33c-8abc-42ae-80e9-ef6cda5c21bc"
}

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>fe642751-4e2a-4049-b8e3-1a3d795838bb</ParentWebProductId>
      <WebProductId>792d6a1d-6644-4c0f-a6b1-8dbf42354b59</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>fe642751-4e2a-4049-b8e3-1a3d795838bb</ParentWebProductId>
      <WebProductId>792d6a1d-6644-4c0f-a6b1-8dbf42354b59</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>d878a33c-8abc-42ae-80e9-ef6cda5c21bc</ProgramId>
</ExamProductSet>