Get Catalog Inventory Bucket Use Rule Sets All
GET/inventory/v1/catalog/inventory-bucket-use-rule-set
Get all Inventory Bucket Use Rule Sets.
Request
Header Parameters
If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.
Responses
- 200
- 304
- 403
- 404
- 422
Successful Response
Response Headers
ETag
string
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
- CacheInfo
- CacheInfo
rule_sets
object
property name*
InventoryBucketUseRuleSet
A collection of Inventory Bucket Use Rules.
custom_data
object
Custom data associated with the resource
rules
object
property name*
InventoryBucket (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]
cache_info
object
anyOf
Cache information for the resource it is attached to. The etag value can be used with the If-None-Match and If-Match headers
Possible values: non-empty
cache_info
object
anyOf
Cache information for the resource it is attached to. The etag value can be used with the If-None-Match and If-Match headers
Possible values: non-empty
{
"rule_sets": {},
"cache_info": {}
}
Content still has the same etag and has not changed
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}