Skip to content
komov-r edited this page Apr 12, 2014 · 1 revision

Resource: GET /api/project/{id}

Params: name, event_id

Response:

{
   "id": "1",
   "event_id": "1",
   "owner_id": "2",
   "name": "test",
   "description": "desc",
   "git_url": "",
   "created": "2014-04-12 08:35:58",
   "team":    {
	  "id": "1",
	  "project_id": "1"
   },
   "members": [   {
	  "id": "2",
	  "user_id": null,
	  "full_name": null,
	  "email": "asdfasdf",
	  "phone": "asdfasdf",
	  "created": "2014-04-12 08:24:31",
	  "git_nickname": "asdfasdf",
	  "vk_link": null
   }],
   "mark": 0
}

Clone this wiki locally