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": "351940f9-dbe4-4db1-9de9-a09cd191e6ff",
      "ParentWebProductId": "43bc429a-d5ed-407f-b5f9-f8f4d95ca6e5"
    },
    {
      "WebProductId": "351940f9-dbe4-4db1-9de9-a09cd191e6ff",
      "ParentWebProductId": "43bc429a-d5ed-407f-b5f9-f8f4d95ca6e5"
    }
  ],
  "ProgramId": "f9927245-f2bd-4af0-b6d2-931ee2e0d049"
}

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>43bc429a-d5ed-407f-b5f9-f8f4d95ca6e5</ParentWebProductId>
      <WebProductId>351940f9-dbe4-4db1-9de9-a09cd191e6ff</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>43bc429a-d5ed-407f-b5f9-f8f4d95ca6e5</ParentWebProductId>
      <WebProductId>351940f9-dbe4-4db1-9de9-a09cd191e6ff</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>f9927245-f2bd-4af0-b6d2-931ee2e0d049</ProgramId>
</ExamProductSet>