Gets all rules applying to user attributes.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
Rules were successfully received.
Authentication not passed or wrong. Make sure you used authentication or correct credentials.
Authorization header not sent.
{- "items": [
- {
- "rule_id": 1,
- "name": "Ork race armor rule",
- "is_enabled": true,
- "is_satisfied_for_unauth": false,
- "attribute_conditions": [
- {
- "attribute": "race",
- "operator": "eq",
- "value": "ork",
- "type": "string",
- "can_be_missing": false
}
], - "items": [
- {
- "item_id": 1,
- "sku": "ork_armor",
- "name": "Ork Armor",
- "type": "virtual_good"
}, - {
- "item_id": 2,
- "sku": "potion_pack",
- "name": "Potion pack",
- "type": "bundle",
- "bundle_type": "standard"
}
]
}
], - "total_items_count": 20,
- "has_more": true
}