Retrieve Group Page
From KickApps Documentation
Gets all of the information related to a specified group, including members, media, and comments.You can make an HTTP POST or GET request for this call.
http://api.kickapps.com/rest/getgroup/{groupId}/{as}
Contents |
Parameters
As shown above, your call will include the following parameters:
- groupId. The ID of the group to be retrieved.
- as. The site that the group is a part of. as is unique for each of the affiliate's sites.
Post Parameters
- t. String. Required. Your access permissions.
- callback. String. Optional. The name of your JavaScript callback function.
- clientIP. String. Optional. Use the clientIP parameter to pass the IP address of the user making the call. If the IP has been blocked by the webmaster under the Affiliate Center -> Manage Members section, an error message will be returned starting with "status":"-1","error":"This IP address has been banned".
JSON Payload
On success, a payload that begins with "status":"1","error":"" and includes the full group object, including members, media, sets and comments.
List of Kit Cloud Social API Calls
Note: Occasionally (and without advanced warning) we modify our API calls by adding new parameters in the response payload. Please keep this in mind when designing your strategy for parsing our responses.
Favorites






