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": "cefeac95-c813-4844-9d44-8ec61a841355",
      "ParentWebProductId": "9d34c541-9500-43d6-8c05-2a1ce9ba8372"
    },
    {
      "WebProductId": "cefeac95-c813-4844-9d44-8ec61a841355",
      "ParentWebProductId": "9d34c541-9500-43d6-8c05-2a1ce9ba8372"
    }
  ],
  "ProgramId": "42bfb88e-a6b7-4d83-b60c-e8ed71f7347e"
}

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>9d34c541-9500-43d6-8c05-2a1ce9ba8372</ParentWebProductId>
      <WebProductId>cefeac95-c813-4844-9d44-8ec61a841355</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9d34c541-9500-43d6-8c05-2a1ce9ba8372</ParentWebProductId>
      <WebProductId>cefeac95-c813-4844-9d44-8ec61a841355</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>42bfb88e-a6b7-4d83-b60c-e8ed71f7347e</ProgramId>
</ExamProductSet>