All Collections
For Developers
Common questions
How can I get a list of the completed Guides by an end-user?
How can I get a list of the completed Guides by an end-user?
Met avatar
Written by Met
Updated over a week ago

To get a list of viewed Guides by a user, you can call the following method from our JavaScript API.

userGuiding.getHistory()


This method returns an array of all the completed Guides.

Did this answer your question?