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": "ee466b0e-fe36-4475-a20b-32c7e8c0df6f",
      "ParentWebProductId": "3785ac73-c1ad-4738-9712-c1f7e87aa26c"
    },
    {
      "WebProductId": "ee466b0e-fe36-4475-a20b-32c7e8c0df6f",
      "ParentWebProductId": "3785ac73-c1ad-4738-9712-c1f7e87aa26c"
    }
  ],
  "ProgramId": "e8a3c7c1-157d-4317-abe2-c668591760ed"
}

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>3785ac73-c1ad-4738-9712-c1f7e87aa26c</ParentWebProductId>
      <WebProductId>ee466b0e-fe36-4475-a20b-32c7e8c0df6f</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>3785ac73-c1ad-4738-9712-c1f7e87aa26c</ParentWebProductId>
      <WebProductId>ee466b0e-fe36-4475-a20b-32c7e8c0df6f</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>e8a3c7c1-157d-4317-abe2-c668591760ed</ProgramId>
</ExamProductSet>