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": "da5287aa-cad1-4939-aaf8-e052b48400cd",
      "ParentWebProductId": "1cf4968b-0775-447c-9206-070a388ca797"
    },
    {
      "WebProductId": "da5287aa-cad1-4939-aaf8-e052b48400cd",
      "ParentWebProductId": "1cf4968b-0775-447c-9206-070a388ca797"
    }
  ],
  "ProgramId": "97e4955e-53c4-4139-983c-80776e4fd510"
}

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>1cf4968b-0775-447c-9206-070a388ca797</ParentWebProductId>
      <WebProductId>da5287aa-cad1-4939-aaf8-e052b48400cd</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>1cf4968b-0775-447c-9206-070a388ca797</ParentWebProductId>
      <WebProductId>da5287aa-cad1-4939-aaf8-e052b48400cd</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>97e4955e-53c4-4139-983c-80776e4fd510</ProgramId>
</ExamProductSet>