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": "4c959eb5-345d-4901-976c-ef13cf251949",
      "ParentWebProductId": "9f5a2410-7eed-4f1a-8353-d716461a99a3"
    },
    {
      "WebProductId": "4c959eb5-345d-4901-976c-ef13cf251949",
      "ParentWebProductId": "9f5a2410-7eed-4f1a-8353-d716461a99a3"
    }
  ],
  "ProgramId": "36fc2390-2a34-48fe-be2c-f231f37f36a3"
}

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>9f5a2410-7eed-4f1a-8353-d716461a99a3</ParentWebProductId>
      <WebProductId>4c959eb5-345d-4901-976c-ef13cf251949</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9f5a2410-7eed-4f1a-8353-d716461a99a3</ParentWebProductId>
      <WebProductId>4c959eb5-345d-4901-976c-ef13cf251949</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>36fc2390-2a34-48fe-be2c-f231f37f36a3</ProgramId>
</ExamProductSet>