Get Device Features
GET/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/users/:userId/devices/:deviceId/features
Get Device Features
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
platform stringrequired
userId stringrequired
deviceId stringrequired
Responses
- 200
- 400
Get Device Features successful
- application/json
- Schema
- Example (from schema)
Schema
clientSupportsSubscriptions booleanrequired
Indicates whether the device supports subscriptions.
clientSupportsSubscriptionUpdates booleanrequired
Indicates whether the device supports subscription updates.
clientSupportsExtraParametersToBuyFromIntent booleanrequired
Indicates whether the device supports extra parameters to buy from intent.
clientSupportsPriceChangeConfirmation booleanrequired
Indicates whether the device supports price change confirmation.
supportsApiVersion9 booleanrequired
Indicates whether the device supports API version 9.
clientSupportInAppMessages booleanrequired
Indicates whether the device supports in-app messages.
clientSupportsOfferIdToken booleanrequired
Indicates whether the device supports offer ID token.
playStoreSupportsCrossSelling booleanrequired
Indicates whether the Play Store supports cross-selling.
clientDoesSupportMultiItemPurchases booleanrequired
Indicates whether the client supports multi-item purchases.
supportsProductDetails booleanrequired
Indicates whether the device supports product details.
enablePendingPurchases booleanrequired
Indicates whether pending purchases are enabled.
enableAlternativeBilling booleanrequired
Indicates whether alternative billing is enabled.
{
"clientSupportsSubscriptions": true,
"clientSupportsSubscriptionUpdates": false,
"clientSupportsExtraParametersToBuyFromIntent": true,
"clientSupportsPriceChangeConfirmation": false,
"supportsApiVersion9": true,
"clientSupportInAppMessages": false,
"clientSupportsOfferIdToken": true,
"playStoreSupportsCrossSelling": false,
"clientDoesSupportMultiItemPurchases": false,
"supportsProductDetails": true,
"enablePendingPurchases": false,
"enableAlternativeBilling": false
}
Bad Request
Loading...