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": "0fc96654-88d1-406e-a069-7b8a029cca53",
      "ParentWebProductId": "a6388691-0ce1-46dd-8c10-6914bef5b6fd"
    },
    {
      "WebProductId": "0fc96654-88d1-406e-a069-7b8a029cca53",
      "ParentWebProductId": "a6388691-0ce1-46dd-8c10-6914bef5b6fd"
    }
  ],
  "ProgramId": "9bf54cc1-8aee-4288-b1bb-15bef6535669"
}

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>a6388691-0ce1-46dd-8c10-6914bef5b6fd</ParentWebProductId>
      <WebProductId>0fc96654-88d1-406e-a069-7b8a029cca53</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>a6388691-0ce1-46dd-8c10-6914bef5b6fd</ParentWebProductId>
      <WebProductId>0fc96654-88d1-406e-a069-7b8a029cca53</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>9bf54cc1-8aee-4288-b1bb-15bef6535669</ProgramId>
</ExamProductSet>