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": "8b040c72-0333-4145-b28f-21be8105a944",
      "ParentWebProductId": "851d4710-9db6-47d4-92f8-49f9a17e641e"
    },
    {
      "WebProductId": "8b040c72-0333-4145-b28f-21be8105a944",
      "ParentWebProductId": "851d4710-9db6-47d4-92f8-49f9a17e641e"
    }
  ],
  "ProgramId": "af84dc5b-85f6-4e81-9378-50ed69e754a4"
}

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>851d4710-9db6-47d4-92f8-49f9a17e641e</ParentWebProductId>
      <WebProductId>8b040c72-0333-4145-b28f-21be8105a944</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>851d4710-9db6-47d4-92f8-49f9a17e641e</ParentWebProductId>
      <WebProductId>8b040c72-0333-4145-b28f-21be8105a944</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>af84dc5b-85f6-4e81-9378-50ed69e754a4</ProgramId>
</ExamProductSet>