Home Administration API Reference Index
Insert bookmark
/api/v{version}/tasks/bookmarks
- Inserts a task bookmark for the specified task identifier.
/api/v{version}/tasks/bookmarks/status
- Retrieves the bookmarked tasks based on the provided task identifiers.
/api/v{version}/reports/bookmarks
- Inserts a report bookmark for the specified report identifier.
/api/v{version}/reports/bookmarks/status
- Retrieves the bookmarked reports based on the provided report identifiers.
Retrieve bookmark.
/api/v{version}/tasks/bookmarks
- Retrieve the bookmarks for tasks based on the specified criteria.
/api/v{version}/reports/bookmarks
- Retrieves the bookmarks for reports based on the specified criteria.
/api/v{version}/bookmarks/count
- Retrieves the number of bookmarks for the current user.
Delete bookmark.
/api/v{version}/tasks/bookmarks
- Deletes all task bookmarks.
/api/v{version}/tasks/bookmarks/{bookmark_id}
- Deletes a task bookmark with the specified bookmark ID.
/api/v{version}/reports/bookmarks
- Deletes all report bookmarks.
/api/v{version}/reports/bookmarks/{bookmark_id}
- Deletes a report bookmark with the specified bookmark ID.
Back to top