Create a Bookmark for a User
post
/api/navigation/Bookmarks
Creates a user bookmark for the navigation menu. Users can bookmark links, such as the device overview dashboard of a monitored device or a diagram showing the status of reporting devices.
The minimum required properties in the request body are:
The minimum required properties in the request body are:
- BookmarkName
- LinkPath
- UserID
- IconCls
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Response
Supported Media Types
- application/json
200 Response
Successful operation
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object
-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
-
Array of:
object items
An error.
Nested Schema : items
Type:
object
An error.