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": "286b3058-161d-4b03-808d-cb5184190ff1",
      "ParentWebProductId": "115fd21c-feae-4e6e-896d-964f05e649a3"
    },
    {
      "WebProductId": "286b3058-161d-4b03-808d-cb5184190ff1",
      "ParentWebProductId": "115fd21c-feae-4e6e-896d-964f05e649a3"
    }
  ],
  "ProgramId": "812b81dd-b478-4321-97fe-e4fbe3f3165e"
}

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>115fd21c-feae-4e6e-896d-964f05e649a3</ParentWebProductId>
      <WebProductId>286b3058-161d-4b03-808d-cb5184190ff1</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>115fd21c-feae-4e6e-896d-964f05e649a3</ParentWebProductId>
      <WebProductId>286b3058-161d-4b03-808d-cb5184190ff1</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>812b81dd-b478-4321-97fe-e4fbe3f3165e</ProgramId>
</ExamProductSet>