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": "bf386d7a-ca04-4e62-a9a7-5b1204636093",
      "ParentWebProductId": "c5ef1798-4eb1-48ab-9134-51db58844d4b"
    },
    {
      "WebProductId": "bf386d7a-ca04-4e62-a9a7-5b1204636093",
      "ParentWebProductId": "c5ef1798-4eb1-48ab-9134-51db58844d4b"
    }
  ],
  "ProgramId": "de3eea32-03f5-439a-8591-eb855957b548"
}

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>c5ef1798-4eb1-48ab-9134-51db58844d4b</ParentWebProductId>
      <WebProductId>bf386d7a-ca04-4e62-a9a7-5b1204636093</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>c5ef1798-4eb1-48ab-9134-51db58844d4b</ParentWebProductId>
      <WebProductId>bf386d7a-ca04-4e62-a9a7-5b1204636093</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>de3eea32-03f5-439a-8591-eb855957b548</ProgramId>
</ExamProductSet>