NOTE: Before starting this process, be sure you download the latest version of Postman here.
Getting All Project Ids
- Open Postman and make a new collection for the request
- Add the URL for the Project API endpoint
-
Create a new GET request, with a URL of : "https://{YourWorkspace}.projectinsight.net/api/project/search?/isActive=&modelProperties=Id,name"
This will return the name and Id of all projects in your system
Getting Project Information by ID
- Add a new GET request to your collection
- Add the URL for the Project API endpoint
-
Create a new GET request, with a URL of : "https://{YourWorkspace}.projectinsight.net/api/project/list?ids={YourId}"
This will return the information on the project matching the ID in the API call
(You are only able to request one project ID at a time this way)
Comments
0 comments
Please sign in to leave a comment.