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": "4fe4e728-b7fc-4444-b954-fd43b380c8ef",
      "ParentWebProductId": "8243d371-f4cd-4201-aa5a-01d514105798"
    },
    {
      "WebProductId": "4fe4e728-b7fc-4444-b954-fd43b380c8ef",
      "ParentWebProductId": "8243d371-f4cd-4201-aa5a-01d514105798"
    }
  ],
  "ProgramId": "86db0b2f-19ca-47e5-9375-14fcb515facd"
}

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>8243d371-f4cd-4201-aa5a-01d514105798</ParentWebProductId>
      <WebProductId>4fe4e728-b7fc-4444-b954-fd43b380c8ef</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>8243d371-f4cd-4201-aa5a-01d514105798</ParentWebProductId>
      <WebProductId>4fe4e728-b7fc-4444-b954-fd43b380c8ef</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>86db0b2f-19ca-47e5-9375-14fcb515facd</ProgramId>
</ExamProductSet>