Supported Formats
json
Examples
GET /api/v1/teams/test
200
{
"id": 563,
"name": "test",
"is_default": true,
"created_at": "2016-01-07T02:11:45.000Z",
"updated_at": "2016-01-07T02:11:50.000Z",
"html_url": "http://www.example.com/test",
"avatar_url": "http://www.example.com/test/avatar",
"role": "manager",
"managers": [
{
"id": 3,
"username": "test",
"receive_email": true,
"created_at": "2016-01-07T02:11:45.000Z",
"updated_at": "2016-01-07T02:11:53.000Z",
"keyboard_shortcuts": false,
"options": {
"advanced_menu": true
},
"html_url": "http://www.example.com/test",
"avatar_url": "http://www.example.com/test/avatar",
"lang": {
"code": "en",
"model": "lang"
},
"name": "test",
"model": "user"
}
],
"members": [],
"plan": "micro",
"model": "team"
}