Skip to content

チャットルームの取得 で 件数指定と簡易レスポンス指定をしたい #26

@tfuru

Description

@tfuru

非力なデバイスで ルーム一覧を取得して利用したいが、現在の仕様のJSONは大きすぎて利用が難しいので、件数指定と uuid,name,updated_at 等の重要フィールドだけで小さいものが欲しい。


/alpha/rooms/joined?access_token=xxxx&limit=2&fields=uuid,name,updated_at

[
{
uuid: "xxxxxxxx",
name: "ぼっこの部屋",
updated_at: "2016-11-05T00:01:12Z"
},
{
uuid: "xxxxxxxx",
name: "あおボッコ",
updated_at: "2016-11-05T00:01:12Z"
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions