List Global Configurations
GET/properties/configurations
List all global Configuration values
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": [
{
"id": "account.host",
"name": "account.host",
"value": "cheese",
"type": "string",
"role": "configuration",
"group": "account",
"configurable": true,
"scope": "global"
},
{
"id": "account.port",
"name": "account.port",
"value": "10504",
"type": "int",
"role": "configuration",
"group": "account",
"configurable": true,
"scope": "global"
},
{
"id": "tableau.server.readTimeout",
"name": "tableau.server.readTimeout",
"value": "60s",
"type": "int",
"role": "configuration",
"group": "tableau",
"configurable": true,
"scope": "global"
}
]
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": [
{
"id": "account.host",
"name": "account.host",
"value": "cheese",
"type": "string",
"role": "configuration",
"group": "account",
"configurable": true,
"scope": "global"
},
{
"id": "account.port",
"name": "account.port",
"value": "10504",
"type": "int",
"role": "configuration",
"group": "account",
"configurable": true,
"scope": "global"
},
{
"id": "tableau.server.readTimeout",
"name": "tableau.server.readTimeout",
"value": "60s",
"type": "int",
"role": "configuration",
"group": "tableau",
"configurable": true,
"scope": "global"
}
]
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist.
A server error occurred. Check the logs for more details.
Loading...