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": "b38d2a1f-6c30-45c4-941c-dd7706fd25e5",
      "ParentWebProductId": "5e7b5889-c964-4995-8d80-f9518c393cbe"
    },
    {
      "WebProductId": "b38d2a1f-6c30-45c4-941c-dd7706fd25e5",
      "ParentWebProductId": "5e7b5889-c964-4995-8d80-f9518c393cbe"
    }
  ],
  "ProgramId": "4ac61081-61a2-420a-abd6-a51ca48ecf8f"
}

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>5e7b5889-c964-4995-8d80-f9518c393cbe</ParentWebProductId>
      <WebProductId>b38d2a1f-6c30-45c4-941c-dd7706fd25e5</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>5e7b5889-c964-4995-8d80-f9518c393cbe</ParentWebProductId>
      <WebProductId>b38d2a1f-6c30-45c4-941c-dd7706fd25e5</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>4ac61081-61a2-420a-abd6-a51ca48ecf8f</ProgramId>
</ExamProductSet>