GET api/CheckSubscription/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TabSubscribedUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ApplicationId | globally unique identifier |
None. |
|
| AmountPaid | decimal number |
None. |
|
| SubscriptionType | string |
None. |
|
| PaymentDateUtc | date |
None. |
|
| Currency | string |
None. |
|
| TransactionId | string |
None. |
|
| SubscriptionStartDateUtc | date |
None. |
|
| SubscriptionEndDateUtc | date |
None. |
|
| IsApplied | boolean |
None. |
|
| PackageName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ApplicationId": "1df0d4c1-3a6d-4b33-acb8-cf17a7da2698",
"AmountPaid": 3.0,
"SubscriptionType": "sample string 4",
"PaymentDateUtc": "2026-01-13T22:23:09.9958618Z",
"Currency": "sample string 6",
"TransactionId": "sample string 7",
"SubscriptionStartDateUtc": "2026-01-13T22:23:09.9958618Z",
"SubscriptionEndDateUtc": "2026-01-13T22:23:09.9958618Z",
"IsApplied": true,
"PackageName": "sample string 11"
}