-
Notifications
You must be signed in to change notification settings - Fork 0
Directions
Vadim Sokoltsov edited this page Nov 13, 2016
·
4 revisions
Return list of user's directions
-
user_id- type:integer- id or nickname of user
"directions": [
{
"id": 1600,
"title": "Another direction",
"description": "Description for this direction",
"percents_result": null
},
{
"id": 329,
"title": "Rails 41",
"description": "Rails 4 description",
"percents_result": 0
},
{
"id": 325,
"title": "adaw",
"description": "awdawd",
"percents_result": 0
},
...
]