Disadus Documentation
  • Disadus Documentation
  • 🔓Authentication
    • Basic Authentication (REST)
    • Socket Authentication (WS)
  • 🔆Disadus Core
    • About Disadus Core
    • Page 2
    • 🫂Community Data
      • 📅Community Schedules
      • ⚙️Community LMS Settings
      • Community-Related Types
      • Get Community Info (REST)
      • Search For Communities (REST)
      • Get Communities Join Info (REST)
      • Join A Community (REST)
      • Leave A Community (REST)
    • 🧑User Data
      • User-Related Types
      • Get Self User Info (REST)
      • Get Self User Info (WS)
      • Get User Info by ID (REST)
      • Get User Info By ID (WS)
      • Get User Info By Username (WS)
  • 📖Disadus Courses
    • About Disadus Courses
    • 📣Course Announcements
    • 📝Course Assignments
    • ⚙️Course Preferences
    • 💯Course Grades
Powered by GitBook
On this page

Was this helpful?

  1. Disadus Core
  2. Community Data

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"
  }
}
Cannot GET /community/teto
PreviousCommunity-Related TypesNextSearch For Communities (REST)

Last updated 2 years ago

Was this helpful?

🔆
🫂