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": "905122c9-7385-41e1-baf3-c231e98884c0",
      "ParentWebProductId": "bb456c69-2e29-4c9b-85ee-984bfa69b2e9"
    },
    {
      "WebProductId": "905122c9-7385-41e1-baf3-c231e98884c0",
      "ParentWebProductId": "bb456c69-2e29-4c9b-85ee-984bfa69b2e9"
    }
  ],
  "ProgramId": "c1228f33-62b9-4c9e-a97e-9069c9278ead"
}

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>bb456c69-2e29-4c9b-85ee-984bfa69b2e9</ParentWebProductId>
      <WebProductId>905122c9-7385-41e1-baf3-c231e98884c0</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>bb456c69-2e29-4c9b-85ee-984bfa69b2e9</ParentWebProductId>
      <WebProductId>905122c9-7385-41e1-baf3-c231e98884c0</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>c1228f33-62b9-4c9e-a97e-9069c9278ead</ProgramId>
</ExamProductSet>