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": "95e7b4c2-9f64-4cc7-bc19-b66bf40c62a1",
      "ParentWebProductId": "392ae0fe-ffc4-495b-85c4-fed4bdc4fcb1"
    },
    {
      "WebProductId": "95e7b4c2-9f64-4cc7-bc19-b66bf40c62a1",
      "ParentWebProductId": "392ae0fe-ffc4-495b-85c4-fed4bdc4fcb1"
    }
  ],
  "ProgramId": "9aa67e90-4c58-4a09-bb3c-306bf3ee80ed"
}

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>392ae0fe-ffc4-495b-85c4-fed4bdc4fcb1</ParentWebProductId>
      <WebProductId>95e7b4c2-9f64-4cc7-bc19-b66bf40c62a1</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>392ae0fe-ffc4-495b-85c4-fed4bdc4fcb1</ParentWebProductId>
      <WebProductId>95e7b4c2-9f64-4cc7-bc19-b66bf40c62a1</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>9aa67e90-4c58-4a09-bb3c-306bf3ee80ed</ProgramId>
</ExamProductSet>