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": "94559c0b-60d8-4dbe-ae93-860c4fe73f84",
      "ParentWebProductId": "ae4cf725-8ffe-4441-9c1b-de9ca9db6795"
    },
    {
      "WebProductId": "94559c0b-60d8-4dbe-ae93-860c4fe73f84",
      "ParentWebProductId": "ae4cf725-8ffe-4441-9c1b-de9ca9db6795"
    }
  ],
  "ProgramId": "133b543b-7a40-417e-b172-6adf5a325f44"
}

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>ae4cf725-8ffe-4441-9c1b-de9ca9db6795</ParentWebProductId>
      <WebProductId>94559c0b-60d8-4dbe-ae93-860c4fe73f84</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>ae4cf725-8ffe-4441-9c1b-de9ca9db6795</ParentWebProductId>
      <WebProductId>94559c0b-60d8-4dbe-ae93-860c4fe73f84</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>133b543b-7a40-417e-b172-6adf5a325f44</ProgramId>
</ExamProductSet>