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": "9de8742e-50c9-48e4-b1f1-582d8a00e664",
      "ParentWebProductId": "9170bfe4-e3c8-4f4d-8b1e-14f9a41b8952"
    },
    {
      "WebProductId": "9de8742e-50c9-48e4-b1f1-582d8a00e664",
      "ParentWebProductId": "9170bfe4-e3c8-4f4d-8b1e-14f9a41b8952"
    }
  ],
  "ProgramId": "1a180df9-e963-40c1-a9e3-9ab749235ccf"
}

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>9170bfe4-e3c8-4f4d-8b1e-14f9a41b8952</ParentWebProductId>
      <WebProductId>9de8742e-50c9-48e4-b1f1-582d8a00e664</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9170bfe4-e3c8-4f4d-8b1e-14f9a41b8952</ParentWebProductId>
      <WebProductId>9de8742e-50c9-48e4-b1f1-582d8a00e664</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>1a180df9-e963-40c1-a9e3-9ab749235ccf</ProgramId>
</ExamProductSet>