Sla
Rules
Returns the SLA rules in evaluation order (first match wins, default rule last).
PUT
/api/{tenant:minlength(2)}/v{version:apiVersion}/sla/rules/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 | |
| input | DTO_sla_rule | Body |
Request body example
Response
Response body example
DTO_sla_rule
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| groups | DTO_reference[] | Groups the rule applies to. Empty = any group. | |
| priorities | DTO_reference[] | Priorities the rule applies to. Empty = any priority. | |
| business_schedule | DTO_reference | The business-hours schedule the targets are counted in. Null = calendar hours (24/7). | |
| created_by | DTO_reference_user | ReadOnly | Created by |
| last_updated_by | DTO_reference_user | ReadOnly | Last updated by |
| id | Int32 | ReadOnly | Leave empty when creating |
| name | String | Name | |
| lexo_rank | String | ReadOnly | Lexo rank |
| enabled | Boolean | Off rules never match any ticket | |
| is_default | Boolean | ReadOnly | The workspace catch-all rule: always evaluated last, cannot be deleted and takes no conditions. With both targets empty it means "no SLA for everything else". |
| first_reply_minutes | Int32 (nullable) | Minutes until the first response is due. Null = no first-response target. Counted inside the schedule's open hours when one is set. | |
| resolution_minutes | Int32 (nullable) | Minutes until the ticket must be resolved. Null = no resolution target. This clock pauses while the ticket waits on the customer (see the pause statuses). | |
| created | DateTime | ReadOnly | Created |
| last_updated | DateTime | ReadOnly | Last updated |
DTO_reference
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | The id of the reference | |
| label | Object | ReadOnly | Name/Label from referenced object. |
DTO_reference_user
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| profile_pic | String | ReadOnly | Profile pic |
| String | ReadOnly | ||
| id | Int32 | Id | |
| label | Object | ReadOnly | Label |
Generated Aug 4, 2026 18:37