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": "cb59e74f-93e1-465f-a5ea-c1b6b11fb629",
      "ParentWebProductId": "a9588f57-15f3-48d3-bcdd-1112d95b015c"
    },
    {
      "WebProductId": "cb59e74f-93e1-465f-a5ea-c1b6b11fb629",
      "ParentWebProductId": "a9588f57-15f3-48d3-bcdd-1112d95b015c"
    }
  ],
  "ProgramId": "fe5412e6-1e08-42ca-9329-5f9a0be312c5"
}

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>a9588f57-15f3-48d3-bcdd-1112d95b015c</ParentWebProductId>
      <WebProductId>cb59e74f-93e1-465f-a5ea-c1b6b11fb629</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>a9588f57-15f3-48d3-bcdd-1112d95b015c</ParentWebProductId>
      <WebProductId>cb59e74f-93e1-465f-a5ea-c1b6b11fb629</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>fe5412e6-1e08-42ca-9329-5f9a0be312c5</ProgramId>
</ExamProductSet>