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": "0570c81f-268c-4f89-8b39-ff67a10ff6f1",
      "ParentWebProductId": "12045c9b-2bd6-4a1b-a88c-43e9548db82e"
    },
    {
      "WebProductId": "0570c81f-268c-4f89-8b39-ff67a10ff6f1",
      "ParentWebProductId": "12045c9b-2bd6-4a1b-a88c-43e9548db82e"
    }
  ],
  "ProgramId": "37adf25c-cfd2-4762-9cdd-3039ac4a5100"
}

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>12045c9b-2bd6-4a1b-a88c-43e9548db82e</ParentWebProductId>
      <WebProductId>0570c81f-268c-4f89-8b39-ff67a10ff6f1</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>12045c9b-2bd6-4a1b-a88c-43e9548db82e</ParentWebProductId>
      <WebProductId>0570c81f-268c-4f89-8b39-ff67a10ff6f1</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>37adf25c-cfd2-4762-9cdd-3039ac4a5100</ProgramId>
</ExamProductSet>