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": "533e326f-5373-4106-8ccf-c1695cec29bb",
      "ParentWebProductId": "004a2626-9edb-4b45-955c-1f4503284e1c"
    },
    {
      "WebProductId": "533e326f-5373-4106-8ccf-c1695cec29bb",
      "ParentWebProductId": "004a2626-9edb-4b45-955c-1f4503284e1c"
    }
  ],
  "ProgramId": "156e3624-703a-4aa9-808a-41a599569dda"
}

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>004a2626-9edb-4b45-955c-1f4503284e1c</ParentWebProductId>
      <WebProductId>533e326f-5373-4106-8ccf-c1695cec29bb</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>004a2626-9edb-4b45-955c-1f4503284e1c</ParentWebProductId>
      <WebProductId>533e326f-5373-4106-8ccf-c1695cec29bb</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>156e3624-703a-4aa9-808a-41a599569dda</ProgramId>
</ExamProductSet>