Gateway Property Get Gateway Properties

Gateway Property Get Gateway Properties

Get gateway properties by gatewayId ,name ,id or value

Privileges required:

READ GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/gatewayProperty/getGatewayProperties
COPY
Request Body
{
    "gatewayId": 0
}
integer
gatewayId
Required

gatewayId

Responses
200

Request was successfully processed

Returns gateway_property_get_gateway_properties_result of type(s) application/json
This response body class contains all of the following: Inlinegateway_property_get_gateway_properties_result0
{
    "id": 0,
    "gatewayId": 0,
    "created": "string",
    "name": "string",
    "value": "string",
    "isPassword": false,
    "dataType": "string",
    "description": "string",
    "modified": "string"
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"gatewayId:"integer"}' https://{api_host}/portal/rest/gatewayProperty/getGatewayProperties