v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBRules
List team rules
List the rules of a team (workspace).
Required scope: rules:read
get/teams/{team_id}/rules
Path parameters
team_idstring required
The team ID
Response
Array of Rules
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/rules"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/rules/rul_58xhq"
},
"id": "rul_58xhq",
"name": "Scranton new account workflow"
}
]
}