...
Account Owner, Account Administrators, Department Administrators, or custom roles.
Request Headers
Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request. |
| Parameter | Description |
| group_id (required) | The ID of a smart group whose rules you would like to get. |
Response Codes
Code | Text | Description |
|---|---|---|
| 200 | OK | The request was successfully processed. The response contains a list of smart group rules. |
| 400 | Bad Request | A request error. |
| 401 | Unauthorized | An authorization error. |
| 403 | Permission Denied | The user doesn't have enough permissions to get smart group rules. |
Sample Request
| Code Block | ||
|---|---|---|
| ||
GET /group/smart/3fa85f64-5717-4562-b3fc-2c963f66afa6/rules https/1.1 Host: api-learn.ispringlearn.com Authorization: p-1sJDjmULL5DdpXPJTcbm4jVIaWVHvNmrjAxATRbNE |
...