GET groups/network_public
指定したネットワークの公開グループ一覧を取得します。
基本情報
認証 | 必要 |
HTTPメソッド | GET |
リソースURL
https://www.co-meeting.com/api/v1/groups/network_public
パラメータ
network_id | 必須 |
type |
ソート順。以下の値を指定可能。
updated: 最終更新日時の降順(デフォルト) new: 作成日時の降順 |
limit | 取得件数。デフォルトは20 |
offset | [offset]件目から取得する。デフォルトは0 |
include_member_count |
結果にグループメンバーのメンバー数を含める。 0: 含めない(デフォルト) 1: 含める |
サンプルリクエスト
GET | https://www.co-meeting.com/api/v1/groups/network_public?network_id=51822b5d4cfad1302e00021c |
{
"status": "success",
"result": {
"count": 3,
"groups": [
{
"id": "51822b5e4cfad1302e000224",
"group_id": "902467223540104",
"group_alias": null,
"name": "Group 4 1 false true",
"icon_url": null,
"description": null,
"privacy_status": 1,
"require_approval": true,
"network_id": "51822b5d4cfad1302e00021c",
"created_at": "2012-07-27 20:03:02 UTC",
"updated_at": "2013-05-02T09:01:18+00:00",
"url": "http://www.co-meeting.com/g/902467223540104"
},
{
"id": "51822b5e4cfad1302e000228",
"group_id": "685273855105633",
"group_alias": null,
"name": "Group 8 1 false true",
"icon_url": null,
"description": null,
"privacy_status": 1,
"require_approval": true,
"network_id": "51822b5d4cfad1302e00021c",
"created_at": "2013-05-01 01:09:01 UTC",
"updated_at": "2013-05-02T09:01:18+00:00",
"url": "http://www.co-meeting.com/g/685273855105633"
},
{
"id": "51822b5e4cfad1302e00022a",
"group_id": "281889440512136",
"group_alias": null,
"name": "Group 10 1 false true",
"icon_url": null,
"description": null,
"privacy_status": 1,
"require_approval": true,
"network_id": "51822b5d4cfad1302e00021c",
"created_at": "2013-03-06 03:23:16 UTC",
"updated_at": "2013-05-02T09:01:18+00:00",
"url": "http://www.co-meeting.com/g/281889440512136"
},
{
"id": "51822b5e4cfad1302e000230",
"group_id": "797606878410492",
"group_alias": null,
"name": "Group 16 1 false true",
"icon_url": null,
"description": null,
"privacy_status": 1,
"require_approval": true,
"network_id": "51822b5d4cfad1302e00021c",
"created_at": "2012-11-26 13:35:31 UTC",
"updated_at": "2013-05-02T09:01:18+00:00",
"url": "http://www.co-meeting.com/g/797606878410492"
}
]
}
}