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": "264dc9ea-cb11-4d83-a472-1514584ee631",
      "ParentWebProductId": "3c1787f3-2a7a-4fb0-bb6b-97cf98d4d8a2"
    },
    {
      "WebProductId": "264dc9ea-cb11-4d83-a472-1514584ee631",
      "ParentWebProductId": "3c1787f3-2a7a-4fb0-bb6b-97cf98d4d8a2"
    }
  ],
  "ProgramId": "9b28fa73-ed81-4297-8230-92fb7196f895"
}

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>3c1787f3-2a7a-4fb0-bb6b-97cf98d4d8a2</ParentWebProductId>
      <WebProductId>264dc9ea-cb11-4d83-a472-1514584ee631</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>3c1787f3-2a7a-4fb0-bb6b-97cf98d4d8a2</ParentWebProductId>
      <WebProductId>264dc9ea-cb11-4d83-a472-1514584ee631</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>9b28fa73-ed81-4297-8230-92fb7196f895</ProgramId>
</ExamProductSet>