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": "b28ee60d-1c24-4c25-958a-4282739d6fee",
      "ParentWebProductId": "84fbf72a-4373-40e8-933a-3963632b04dc"
    },
    {
      "WebProductId": "b28ee60d-1c24-4c25-958a-4282739d6fee",
      "ParentWebProductId": "84fbf72a-4373-40e8-933a-3963632b04dc"
    }
  ],
  "ProgramId": "cb60be70-d375-4b83-b46c-f1ad24d2ff1f"
}

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>84fbf72a-4373-40e8-933a-3963632b04dc</ParentWebProductId>
      <WebProductId>b28ee60d-1c24-4c25-958a-4282739d6fee</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>84fbf72a-4373-40e8-933a-3963632b04dc</ParentWebProductId>
      <WebProductId>b28ee60d-1c24-4c25-958a-4282739d6fee</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>cb60be70-d375-4b83-b46c-f1ad24d2ff1f</ProgramId>
</ExamProductSet>