v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBViews
Get view
Fetch a view.
Required scope: views:read
get/views/{view_id}
Path parameters
view_idstring required
The view ID
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"
}