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": "3b9969d5-17fd-418a-b8fc-7ba229b8b009",
      "ParentWebProductId": "7d115d91-53ec-404d-93c6-0a8f1a9cd306"
    },
    {
      "WebProductId": "3b9969d5-17fd-418a-b8fc-7ba229b8b009",
      "ParentWebProductId": "7d115d91-53ec-404d-93c6-0a8f1a9cd306"
    }
  ],
  "ProgramId": "87cafd7f-f335-4358-a500-2a354c837f1f"
}

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>7d115d91-53ec-404d-93c6-0a8f1a9cd306</ParentWebProductId>
      <WebProductId>3b9969d5-17fd-418a-b8fc-7ba229b8b009</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>7d115d91-53ec-404d-93c6-0a8f1a9cd306</ParentWebProductId>
      <WebProductId>3b9969d5-17fd-418a-b8fc-7ba229b8b009</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>87cafd7f-f335-4358-a500-2a354c837f1f</ProgramId>
</ExamProductSet>