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": "3a88e1b7-56a3-4a25-8d75-2f576d32a9ca",
      "ParentWebProductId": "80122e65-0800-415b-af82-46d3c5a89492"
    },
    {
      "WebProductId": "3a88e1b7-56a3-4a25-8d75-2f576d32a9ca",
      "ParentWebProductId": "80122e65-0800-415b-af82-46d3c5a89492"
    }
  ],
  "ProgramId": "b864f48f-a64d-4d78-91d5-e81f5e108d27"
}

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>80122e65-0800-415b-af82-46d3c5a89492</ParentWebProductId>
      <WebProductId>3a88e1b7-56a3-4a25-8d75-2f576d32a9ca</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>80122e65-0800-415b-af82-46d3c5a89492</ParentWebProductId>
      <WebProductId>3a88e1b7-56a3-4a25-8d75-2f576d32a9ca</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>b864f48f-a64d-4d78-91d5-e81f5e108d27</ProgramId>
</ExamProductSet>