get https://app.asana.com/api/1.0/users//favorites
Returns all of a user's favorites within a specified workspace and of a given type. The results are ordered exactly as they appear in the user's Asana sidebar in the web application. Note that this endpoint currently only returns favorites for the current user (i.e., the user associated with the authentication token).
Customizing the response
Requests to this endpoint return "compact" objects (e.g., tasks) by default. To include more fields in the response, see input/output options.