Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 563 Bytes

emoji.list.md

File metadata and controls

43 lines (32 loc) · 563 Bytes

emoji.list

返回团队内的自定义 emoji 列表

请求方式

GET {base_url}/emoji.list

请求参数

需要登录

响应

200

[
  {
    "id": "=bw52O",
    "uid": "=bw52O",
    "team_id": "=bw52O",
    "name": "hello",
    "type": "emoji",
    "created": "2017-03-13T13:54:16.000+0000",
    "updated": "2017-03-13T13:54:16.000+0000",
    "url": "http://example.com/1.jpg"
  }
]

错误响应

{
  "code": // error code,
  "error": "unexpected error"
}