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": "b8da4424-7dd9-43fa-b0dc-ab7390b67ada",
      "ParentWebProductId": "43a0187a-9635-44ba-b60d-c3212d6018b5"
    },
    {
      "WebProductId": "b8da4424-7dd9-43fa-b0dc-ab7390b67ada",
      "ParentWebProductId": "43a0187a-9635-44ba-b60d-c3212d6018b5"
    }
  ],
  "ProgramId": "76865594-79ce-4ed8-a3f3-3f6ad2a83b18"
}

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>43a0187a-9635-44ba-b60d-c3212d6018b5</ParentWebProductId>
      <WebProductId>b8da4424-7dd9-43fa-b0dc-ab7390b67ada</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>43a0187a-9635-44ba-b60d-c3212d6018b5</ParentWebProductId>
      <WebProductId>b8da4424-7dd9-43fa-b0dc-ab7390b67ada</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>76865594-79ce-4ed8-a3f3-3f6ad2a83b18</ProgramId>
</ExamProductSet>