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": "455ecc93-68cf-4e53-8597-1a95b0a8bfd7",
      "ParentWebProductId": "21bf4e4e-6b07-44d7-965d-625a6e8b0a58"
    },
    {
      "WebProductId": "455ecc93-68cf-4e53-8597-1a95b0a8bfd7",
      "ParentWebProductId": "21bf4e4e-6b07-44d7-965d-625a6e8b0a58"
    }
  ],
  "ProgramId": "f8d78454-6ce0-4676-b703-08c74d155b0a"
}

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>21bf4e4e-6b07-44d7-965d-625a6e8b0a58</ParentWebProductId>
      <WebProductId>455ecc93-68cf-4e53-8597-1a95b0a8bfd7</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>21bf4e4e-6b07-44d7-965d-625a6e8b0a58</ParentWebProductId>
      <WebProductId>455ecc93-68cf-4e53-8597-1a95b0a8bfd7</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>f8d78454-6ce0-4676-b703-08c74d155b0a</ProgramId>
</ExamProductSet>