Get Settings
Get all the settings configured for the workflow system. If the setting property is encrypted, the value is hidden when returned. The adminAdvanced privilege is required.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/settings \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"settings": [
{
"propName": "string",
"value": "string",
"encrypted": true
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| invalid object |