get
get
Retrieves the specified group
Parameters
Name | Description |
group_id required | Group ID |
Request Syntax
https://services.onesite.com/1/group/get.json?group_id=1000811&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{ "code":100, "message":"Successfully fetched group.", "content":{ "group":{ "GroupID":1000811, "BlogID":"234714453", "Node":"188234", "Owner":229928503, "Name":"developers", "Domain":"onesitedemo.com", "Subdir":"developers", "DisplayName":"New Display Name!", "DescFull":"This is the new full description after being updated.", "DescSmall":"New brief description.", "JoinMethod":"screen", "ForumAccess":"outside_read", "Featured":0, "DateAdded":"1547860875", "GroupAccess":"", "AllowMemberContentAssociation":"moderators", "MasterCategory":"16561", "CategoryID":"16561", "CategoryName":"Test 1", "Status":"deleted", "MemberCount":0, "DateUpdated":"2019-02-19 12:32:12" } } } |
Service Information
Service | group |
Method | get |
Type | REST |
Response Types | JSON, XML |