Tabs REST Endpoints

Administration and Settings/Tabs
Manage the tabs that appear in the Vision settings (configuration) menu sections. These tabs appear in the UI when you select the Analytics menu, then Vision, then Configuration, or when you select the Settings button from the menu bar on the Vision UI, and then select a section.
Create a Tab
Method: post
Path: /vision/api/tabs
Delete a Tab
Method: delete
Path: /vision/api/tabs/{id}
Get a Tab by ID
Method: get
Path: /vision/api/tabs/{id}
Get Tabs
Method: get
Path: /vision/api/tabs
Get Tabs for a User
Method: get
Path: /vision/api/tabs/forUser/{username}
Get Tabs for the Current User
Method: get
Path: /vision/api/tabs/forMyUser
Update a Tab
Method: put
Path: /vision/api/tabs/{id}
Update Fields for a Tab
Method: patch
Path: /vision/api/tabs/{id}