Synology DSM API
  1. Info
Synology DSM API
  • SYNO
    • API
      • Info
        • query
          GET
      • Auth
        • Type
          • get
        • UIConfig
          • get
        • login
        • logout
    • Core
      • Web
        • DSM
          • External
            • get
      • User
        • list
        • get
  • Template
    GET
  1. Info

query

GET
/webapi/entry.cgi
Get a list of available APIs

Request

Authorization
Add parameter in query
_sid
Example:
_sid: ********************
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api=SYNO.API.Info&version=1&method=query&_sid=<api-key>'
Response Response Example
{
    "success": true,
    "data": {
        "property1": {
            "path": "entry.cgi",
            "requestFormat": "JSON",
            "minVersion": 0,
            "maxVersion": 0
        },
        "property2": {
            "path": "entry.cgi",
            "requestFormat": "JSON",
            "minVersion": 0,
            "maxVersion": 0
        }
    }
}
Modified at 2025-12-16 22:00:37
Next
get
Built with