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": "369a37a6-0fbe-4c2c-87ee-d6065691604c",
      "ParentWebProductId": "836fc771-a9cc-4dd4-a669-a31a5aaa9ff2"
    },
    {
      "WebProductId": "369a37a6-0fbe-4c2c-87ee-d6065691604c",
      "ParentWebProductId": "836fc771-a9cc-4dd4-a669-a31a5aaa9ff2"
    }
  ],
  "ProgramId": "6904a270-1289-4822-8828-cb17c4e20a8d"
}

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>836fc771-a9cc-4dd4-a669-a31a5aaa9ff2</ParentWebProductId>
      <WebProductId>369a37a6-0fbe-4c2c-87ee-d6065691604c</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>836fc771-a9cc-4dd4-a669-a31a5aaa9ff2</ParentWebProductId>
      <WebProductId>369a37a6-0fbe-4c2c-87ee-d6065691604c</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>6904a270-1289-4822-8828-cb17c4e20a8d</ProgramId>
</ExamProductSet>