List self-serve condition rules
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /department/selfserve/condition/rules
Operation
Operation ID: listSelfserveConditionRules
Retrieve a list of self-serve condition rules.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
id | query | no | integer | Filter by rule ID |
condition_id | query | no | integer | Filter by condition ID |
type | query | no | string | Filter by rule type |
object_type | query | no | string | Filter by object type |
object_id | query | no | integer | Filter by object ID |
no | object |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Successfully retrieved condition rules | application/json |
400 | ||
404 |
Schema for response 200 (application/json):
{
"items": {
"$ref": "#/components/schemas/DepartmentSelfserveConditionRule"
},
"type": "array"
}
17 March 2026