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": "00816c4d-6e25-4ef8-b017-474b790e552c",
      "ParentWebProductId": "ac295c7a-3884-49bc-a31a-78a3f0b695be"
    },
    {
      "WebProductId": "00816c4d-6e25-4ef8-b017-474b790e552c",
      "ParentWebProductId": "ac295c7a-3884-49bc-a31a-78a3f0b695be"
    }
  ],
  "ProgramId": "3f9c9a60-64fa-4220-b866-6f8dbcee1430"
}

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>ac295c7a-3884-49bc-a31a-78a3f0b695be</ParentWebProductId>
      <WebProductId>00816c4d-6e25-4ef8-b017-474b790e552c</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>ac295c7a-3884-49bc-a31a-78a3f0b695be</ParentWebProductId>
      <WebProductId>00816c4d-6e25-4ef8-b017-474b790e552c</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>3f9c9a60-64fa-4220-b866-6f8dbcee1430</ProgramId>
</ExamProductSet>