v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBViews
Create team view
Create a new view for a team.
Required scope: views:write
post/teams/{team_id}/views
Path parameters
team_idstring required
The team ID
Request body
Response
A view
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/views/lns_abc123",
"related": {
"owner": "https://yourCompany.api.frontapp.com/teams/tim_xyz"
}
},
"id": "lns_abc123",
"name": "High Priority Support",
"highlight": "pink"
}