Table of contents
1.
Introduction
2.
Viewing workspace activity
2.1.
Viewing the collection changelog
2.2.
Accessing and filtering the activity feed from Postman
3.
Restoring collections
4.
Resolving team conflicts
5.
Frequently Asked Questions
5.1.
What is a collection in Postman?
5.2.
How does Postman log variable values?
5.3.
What distinguishes query parameters from path variables?
6.
Conclusion
Last Updated: Mar 27, 2024

How to view your workspace activity and resolve conflicts in postman?

Author Shivani Singh
0 upvote
Career growth poll
Do you think IIT Guwahati certified course can help you in your career?

Introduction

An API platform for creating and utilizing APIs is called Postman. To help you design better APIs faster, Postman improves collaboration and simplifies every stage of the API lifecycle. Developers can easily create, share, test, and document APIs with Postman, an API client. Users are given the ability to generate, store, and read both simple and complicated HTTP/s requests as well as their responses to achieve this. Postman requests something from the API, and the web server responds with whatever was requested. Requests sent and received in Postman do not require any additional labor or framework setup.

postman

Those that are a part of the Postman community can use a shared workspace. A public workspace can improve how easy it is for a new user to get started with your API, provide resources and use cases for your current users, help Postman users find your API more efficiently, and let you collaborate publicly with partners.

Viewing workspace activity

A changelog for each Postman Collection details create, update, transfer, and delete actions. The changelog can record changes that you and other team members make to your individual and collective collections. You can also roll back a collection and restore it to a previous state using the changelog.

Workspace Dashboard

Viewing the collection changelog

Step 1: Click the Changelog icon right after opening the collection.

Step 2: A chronological summary of collection actions is provided in the changelog. You can see when and where changes took place, who was involved, and which collection sections were impacted.

Step 3: You can choose a session from the changelog to examine each change made during that session.

Step 4: Select View changes underneath an item to view the collection diff. You can hover over a diff and choose View more to open it in a new tab if it's too big to view in the changelog.
 

To view workspace activity. 

Postman offers access to the activity feed. Information about who added or removed collections, environments, or workspace items will be displayed in the activity stream, along with information about users who joined and left the workplace.

Accessing and filtering the activity feed from Postman

Step 1: Choose the Overview tab.

Step 2: To find out about activities that have taken place in the workspace, visit the Activity section.

By filtering the activity feed, you can skip scrolling through it and get the information you need right now. You can use the user or element filters (Workspace, API, Collection, Environment). To remove the filters from the activity feed, select Reset filters.

 

Viewing team activity 

Step 1: Click on Home in the upper-left corner.

Step 2: On the right, you can see the Activity Feed for your team.

Restoring collections

Step 1: To expand a session, choose it.

Step 2: Click the More Actions icon next to the modification to which you want to roll back your collection, then click Restore to this modification.

Resolving team conflicts

You can work across devices and with a team by syncing your Postman data with an account. Postman will ask you which version to keep if there is a discrepancy between your local app's data synchronized to the Postman servers.

Using the Resolve Sync Conflicts window, you may fix any conflicts that Postman finds between your local app and the synced data for your account or team.
 

Step 1: Each collection affected by conflicts has its own tab, and each conflict reported there shows the variance between the local and server versions.

Step 2: You can decide whether to keep your local changes or to update your local copy to reflect the server's synchronized copy. Every battle has an overview. For each, decide whether to use local or server modifications.

Step 3: Select Resolve Conflicts to update both your local version and the synchronized version of the projects you're working on after deciding which version to use.

Step 4: To update each collection, you must make decisions for each one that is impacted and choose Resolve Conflicts.

Step 5: Choose Reset if you've updated the conflict selections and wish to go back to the default settings, which will use the server modifications.

Frequently Asked Questions

What is a collection in Postman?

In Postman, a collection is used to group related requests. It facilitates organizing requests into folders in a methodical manner.

How does Postman log variable values?

We may use the command console.log(pm.variables.get("variable name")); to log the Postman variable values on the console.

What distinguishes query parameters from path variables?

Specific resources are identified using Path Variables, and the resources are sorted or filtered using Query Parameters.

Conclusion

In this blog, we discussed some of the operations performed on the postman. We discussed how to view workspace activity, view the collection changelog, and access and filter the activity feed. Then we discussed restoring collections and lastly resolving team conflicts. 

If you desire to explore more about web testing, refer to this article. For API and API testing, you may go through these articles

For more content, Refer to our guided paths on Coding Ninjas Studio to upskill yourself.

Do upvote our blogs if you find them helpful and engaging!

Happy Learning!

Thankyou

 

Live masterclass