Get Community Info (REST)
Authorization Not Required
Get Community Object
GET https://api.disadus.app/community/{communityID}/
Path Parameters
Name
Type
Description
communityID
String
Community ID
{
"name": "Tet's Sandbox",
"description": "A sandbox for tet :)",
"image": "https://assets.disadus.app/tetStuff/TetPfp.png",
"id": "tet",
"members": [
"TET00",
"KIMIK0",
"PYYDT",
],
"admins": [
"TET00",
"KIMIK0"
],
"creator": "TET00",
"createdAt": 1631763932367,
"colors": {
"primary": "teal-500",
"secondary": "cyan-500"
},
"provider": "schoology",
"vanitybg": "https://images7.alphacoders.com/740/740377.png",
"plugins": [
],
"schoology": {
"domain": "https://app.schoology.com"
}
}Last updated
Was this helpful?