Get Settings

Get Settings

Get the global Tech-Support settings.

Request
URI
GET
https://{api_host}/hybridity/api/techsupport/settings
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Global Tech-Support settings details.

Returns TechSupportGlobalSettings of type(s) application/json
{
    "autoAcknowledge": true
}
boolean
autoAcknowledge
Optional

Where or not the support action is auto-acknowledged.


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Server Error

Returns ErrorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors