Domophone Server
  1. Groups
Domophone Server
  • Chimes
    • Upload Chime
      POST
    • Get Chimes
      GET
    • Delete Chime
      DELETE
  • Devices
    • Get Devices
      GET
    • Get Devices by Type
      GET
    • Register Device
      POST
  • Doorbell
    • Get Doorbell Config
      GET
    • Update Doorbell Settings
      PATCH
  • Groups
    • Get Groups Names
      GET
    • Get Groups
      GET
  • Server Operations
    • Play on Devices (Specified File)
      POST
    • Play on Devices (Default File)
      POST
  • Alarms
    • Get Alarms
      GET
    • Add Alarm
      POST
  1. Groups

Get Groups Names

GET
/groups/name
This is a GET request and it is used to "get" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have id=1).
A successful GET response will have a 200 OK status, and should include some kind of response body - for example, HTML web content or JSON data.

Request

None

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/groups/name'
Response Response Example
{}
Modified at 2025-09-03 17:46:15
Previous
Update Doorbell Settings
Next
Get Groups
Built with