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": "518a4439-0291-4be5-9237-11e230c21eef",
      "ParentWebProductId": "8ffcec9d-0c21-43a2-8075-a29456a8a5cc"
    },
    {
      "WebProductId": "518a4439-0291-4be5-9237-11e230c21eef",
      "ParentWebProductId": "8ffcec9d-0c21-43a2-8075-a29456a8a5cc"
    }
  ],
  "ProgramId": "1d587016-be97-43a0-a0e7-66b593d57cc4"
}

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>8ffcec9d-0c21-43a2-8075-a29456a8a5cc</ParentWebProductId>
      <WebProductId>518a4439-0291-4be5-9237-11e230c21eef</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>8ffcec9d-0c21-43a2-8075-a29456a8a5cc</ParentWebProductId>
      <WebProductId>518a4439-0291-4be5-9237-11e230c21eef</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>1d587016-be97-43a0-a0e7-66b593d57cc4</ProgramId>
</ExamProductSet>