Subscription

คุณลักษณะ

pathstring
createTimestring
เอาต์พุตเท่านั้น
updateTimestring
เอาต์พุตเท่านั้น
activeboolean
เอาต์พุตเท่านั้น
willRenewboolean
เอาต์พุตเท่านั้น
lastBillingTimestring
เอาต์พุตเท่านั้น
nextRenewTimestring
เอาต์พุตเท่านั้น
expireTimestring
เอาต์พุตเท่านั้น
stateEnum<string>
เอาต์พุตเท่านั้น
expirationDetailsobject
purchasePlatformEnum<string>
เอาต์พุตเท่านั้น
paymentProviderEnum<string>
เอาต์พุตเท่านั้น
userstring
ไม่สามารถเปลี่ยนแปลงได้
URL หลัก

https://apis.roblox.com/cloud
แหล่งข้อมูล Subscription

{
"path": "universes/123/subscription-products/some-subscription-product-id/subscriptions/some-subscription-id",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"active": true,
"willRenew": true,
"lastBillingTime": "2023-07-05T12:34:56Z",
"nextRenewTime": "2023-07-05T12:34:56Z",
"expireTime": "2023-07-05T12:34:56Z",
"state": "STATE_UNSPECIFIED",
"expirationDetails": {
"reason": "EXPIRATION_REASON_UNSPECIFIED"
},
"purchasePlatform": "PURCHASE_PLATFORM_UNSPECIFIED",
"paymentProvider": "PAYMENT_PROVIDER_UNSPECIFIED",
"user": "users/123"
}

Subscription

Get Subscription
เวอร์ชัน Beta

GET /cloud/v2/universes/{universe}/subscription-products/{subscription-product}/subscriptions/{subscription}
ขอบเขต
universe:writeuniverse.subscription-product.subscription:read
คำขอพารามิเตอร์เส้นทาง
universestring
จำเป็นต้องมี
subscription-productstring
จำเป็นต้องมี
subscriptionstring
จำเป็นต้องมี
พารามิเตอร์คิวรี
viewEnum<string>
การตอบกลับSubscription
GET /cloud/v2/universes/{universe}/subscription-products/{subscription-product}/subscriptions/{subscription}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/universes/{universe}/subscription-products/{subscription-product}/subscriptions/{subscription}?view={string}' \
-H 'x-api-key: {your-api-key}'
การตอบกลับ

{
"path": "universes/123/subscription-products/some-subscription-product-id/subscriptions/some-subscription-id",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"active": true,
"willRenew": true,
"lastBillingTime": "2023-07-05T12:34:56Z",
"nextRenewTime": "2023-07-05T12:34:56Z",
"expireTime": "2023-07-05T12:34:56Z",
"state": "STATE_UNSPECIFIED",
"expirationDetails": {
"reason": "EXPIRATION_REASON_UNSPECIFIED"
},
"purchasePlatform": "PURCHASE_PLATFORM_UNSPECIFIED",
"paymentProvider": "PAYMENT_PROVIDER_UNSPECIFIED",
"user": "users/123"
}