現在の位置
FrontPage > MierukaApiRooms
rooms †
参加可能なルーム(登録されたセッション)の一覧を返す。
URL †
http://web-api.soba-project.com/webapi/1.4/rooms
認証 †
必要
パラメータ †
- rid: オプション。取得したいルームのID。
レスポンス †
<?xml version="1.0" encoding="utf-8" ?> <rooms-response result="OK"> <room> <id>641</id> <name>SOBAの部屋</name> <description>てすと用です</description> <owner>yamashita@soba</owner> <created-time>1214651243101</created-time> <group>daisuke-test</group> <url>http://web-api.soba-project.com/webapi/1.3/room?id=641&sig=79eeb70cf7e00512f17db3be6a0ea174</url> <password-required>false</password-required> <participants> <participant>yamashita@soba</participant> <participant>nakagawa@soba</participant> </participants> </room> </rooms-response>