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: postPath:
/vision/api/tabs
- Delete a Tab
- Method: deletePath:
/vision/api/tabs/{id}
- Get a Tab by ID
- Method: getPath:
/vision/api/tabs/{id}
- Get Tabs
- Method: getPath:
/vision/api/tabs
- Get Tabs for a User
- Method: getPath:
/vision/api/tabs/forUser/{username}
- Get Tabs for the Current User
- Method: getPath:
/vision/api/tabs/forMyUser
- Update a Tab
- Method: putPath:
/vision/api/tabs/{id}
- Update Fields for a Tab
- Method: patchPath:
/vision/api/tabs/{id}