Get specific rule 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 |
rule_id required | number Rule ID. Example: 1 |
Rule was successfuly recieved.
Authentication not passed or wrong. Make sure you used authentication or correct credentials.
{- "rule_id": 1,
- "name": "Ork race armor rule",
- "is_enabled": true,
- "is_satisfied_for_unauth": true,
- "attribute_conditions": [
- {
- "attribute": "race",
- "operator": "eq",
- "value": "ork",
- "type": "string",
- "can_be_missing": false
}
], - "items": [
- {
- "item_id": 1,
- "sku": "ork_armor",
- "name": "Ork Armor"
}
]
}