Forum Discussion

dhiraj_gophane's avatar
8 years ago

API call to fetch recently visited boards by a specific user

Hello All,

 

Is there any API call to fetch recently visited boards by a specific user. Please let me know if any work around if API call is not available.

 

Regards,

Dhiraj

  • dhiraj_gophane - There is no direct API for this, however, you may develop a customization and utilise this for your use case. You can store the user's last visited boards in a custom profile field, and then extract them using the/restapi/vc/users/id/ID/profile/name API. You may store the data in JSON format for easy accessibility during the fetching process.

     

    I hope this helps.