Enterprise Get Enterprises Missinggateway

Enterprise Get Enterprises Missinggateway

Gets the list of Enterprises with missing Gateway Type

Privileges required:

UPDATE ENTERPRISE

READ GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/enterprise/getEnterprisesMissingGateway
COPY
Request Body
{
    "gatewayType": "string"
}
string
gatewayType
Optional

gatewayType

Responses
200

Request was successfully processed

[
    {
        "id": 123,
        "rows": 1
    }
]

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 '{}' https://{api_host}/portal/rest/enterprise/getEnterprisesMissingGateway