Get Common Inventory Bucket Use Rule Sets Configuration
GET/v1/sandbox-common/inventory-bucket-use-rule-set
Get the set of common Inventory Bucket Use Rule Set configuration. These are useful as a starting point for setting up custom Inventory Bucket Use Rule Sets, or if customized rules aren't necessary. Requires any of permissions: sandbox:config:view, sandbox:config:edit
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
data
object[]
required
Possible values: >= 1
The Inventory Bucket Use Rule Sets.
custom_data
object
Custom data associated with the resource
Possible values: non-empty and <= 125 characters
Name of the resource
Possible values: <= 250 characters
Description of the resource
rules
object
The Inventory Bucket Use Rules by Inventory Bucket.
property name*
Inventory Bucket (string)[]
Possible values: [free, sweat, none, anon, amazon, steam, psn, xbox_live, google, twitch, nintendo_switch, apple, nintendo, epic, google_play, nintendo_ppid]
string
Possible values: [free, sweat, none, anon, amazon, steam, psn, xbox_live, google, twitch, nintendo_switch, apple, nintendo, epic, google_play, nintendo_ppid]
Default value: 0
The Legacy Inventory Bucket Use Rule Set ID.
{
"data": [
{
"custom_data": {},
"name": "string",
"description": "string",
"rules": {},
"legacy_rule_set_id": 0
}
]
}