Skip to content
ADSERVIO API
  • About
  • Docs

Docs

  • Getting started
  • Changelog
  • Oauth
  • Common enumerations
  • Querying results
  • Response codes
  • Input validation

Endpoints

  • Absences
  • Callouts
  • Candidates
  • Certificates
  • Accounts
  • Addresses
  • Administrators
  • Admission
  • Authentication
  • Averages
  • Behavior
  • Calendar
  • Chat
  • Classes
  • Edumarket
  • Exemptions
  • Files
  • Generic
  • Grades
  • Groups
  • Historic
  • Holidays
  • Homeworks
  • Institutions
  • Library
  • Meetings
  • Messages
  • Mood
  • News
  • Nomenclature
  • Observations
  • Organizations
  • Parents
  • Photo
  • Portofolio
  • Reports
  • Repartition
  • Roles
  • Schedule
  • Schools
  • Students
  • Questionnaires
  • Subjects
  • Taxes
  • Teachers
  • Enumerations
  • Tests
  • Staff attendence
  • Timetables
  • Timesheet
  • Tenants
  • Transfers
  • Users
  • Schedule events
  • Versions
  • Warnings
  • Year-book
  • Years

Chat

It is used to retrieve information about a chat room and chat messages.

Endpoints

TypeURIDescription
GET./chat/membersCan be used to retrieve the list of chat room members.
GET./chat/messagesCan be used to return message lists.
GET./chat/messageReturn all message information for Socket.io (public)
GET./chat/roomReturn all details of a specific room.
PUT./chat/roomSwitch ON/OFF the room moderation status.
POST./chat/messageIt is used to add new message.
DELETE./chat/messageIt is used to delete a message.
POST./chat/repostIt is used to report a message from a chat room.
← CalendarClasses →