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": "3578ee74-74db-480c-a94b-761e60afd8ee",
      "ParentWebProductId": "a619bb07-98d4-4331-9c5e-bc2a3636e560"
    },
    {
      "WebProductId": "3578ee74-74db-480c-a94b-761e60afd8ee",
      "ParentWebProductId": "a619bb07-98d4-4331-9c5e-bc2a3636e560"
    }
  ],
  "ProgramId": "f0669836-1008-4d20-ab81-a46faf2a9103"
}

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>a619bb07-98d4-4331-9c5e-bc2a3636e560</ParentWebProductId>
      <WebProductId>3578ee74-74db-480c-a94b-761e60afd8ee</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>a619bb07-98d4-4331-9c5e-bc2a3636e560</ParentWebProductId>
      <WebProductId>3578ee74-74db-480c-a94b-761e60afd8ee</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>f0669836-1008-4d20-ab81-a46faf2a9103</ProgramId>
</ExamProductSet>