Get list of favorites
Returns all favorites for the authenticated user, sorted by custom sort order (if set) or creation date. Each favorite includes entity-specific metadata:
Task favorites: Include shortNumber and title
Project favorites: Include shortNumber, shortName (e.g., “ORG-123”), and name
Organization favorites: Include shortName and name
Command favorites: Include id and name
Deleted entities are automatically excluded from the results. The favorites list is user-specific and workspace-scoped. Use the toggle endpoint to add or remove favorites.
/account/favoritesAuthorizationOAuth2 access token · headerrequiredapi:readAuthorizationBearer token (JWT) · headerrequiredFavorites list retrieved successfully
favoritesobject[]requiredArray of all favorites for the authenticated user, sorted by custom sort order (if set) or creation date. Each favorite includes entity-specific metadata. Deleted entities are automatically excluded from the results.
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions