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": "f5aca786-6164-4c10-96fd-cac569765db4",
      "ParentWebProductId": "b9725d96-92c7-4375-bfa8-e7ae0fa03396"
    },
    {
      "WebProductId": "f5aca786-6164-4c10-96fd-cac569765db4",
      "ParentWebProductId": "b9725d96-92c7-4375-bfa8-e7ae0fa03396"
    }
  ],
  "ProgramId": "60217b73-8707-4c94-abdf-d686c820b5db"
}

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>b9725d96-92c7-4375-bfa8-e7ae0fa03396</ParentWebProductId>
      <WebProductId>f5aca786-6164-4c10-96fd-cac569765db4</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>b9725d96-92c7-4375-bfa8-e7ae0fa03396</ParentWebProductId>
      <WebProductId>f5aca786-6164-4c10-96fd-cac569765db4</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>60217b73-8707-4c94-abdf-d686c820b5db</ProgramId>
</ExamProductSet>