Views
Use views to provide customer information about the main entities in the Ticketmatic applications. Read more in this article.
Operations
- Get a list of views GET /api/1/{accountname}/settings/system/views
- Get a single view GET /api/1/{accountname}/settings/system/views/{id}
- Create a new view POST /api/1/{accountname}/settings/system/views
- Modify an existing view PUT /api/1/{accountname}/settings/system/views/{id}
- Remove a view DELETE /api/1/{accountname}/settings/system/views/{id}
- Fetch translatable fields GET /api/1/{accountname}/settings/system/views/{id}/translate
- Update translations PUT /api/1/{accountname}/settings/system/views/{id}/translate