Get client application by id

Overview

Use this API to retrieve configured client application by Id.

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
path Parameters
id
required
integer

id of object

Example: 1001
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

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

406

Not Acceptable

500

Internal server error

get/clientapplication/{id}
Request samples
Response samples
application/json
  • Retrieving the client application by Id
  • GET /ws/v20/administration/integration/clientapplication/1001
{
  • "clientApplication": [
    ]
}