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": "f3e69988-8e81-4059-9e2e-0d5ac5659d4a",
      "ParentWebProductId": "9fabe589-d55d-4df4-ba94-f66de33065a9"
    },
    {
      "WebProductId": "f3e69988-8e81-4059-9e2e-0d5ac5659d4a",
      "ParentWebProductId": "9fabe589-d55d-4df4-ba94-f66de33065a9"
    }
  ],
  "ProgramId": "555dc866-3111-4ca9-acc3-3ff3f727addd"
}

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>9fabe589-d55d-4df4-ba94-f66de33065a9</ParentWebProductId>
      <WebProductId>f3e69988-8e81-4059-9e2e-0d5ac5659d4a</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9fabe589-d55d-4df4-ba94-f66de33065a9</ParentWebProductId>
      <WebProductId>f3e69988-8e81-4059-9e2e-0d5ac5659d4a</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>555dc866-3111-4ca9-acc3-3ff3f727addd</ProgramId>
</ExamProductSet>