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": "47e4e36d-d430-4d3b-9d11-2bd0fce98520",
      "ParentWebProductId": "9dfec322-b2f0-4f0c-8867-218149244632"
    },
    {
      "WebProductId": "47e4e36d-d430-4d3b-9d11-2bd0fce98520",
      "ParentWebProductId": "9dfec322-b2f0-4f0c-8867-218149244632"
    }
  ],
  "ProgramId": "5e6b8936-892f-4c79-af0e-f25715708b2f"
}

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>9dfec322-b2f0-4f0c-8867-218149244632</ParentWebProductId>
      <WebProductId>47e4e36d-d430-4d3b-9d11-2bd0fce98520</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9dfec322-b2f0-4f0c-8867-218149244632</ParentWebProductId>
      <WebProductId>47e4e36d-d430-4d3b-9d11-2bd0fce98520</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>5e6b8936-892f-4c79-af0e-f25715708b2f</ProgramId>
</ExamProductSet>