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": "13276407-09ad-401b-ae45-2f0b36f9d1e4",
      "ParentWebProductId": "5189bcad-2ae9-40e6-a185-1ed7ec0c764a"
    },
    {
      "WebProductId": "13276407-09ad-401b-ae45-2f0b36f9d1e4",
      "ParentWebProductId": "5189bcad-2ae9-40e6-a185-1ed7ec0c764a"
    }
  ],
  "ProgramId": "1ad50194-f901-41d0-bba6-ef487a05ecec"
}

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>5189bcad-2ae9-40e6-a185-1ed7ec0c764a</ParentWebProductId>
      <WebProductId>13276407-09ad-401b-ae45-2f0b36f9d1e4</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>5189bcad-2ae9-40e6-a185-1ed7ec0c764a</ParentWebProductId>
      <WebProductId>13276407-09ad-401b-ae45-2f0b36f9d1e4</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>1ad50194-f901-41d0-bba6-ef487a05ecec</ProgramId>
</ExamProductSet>