Gets a list of all catalog rules for searching on the client-side.
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
}, - {
- "rule_id": 2,
- "name": "Age",
- "is_enabled": false,
- "is_satisfied_for_unauth": false
}
]
}