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": "1192cace-2c1f-4af4-b840-d85a8d4a47fe",
      "ParentWebProductId": "b0add861-2c77-4d8d-8878-6b6c5e324aa6"
    },
    {
      "WebProductId": "1192cace-2c1f-4af4-b840-d85a8d4a47fe",
      "ParentWebProductId": "b0add861-2c77-4d8d-8878-6b6c5e324aa6"
    }
  ],
  "ProgramId": "e841332e-2f95-4458-b174-35e1118303f9"
}

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>b0add861-2c77-4d8d-8878-6b6c5e324aa6</ParentWebProductId>
      <WebProductId>1192cace-2c1f-4af4-b840-d85a8d4a47fe</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>b0add861-2c77-4d8d-8878-6b6c5e324aa6</ParentWebProductId>
      <WebProductId>1192cace-2c1f-4af4-b840-d85a8d4a47fe</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>e841332e-2f95-4458-b174-35e1118303f9</ProgramId>
</ExamProductSet>