{"_id":"554a7c0e38e3620d00821920","parentDoc":null,"project":"5548466bd2c8410d006c2143","editedParams2":true,"category":{"_id":"554a69ba0b54d30d007fe128","project":"5548466bd2c8410d006c2143","pages":["554a69ca156a480d00e2924a","554a69d40b54d30d007fe129","554a6c8258f5650d00ae440d","554a6c8f58f5650d00ae4410","554a6c990b54d30d007fe131","554a7c0e38e3620d00821920","554a7e9d6b448d0d00646b92","554a7ea838e3620d00821929","554a7f016b448d0d00646b94","5575c1dbacd0472d000ac9ba"],"version":"5548466bd2c8410d006c2146","__v":10,"sync":{"url":"","isSync":false},"reference":false,"createdAt":"2015-05-06T19:21:30.961Z","from_sync":false,"order":1,"slug":"projects","title":"Projects"},"user":"55484649b2581a0d00913ff3","version":{"_id":"5548466bd2c8410d006c2146","project":"5548466bd2c8410d006c2143","__v":8,"createdAt":"2015-05-05T04:26:19.796Z","releaseDate":"2015-05-05T04:26:19.796Z","categories":["5548466cd2c8410d006c2147","554a69ba0b54d30d007fe128","554a7f3338e3620d0082192e","5565162e03b6710d00916942","55651a0c65a1130d00400c2b","55651d4565a1130d00400c2f","55651e0165a1130d00400c32","5565217903b6710d0091695f"],"is_deprecated":false,"is_hidden":false,"is_beta":false,"is_stable":true,"codename":"","version_clean":"1.0.0","version":"1.0"},"__v":9,"editedParams":true,"updates":[],"next":{"pages":[],"description":""},"createdAt":"2015-05-06T20:39:42.649Z","link_external":false,"link_url":"","githubsync":"","sync_unique":"","hidden":false,"api":{"examples":{"codes":[{"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});","language":"javascript"}]},"method":"get","results":{"codes":[{"language":"json","status":200,"name":"","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}"}]},"settings":"","auth":"required","params":[{"_id":"554bcc5cf2829e1900587204","ref":"","in":"path","required":true,"desc":"The ID of the project you want to fetch.","default":"","type":"int","name":"projectId"}],"url":"/projects/{projectId}.json"},"isReference":false,"order":3,"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]","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.","slug":"retrieve-a-specific-project","type":"endpoint","title":"Get Single Project"}
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.