Version 0.1
Get a single project
GET /projects/:project-id
View the project given by :project-id
.
Response
A project.
Example
Request
GET /projects/6?v=0.1
Host: api.deftask.com
Response
200 OK
Content-Type: application/json
{
"projectId": 6,
"name": "test6",
"accountType": "org",
"accountId": 2
}