---
title: "GET /api/Regulation/Subscriptions"
method: GET
path: "/api/Regulation/Subscriptions"
tags: ["Regulation"]
---

# GET /api/Regulation/Subscriptions

`GET /api/Regulation/Subscriptions`

## Query parameters

- `regulationSchemeId` string, uuid

## Response `200`

Success

- RegulationSubscriptions
  - `subscriptions` RegulationSubscription[], nullable
    - `ownerId` string, uuid
    - `ownerName` string, nullable
    - `subscriptionNumber` string, nullable
    - `subscriptionProductId` string, uuid
    - `subscriptionProductName` string, nullable
    - `contactId` string, uuid
    - `contactName` string, nullable
    - `preferredEmailAddress` string, nullable
    - `name` string, nullable
    - `numberOfLicences` integer
    - `startDate` string, date-time, nullable
    - `endDate` string, date-time, nullable
    - `isOnBehalfOfAnAccount` boolean
    - `reasonForEndDateChange` 0 | 200000000 | 200000001 | 200000002 | 200000003 | 200000004
    - `reasonForEndDateChangeName` string, nullable
    - `reasonForSuspension` 0 | 200000000 | 200000001 | 200000002
    - `reasonForSuspensionName` string, nullable
    - `reasonForCancellation` 0 | 200000000 | 200000001 | 200000002 | 200000003 | 200000004 | 200000005
    - `reasonForCancellationName` string, nullable
    - `status` 0 | 1 | 2 | 200000000 | 200000002 | 200000003 | 200000004 | 200000005 | 200000006 | 200000007
    - `subscriptions` Subscription[], nullable
      - `subscriptionId` string, uuid
      - `startDate` string, date-time, nullable
      - `endDate` string, date-time, nullable
      - `numberOfLicences` integer
      - `poNumber` string, nullable
      - `createdDate` string, date-time, nullable
      - `salesOrders` string[], nullable
      - `quotes` string[], nullable
    - `subscriptionUsers` SubscriptionUser[], nullable
      - `subscriptionUserId` string, uuid
      - `contactId` string, uuid
      - `contactNo` string, nullable
      - `contactName` string, nullable
      - `preferredEmailAddress` string, nullable
      - `sponsorshipCodeId` string, uuid, nullable
      - `subscriptionProductId` string, uuid
      - `subscriptionId` string, uuid
      - `status` 0 | 1 | 2
      - `approvalStatus` 0 | 200000000 | 200000001
      - `licenceKey` string, nullable
      - `endDate` string, date-time, nullable
      - `vrsSponsorshipApplicationId` string, uuid, nullable
    - `sponsorshipCode` SponsorshipCode
      - `sponsorshipCodeId` string, uuid
      - `code` string, nullable
      - `status` 0 | 1 | 2 | 200000000 | 200000001
      - `startDate` string, date-time
      - `endDate` string, date-time
      - `totalAllowance` integer
      - `quantityAvailable` integer
      - `quantityUsed` integer
      - `createdOn` string, date-time
      - `modifiedOn` string, date-time
    - `paymentMethod` 0 | 200000000 | 200000002 | 200000003 | 200000004 | 200000006
    - `paymentMethodName` string, nullable
    - `renewalGuid` string, uuid
    - `regulatedScheme` string, uuid, nullable
    - `regulatedSchemeName` string, nullable
    - `portalSection` 0 | 200000000 | 200000001 | 200000002 | 200000003
    - `portalSectionName` string, nullable
    - `createdOn` string, date-time, nullable
    - `modifiedOn` string, date-time, nullable
  - `countOfSubscriptions` integer

## Other responses

- `204` — No Content
- `400` — Bad Request

---

[API](https://skmtc.dev/rics/apis/digitalcommunity-api.md) · [All operations](https://skmtc.dev/rics/apis/digitalcommunity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rics/digitalcommunity-api/revisions/c3500ce0cb93/schema)
