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": "3235bde9-5379-4535-aca3-7ae8e8175661",
      "ParentWebProductId": "ae684ab0-ca26-42cc-9c41-540703f972db"
    },
    {
      "WebProductId": "3235bde9-5379-4535-aca3-7ae8e8175661",
      "ParentWebProductId": "ae684ab0-ca26-42cc-9c41-540703f972db"
    }
  ],
  "ProgramId": "9cd0db7f-31e1-4efa-b752-868e20af066b"
}

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>ae684ab0-ca26-42cc-9c41-540703f972db</ParentWebProductId>
      <WebProductId>3235bde9-5379-4535-aca3-7ae8e8175661</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>ae684ab0-ca26-42cc-9c41-540703f972db</ParentWebProductId>
      <WebProductId>3235bde9-5379-4535-aca3-7ae8e8175661</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>9cd0db7f-31e1-4efa-b752-868e20af066b</ProgramId>
</ExamProductSet>