Skip to content
komov-r edited this page Apr 13, 2014 · 7 revisions

Resource: GET /api/project

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