Supported Formats

json

Examples

GET /api/v1/notes
200
[
  {
    "id": 468,
    "is_private": false,
    "slug": "test_note",
    "title": "Test note",
    "created_at": "2016-01-07T02:09:18.000Z",
    "updated_at": "2016-01-07T02:09:19.000Z",
    "format": "html",
    "share": "none",
    "is_time_track": true,
    "name": "test_note",
    "team": {
      "id": 413,
      "name": "test",
      "is_default": true,
      "created_at": "2016-01-07T02:09:13.000Z",
      "updated_at": "2016-01-07T02:09:19.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:09:13.000Z",
          "updated_at": "2016-01-07T02:09:22.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"
    },
    "html_url": "http://www.example.com/test/test_note",
    "avatar_url": "http://www.example.com/test/test_note/avatar",
    "can_pull": false,
    "can_request": false,
    "can_manage": true,
    "description_html": "<p></p>",
    "model": "note"
  },
  {
    "id": 472,
    "is_private": true,
    "slug": "member_note",
    "title": "Member note",
    "created_at": "2016-01-07T02:09:22.000Z",
    "updated_at": "2016-01-07T02:09:23.000Z",
    "format": "html",
    "share": "none",
    "is_time_track": true,
    "name": "member_note",
    "team": {
      "id": 420,
      "name": "member",
      "is_default": false,
      "created_at": "2016-01-07T02:09:22.000Z",
      "updated_at": "2016-01-07T02:09:23.000Z",
      "html_url": "http://www.example.com/member",
      "avatar_url": "http://www.example.com/member/avatar",
      "role": "member",
      "managers": [],
      "members": [
        {
          "id": 3,
          "username": "test",
          "receive_email": true,
          "created_at": "2016-01-07T02:09:13.000Z",
          "updated_at": "2016-01-07T02:09:22.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"
        }
      ],
      "plan": "micro",
      "model": "team"
    },
    "html_url": "http://www.example.com/member/member_note",
    "avatar_url": "http://www.example.com/member/member_note/avatar",
    "can_pull": false,
    "can_request": false,
    "can_manage": false,
    "description_html": "<p></p>",
    "model": "note"
  },
  {
    "id": 471,
    "is_private": true,
    "slug": "manager_note",
    "title": "Manager note",
    "created_at": "2016-01-07T02:09:21.000Z",
    "updated_at": "2016-01-07T02:09:22.000Z",
    "format": "html",
    "share": "none",
    "is_time_track": true,
    "name": "manager_note",
    "team": {
      "id": 419,
      "name": "manager",
      "is_default": false,
      "created_at": "2016-01-07T02:09:21.000Z",
      "updated_at": "2016-01-07T02:09:22.000Z",
      "html_url": "http://www.example.com/manager",
      "avatar_url": "http://www.example.com/manager/avatar",
      "role": "manager",
      "managers": [
        {
          "id": 3,
          "username": "test",
          "receive_email": true,
          "created_at": "2016-01-07T02:09:13.000Z",
          "updated_at": "2016-01-07T02:09:22.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"
    },
    "html_url": "http://www.example.com/manager/manager_note",
    "avatar_url": "http://www.example.com/manager/manager_note/avatar",
    "can_pull": false,
    "can_request": false,
    "can_manage": true,
    "description_html": "<p></p>",
    "model": "note"
  },
  {
    "id": 469,
    "is_private": false,
    "slug": "some_note",
    "title": "Some note",
    "created_at": "2016-01-07T02:09:19.000Z",
    "updated_at": "2016-01-07T02:09:20.000Z",
    "format": "html",
    "share": "none",
    "is_time_track": true,
    "name": "some_note",
    "team": {
      "id": 417,
      "name": "some",
      "is_default": false,
      "created_at": "2016-01-07T02:09:19.000Z",
      "updated_at": "2016-01-07T02:09:20.000Z",
      "html_url": "http://www.example.com/some",
      "avatar_url": "http://www.example.com/some/avatar",
      "role": "member",
      "managers": [],
      "members": [
        {
          "id": 3,
          "username": "test",
          "receive_email": true,
          "created_at": "2016-01-07T02:09:13.000Z",
          "updated_at": "2016-01-07T02:09:22.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"
        }
      ],
      "plan": "micro",
      "model": "team"
    },
    "html_url": "http://www.example.com/some/some_note",
    "avatar_url": "http://www.example.com/some/some_note/avatar",
    "can_pull": false,
    "can_request": false,
    "can_manage": false,
    "description_html": "<p></p>",
    "model": "note"
  }
]

Params

Param name Description
type
optional

Can be either all, public, private or fork. Default: all


Value:

Must be String

team
optional

Value:

Must be String