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": "cbe6043b-2b66-424a-a2ef-d9325d28bd76",
      "ParentWebProductId": "ebfba4d3-742c-4100-87ce-89d305f19b39"
    },
    {
      "WebProductId": "cbe6043b-2b66-424a-a2ef-d9325d28bd76",
      "ParentWebProductId": "ebfba4d3-742c-4100-87ce-89d305f19b39"
    }
  ],
  "ProgramId": "3ead1395-ab72-4e5f-abf9-adfdc0537aea"
}

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>ebfba4d3-742c-4100-87ce-89d305f19b39</ParentWebProductId>
      <WebProductId>cbe6043b-2b66-424a-a2ef-d9325d28bd76</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>ebfba4d3-742c-4100-87ce-89d305f19b39</ParentWebProductId>
      <WebProductId>cbe6043b-2b66-424a-a2ef-d9325d28bd76</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>3ead1395-ab72-4e5f-abf9-adfdc0537aea</ProgramId>
</ExamProductSet>