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": "e4edb1b9-6f1f-4055-91e2-e898dd032503",
      "ParentWebProductId": "00758668-4389-45d3-8b5a-cdc0dc254207"
    },
    {
      "WebProductId": "e4edb1b9-6f1f-4055-91e2-e898dd032503",
      "ParentWebProductId": "00758668-4389-45d3-8b5a-cdc0dc254207"
    }
  ],
  "ProgramId": "88cc67a0-f2f5-4430-b63e-0e93c111bd9b"
}

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>00758668-4389-45d3-8b5a-cdc0dc254207</ParentWebProductId>
      <WebProductId>e4edb1b9-6f1f-4055-91e2-e898dd032503</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>00758668-4389-45d3-8b5a-cdc0dc254207</ParentWebProductId>
      <WebProductId>e4edb1b9-6f1f-4055-91e2-e898dd032503</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>88cc67a0-f2f5-4430-b63e-0e93c111bd9b</ProgramId>
</ExamProductSet>