Groups
Retrieve a group
Platform API for retrieving a group
GET
/
applications
/
{app}
/
groups
/
{group}
Authorizations
x-rownd-app-key
string
headerrequiredThe publishable key of your application credentials. (more details)
x-rownd-app-secret
string
headerrequiredThe private secret of your application credentials. (more details)
Path Parameters
app
string
requiredRownd application ID
group
string
requiredGroup ID
Response
200 - application/json
id
string
The group ID
name
string
The group name
member_count
number
default: 0deprecatedThis value is no longer provided by the API. The default value of 0 will always be returned
app_id
string
Rownd application ID
admission_policy
enum<string>
default: invite_onlySet whether the group be open for anyone to join or by invite only
Available options:
invite_only
, open
meta
any | null
An object containing additional metadata for the group
created_at
string
The ISO 8601 date-time that the resource was created
updated_at
string
The ISO 8601 date-time that the resource was updated
updated_by
string
The ID of the user that created the resource
created_by
string
The ID of the user that most recently updated the resource