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": "de1c86b2-1460-4826-ad13-a371c6364d40",
      "ParentWebProductId": "5e63dc8a-f343-4d0c-a299-5b82baa2aeed"
    },
    {
      "WebProductId": "de1c86b2-1460-4826-ad13-a371c6364d40",
      "ParentWebProductId": "5e63dc8a-f343-4d0c-a299-5b82baa2aeed"
    }
  ],
  "ProgramId": "d80427ab-0f54-4d84-8a54-0d8dc7fb924a"
}

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>5e63dc8a-f343-4d0c-a299-5b82baa2aeed</ParentWebProductId>
      <WebProductId>de1c86b2-1460-4826-ad13-a371c6364d40</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>5e63dc8a-f343-4d0c-a299-5b82baa2aeed</ParentWebProductId>
      <WebProductId>de1c86b2-1460-4826-ad13-a371c6364d40</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>d80427ab-0f54-4d84-8a54-0d8dc7fb924a</ProgramId>
</ExamProductSet>