Xsolla-logoXsolla Developers
or
To Publisher Account

Get all catalog rules for searching on client-sideServer-sideAdmin

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

Gets a list of all catalog rules for searching on the client-side.

Attention

Returns only rule id, name and is_enabled
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
Responses
200

Rules were successfully received.

401

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

403

Authorization header not sent.

Request samples
curl -i -X GET \
  -u <merchant_id_or_project_id>:<api_key> \
  'https://store.xsolla.com/api/v2/project/{project_id}/admin/user/attribute/rule/all'
Response samples
application/json
{
  • "items": [
    ]
}