bots

Returns all bots

Returns a map of bot settings

get/v1/bots

Response

success

idinteger
team_idstring
adminboolean
team_namestring
passwordstring
language'ru_Ru' | 'en_US'

bot language

notifier_intervalinteger
reminder_repeat_maxinteger
reminder_timeinteger
reporting_channelstring
reporting_timestring
individual_reports_onboolean

Example response

[
  {
    "team_id": "TB9KS3E13",
    "team_name": "example",
    "password": "example",
    "reporting_channel": "TBA234GH",
    "reporting_time": "9:00"
  }
]

Changes