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

get

GET
/webapi/entry.cgi

Request

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

Responses

🟢200Success
application/json
Body

🟢200Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api=SYNO.API.Auth.UIConfig&version=1&method=get&_sid=<api-key>'
Response Response Example
200 - Example 1
{
    "success": true,
    "data": [
        {
            "cssPath": "string",
            "jsPath": "string",
            "texts": {
                "property1": {
                    "property1": {
                        "property1": "string",
                        "property2": "string"
                    },
                    "property2": {
                        "property1": "string",
                        "property2": "string"
                    }
                },
                "property2": {
                    "property1": {
                        "property1": "string",
                        "property2": "string"
                    },
                    "property2": {
                        "property1": "string",
                        "property2": "string"
                    }
                }
            },
            "version": "string"
        }
    ]
}
Modified at 2025-12-16 22:01:33
Previous
get
Next
login
Built with