{"metadata":{"image":[],"title":"","description":""},"api":{"url":"/projects/{projectId}.json","auth":"required","examples":{"codes":[{"language":"javascript","code":"$.ajax({\n \t\ttype: \"GET\", \n \turl: \"/api/v1/projects/\" + projectId + \".json\", \n \tcontentType: 'application/json', \n \tdataType: \"json\", \n \tsuccess: worked,\n \theaders: { apiKey: apiKey }\n});"}]},"method":"get","params":[{"name":"projectId","type":"int","default":"","desc":"The ID of the project you want to fetch.","required":true,"in":"path","ref":"","_id":"554bcc5cf2829e1900587204"}],"results":{"codes":[{"code":"{\n \"status\": \"Okay\",\n \"project\": {\n \"budget\": 300000000.00,\n \"chargeCode\": null,\n \"custom1\": null,\n \"custom2\": null,\n \"custom3\": null,\n \"custom4\": null,\n \"customer\": null,\n \"description\": \"\",\n \"manager\": null,\n \"priority\": {\n \"id\": 4638,\n \"name\": \"Critical\"\n },\n \"rate\": 200.00,\n \"shortName\": \"Feb-16-\",\n \"status\": {\n \"id\": 4638,\n \"name\": \"Open\"\n },\n \"id\": 216587,\n \"name\": \"Feb-16-Reg-1\",\n \"customColumns\":\n [\n { name: \"MyCurrencyCol\", type: \"currency\", extendedColumnId=567},\n { name: \"MyNumberCol\", type: \"number\", extendedColumnId=568},\n { name: \"MyDateCol\", type: \"currency\", extendedColumnId=569},\n { name: \"MyStringCol\", type: \"string\", extendedColumnId=570},\n { name: \"MyBoolCol\", type: \"bool\", extendedColumnId=571}\n ]\n }\n}","name":"","status":200,"language":"json"}]},"settings":""},"next":{"description":"","pages":[]},"title":"Get Single Project","type":"endpoint","slug":"retrieve-a-specific-project","excerpt":"A Project resource represents a planned and track-able project within ProjectManager.com.\n\nUse this API to retrieve the details of a single project using its unique identifier.","body":"A Project resource is represented by the following properties:\n[block:parameters]\n{\n \"data\": {\n \"h-0\": \"Property\",\n \"h-1\": \"Description\",\n \"3-0\": \"ChargeCode\",\n \"4-0\": \"Customer\",\n \"5-0\": \"Description\",\n \"6-0\": \"Manager\",\n \"7-0\": \"Priority\",\n \"8-0\": \"Rate\",\n \"9-0\": \"Short Name\",\n \"10-0\": \"Status\",\n \"0-0\": \"Id\",\n \"1-0\": \"Name\",\n \"2-0\": \"Budget\",\n \"0-1\": \"The Id that uniquely identifies this project.\",\n \"1-1\": \"The name of the project.\",\n \"2-1\": \"The budget of the project, in the applicable currency of your business.\",\n \"3-1\": \"The charge code for the project. Both the name and id of the charge code is encapsulated within this property.\",\n \"4-1\": \"The customer of the project. Both the name and the id of the customer of the project will be included in this property.\",\n \"5-1\": \"The description of the project.\",\n \"6-1\": \"The manager of the project. Both the name and the unique identifier of the manager will be included in this property.\",\n \"7-1\": \"The priority of the project.\",\n \"8-1\": \"The standard hourly rate for this project.\",\n \"9-1\": \"The short name of the project.\"\n },\n \"cols\": 2,\n \"rows\": 10\n}\n[/block]","updates":[],"order":3,"isReference":false,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"554a7c0e38e3620d00821920","parentDoc":null,"project":"5548466bd2c8410d006c2143","editedParams2":true,"category":{"sync":{"isSync":false,"url":""},"pages":["554a69ca156a480d00e2924a","554a69d40b54d30d007fe129","554a6c8258f5650d00ae440d","554a6c8f58f5650d00ae4410","554a6c990b54d30d007fe131","554a7c0e38e3620d00821920","554a7e9d6b448d0d00646b92","554a7ea838e3620d00821929","554a7f016b448d0d00646b94","5575c1dbacd0472d000ac9ba"],"title":"Projects","slug":"projects","order":1,"from_sync":false,"reference":false,"_id":"554a69ba0b54d30d007fe128","project":"5548466bd2c8410d006c2143","version":"5548466bd2c8410d006c2146","__v":10,"createdAt":"2015-05-06T19:21:30.961Z"},"createdAt":"2015-05-06T20:39:42.649Z","user":"55484649b2581a0d00913ff3","version":{"version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["5548466cd2c8410d006c2147","554a69ba0b54d30d007fe128","554a7f3338e3620d0082192e","5565162e03b6710d00916942","55651a0c65a1130d00400c2b","55651d4565a1130d00400c2f","55651e0165a1130d00400c32","5565217903b6710d0091695f"],"_id":"5548466bd2c8410d006c2146","createdAt":"2015-05-05T04:26:19.796Z","project":"5548466bd2c8410d006c2143","__v":8,"releaseDate":"2015-05-05T04:26:19.796Z"},"__v":9,"editedParams":true,"githubsync":""}
getGet Single Project
A Project resource represents a planned and track-able project within ProjectManager.com.
Use this API to retrieve the details of a single project using its unique identifier.
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Path Params
projectId:
required
integer
The ID of the project you want to fetch.