Get all configured permissions

Overview

Use this API to retrieve all the configured permissions which can be assigned to client applications.

Permissions

The logged-in user must be a global user and one of the below is required:

  • User must have 'view' action on the 'integration' resource.
  • User must have one of following privileges: 'View partition resources', 'Manage partition resources'.
Request
header Parameters
Accept-Language
required
string
Default: en-US

Language locale accepted by client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
X-egain-session
required
string

Session ID obtained from Login API response header.

Responses
200

OK

204

No content

400

Bad Request

401

Unauthorized

403

Forbidden

406

Not Acceptable

500

Internal server error

get/clientapplication/permissions
Request samples
Response samples
application/json
  • Retrieving all the configured permissions which can be assigned to client applications.
  • GET /ws/v20/administration/integration/clientapplication/permissions
{
  • "delegatedPermissions": {
    },
  • "applicationPermissions": {
    }
}