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": "9b268936-8225-4db4-b507-164878703f7d",
      "ParentWebProductId": "7399e08a-afd2-404e-b1f6-e54308165bce"
    },
    {
      "WebProductId": "9b268936-8225-4db4-b507-164878703f7d",
      "ParentWebProductId": "7399e08a-afd2-404e-b1f6-e54308165bce"
    }
  ],
  "ProgramId": "6bd7e9be-af6e-4f89-a155-9c79bbcb59ee"
}

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>7399e08a-afd2-404e-b1f6-e54308165bce</ParentWebProductId>
      <WebProductId>9b268936-8225-4db4-b507-164878703f7d</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>7399e08a-afd2-404e-b1f6-e54308165bce</ParentWebProductId>
      <WebProductId>9b268936-8225-4db4-b507-164878703f7d</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>6bd7e9be-af6e-4f89-a155-9c79bbcb59ee</ProgramId>
</ExamProductSet>