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": "e41c0e88-bb72-4e4b-b993-6397bfa71d94",
      "ParentWebProductId": "3cd0e5dd-bf40-4409-ada5-87d5869126f4"
    },
    {
      "WebProductId": "e41c0e88-bb72-4e4b-b993-6397bfa71d94",
      "ParentWebProductId": "3cd0e5dd-bf40-4409-ada5-87d5869126f4"
    }
  ],
  "ProgramId": "eb589463-c0ac-402b-bc3d-5e0dc4dba31c"
}

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>3cd0e5dd-bf40-4409-ada5-87d5869126f4</ParentWebProductId>
      <WebProductId>e41c0e88-bb72-4e4b-b993-6397bfa71d94</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>3cd0e5dd-bf40-4409-ada5-87d5869126f4</ParentWebProductId>
      <WebProductId>e41c0e88-bb72-4e4b-b993-6397bfa71d94</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>eb589463-c0ac-402b-bc3d-5e0dc4dba31c</ProgramId>
</ExamProductSet>