{"info":{"_postman_id":"f349861f-a2ee-4bf9-8af0-73199da9d7eb","name":"Project Insight REST API","description":"The REST API can be used for getting data out of or pushing data into Project Insight. You will need to generate an API token within your PI workspace that will be used for making calls to the API endpoints. You can find documentation on the models used in the API here: https://www.projectinsight.net/api-docs/help/api-models","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Tasks","item":[{"name":"Get Tasks with Default Properties","id":"59ade739-153e-418a-a3ad-889051d24dcc","request":{"method":"GET","header":[{"key":"api-token","type":"text","value":"{{API_TOKEN}}"}],"url":"https://{{WORKSPACE}}.projectinsight.net/api/task/project/{{PROJECT_ID}}","description":"This example shows how to request a list of tasks for a specific project. The returned taks will include the default properties for the Task model."},"response":[],"_postman_id":"59ade739-153e-418a-a3ad-889051d24dcc"},{"name":"Get Tasks with Specific Properties","id":"16caf975-29f7-4a94-88a9-be00178ea7f1","request":{"method":"GET","header":[{"key":"api-token","type":"text","value":"{{API_TOKEN}}"}],"url":{"raw":"https://{{WORKSPACE}}.projectinsight.net/api/task/project/{{PROJECT_ID}}?modelProperties=wbscode,issummarytask,workhours,id,startdatetimeutc,name,project;project:name","protocol":"https","host":["{{WORKSPACE}}","projectinsight","net"],"path":["api","task","project","{{PROJECT_ID}}"],"query":[{"key":"modelProperties","value":"wbscode,issummarytask,workhours,id,startdatetimeutc,name,project;project:name"}]},"description":"This example shows how to request a list of tasks for a specific project. The returned taks will include only the properties specified in the modelProperties parameter."},"response":[],"_postman_id":"16caf975-29f7-4a94-88a9-be00178ea7f1"}],"id":"94575923-56be-48fd-ad4e-fde859099b59","description":"These requests show how to use the Task endpoints of the API.","event":[{"listen":"prerequest","script":{"id":"976f835b-9204-47ed-8bce-806016d962e1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"720f1f4d-4875-45bf-93bf-3cb01bf9d050","type":"text/javascript","exec":[""]}}],"_postman_id":"94575923-56be-48fd-ad4e-fde859099b59"}],"event":[{"listen":"prerequest","script":{"id":"b6ec6be6-b7f1-4adb-8d07-fef7d0aafe06","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92ed7cfc-3dcf-4e68-a969-a7c0851bbcb0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API_TOKEN","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE1NDEwMTQ3MjUsImV4cCI6MjE0NzM4NTYwMCwic3ViIjoiNDVhNjRhZTctOGI3OC00Nzk5LTgwM2UtYjM5MzA4MzBmYzQxIn0.hcZx_huESZD_qIaw8SFV0muOIWa6vsYJRfuLcwcrsI4ayWcOE4ci9Sz99ivSWVT8s2dSbh0CfuAGoAhVzhz6nA"},{"key":"WORKSPACE","value":"webservices-demo"},{"key":"PROJECT_ID","value":"3bf44edd6f2349be8c2117a2d84924dd"}]}