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": "10a82667-0aee-4317-b656-6d4c97765b2b",
      "ParentWebProductId": "2c693857-1ea5-42aa-a6fc-e323b9bf682d"
    },
    {
      "WebProductId": "10a82667-0aee-4317-b656-6d4c97765b2b",
      "ParentWebProductId": "2c693857-1ea5-42aa-a6fc-e323b9bf682d"
    }
  ],
  "ProgramId": "936670c8-71f7-4089-bfa7-dea327b60d66"
}

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>2c693857-1ea5-42aa-a6fc-e323b9bf682d</ParentWebProductId>
      <WebProductId>10a82667-0aee-4317-b656-6d4c97765b2b</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>2c693857-1ea5-42aa-a6fc-e323b9bf682d</ParentWebProductId>
      <WebProductId>10a82667-0aee-4317-b656-6d4c97765b2b</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>936670c8-71f7-4089-bfa7-dea327b60d66</ProgramId>
</ExamProductSet>