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": "b8f305ec-c3a1-4169-b447-63c81f213460",
      "ParentWebProductId": "fd8dcc54-4f6e-4024-831b-5de3ea1f4f6f"
    },
    {
      "WebProductId": "b8f305ec-c3a1-4169-b447-63c81f213460",
      "ParentWebProductId": "fd8dcc54-4f6e-4024-831b-5de3ea1f4f6f"
    }
  ],
  "ProgramId": "47baa38d-6ebb-498f-9833-99d19097a24f"
}

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>fd8dcc54-4f6e-4024-831b-5de3ea1f4f6f</ParentWebProductId>
      <WebProductId>b8f305ec-c3a1-4169-b447-63c81f213460</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>fd8dcc54-4f6e-4024-831b-5de3ea1f4f6f</ParentWebProductId>
      <WebProductId>b8f305ec-c3a1-4169-b447-63c81f213460</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>47baa38d-6ebb-498f-9833-99d19097a24f</ProgramId>
</ExamProductSet>