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": "2136e2e7-fadd-4f2e-8a41-480761605c96",
      "ParentWebProductId": "5fd30b7a-0f53-4e7d-82b3-64382625fbda"
    },
    {
      "WebProductId": "2136e2e7-fadd-4f2e-8a41-480761605c96",
      "ParentWebProductId": "5fd30b7a-0f53-4e7d-82b3-64382625fbda"
    }
  ],
  "ProgramId": "e6588681-9004-4bf4-a2c8-c2d8fce83e82"
}

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>5fd30b7a-0f53-4e7d-82b3-64382625fbda</ParentWebProductId>
      <WebProductId>2136e2e7-fadd-4f2e-8a41-480761605c96</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>5fd30b7a-0f53-4e7d-82b3-64382625fbda</ParentWebProductId>
      <WebProductId>2136e2e7-fadd-4f2e-8a41-480761605c96</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>e6588681-9004-4bf4-a2c8-c2d8fce83e82</ProgramId>
</ExamProductSet>