Xsolla-logo

Get catalog filter ruleServer-sideAdmin

get/v2/project/{project_id}/admin/user/attribute/rule/{rule_id}

Get specific rule applying to user attributes.

SecuritybasicAuth
Request
path Parameters
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
Responses
200

Rule was successfuly recieved.

401

Authentication not passed or wrong. Make sure you used authentication or correct credentials.

Request samples
Response samples
application/json
{
  • "rule_id": 1,
  • "name": "Ork race armor rule",
  • "is_enabled": true,
  • "is_satisfied_for_unauth": true,
  • "attribute_conditions": [
    ],
  • "items": [
    ]
}