Project-wide History and Branch Visualization

Hi, I’ve just started trying Apidog, I’m wondering if it’s possible to see changes of a whole project, something like all API edits, additions, and deletions in a project.

I saw that under the Team Activities section in the documentation, it says that Apidog is capable of “automatically records team members’ actions of editing or deleting APIs within the project”, but so far I’ve only seen the history of a workspace, which has something like member joining and project creation information and change history in each API, but it’s a little bit hard when we want to see all the changes done on all endpoints.

Also, I’d like to know if it’s possible to visualize branches in a project as a tree.

Thanks in advance.

For the first question, the Team Activities mainly record team dimension information, such as personnel changes, new, cloned, and deleted projects.

We have planned a ‘Project Activities’ for recording modifications of APIs at the project dimensions to meet your needs, which will be supported later.

Is your requirement similar to that of GitHub, as shown in the picture?


Thanks for your response :pray:
Yes, it’d be nice if we can have something like the picture you sent, but better if we can have something similar to git graph in VSCode.

If you want to see the change history in each API, you can find the entry in the position shown in the picture below


Yes I know that it’s possible to view the history that way, but it’d make our life much easier if the history of all APIs could be found in one place :smiling_face:

I noticed you’re interested in visualizing the project’s branches as a tree. Could you please share why you find this approach beneficial? Understanding your purpose can help us fully grasp your needs.

Joe We just think that it might easier when we work as a team so we can track how other member make a new commit or change anything in other branches.