Projects
GET projects
The request returns a list of projects associated with the authorized user account.
Reference information about the resource:
| API Endpoint | https://www.diggernaut.com/api/projects/ |
| Response Format | JSON |
| Access Level | User |
| Limits | Yes |
curl -v -H "Authorization: Token 9944b09199c62bcf9418ad846dd0e4bbdfc6ee4b" https://www.diggernaut.com/api/projects/
HTTP/1.0 200 OK
Date: Fri, 19 Aug 2016 15:51:21 GMT
Vary: Accept, Accept-Language, Cookie
X-Frame-Options: SAMEORIGIN
Content-Type: application/json
Content-Language: en
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
[
{
"id": 1,
"name": "Airlines",
"description": "My first project"
},
{
"id": 7,
"name": "Libraries",
"description": "My second project"
},
{
"id": 8,
"name": "Movies",
"description": null
}
]