Supported Formats

json

Examples

GET /api/v1/test/test_note/contributors
200
[
  {
    "id": 3,
    "username": "test",
    "receive_email": true,
    "created_at": "2016-01-07T02:08:52.000Z",
    "updated_at": "2016-01-07T02:09:00.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"
  }
]