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": "e94552f3-bc3e-4ab4-85d2-1174f3102ba0",
      "ParentWebProductId": "655df267-5397-4e50-b2d5-7c9b3e9a8e9b"
    },
    {
      "WebProductId": "e94552f3-bc3e-4ab4-85d2-1174f3102ba0",
      "ParentWebProductId": "655df267-5397-4e50-b2d5-7c9b3e9a8e9b"
    }
  ],
  "ProgramId": "fe8d5eb5-86ac-4aeb-947f-428c09211092"
}

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>655df267-5397-4e50-b2d5-7c9b3e9a8e9b</ParentWebProductId>
      <WebProductId>e94552f3-bc3e-4ab4-85d2-1174f3102ba0</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>655df267-5397-4e50-b2d5-7c9b3e9a8e9b</ParentWebProductId>
      <WebProductId>e94552f3-bc3e-4ab4-85d2-1174f3102ba0</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>fe8d5eb5-86ac-4aeb-947f-428c09211092</ProgramId>
</ExamProductSet>