Use this API to retrieve all the configured client applications.
The logged-in user must be a global user and one of the below is required:
OK
No content
Bad Request
Unauthorized
Forbidden
Not Acceptable
Internal server error
{- "clientApplication": [
- {
- "id": 1001,
- "name": "Test_Web",
- "appId": "3d0152e5-3c70-4513-bfef-cebe52dd6b05",
- "link": [
- {
- "rel": "self",
- "href": "/system/ws/v20/administration/integration/clientapplication/1001"
}
], - "description": "Web application",
- "lastModified": {
- "date": "2024-01-04T07:05:19.000Z"
}, - "passwordCredentials": {
- "passwordCredential": [
- {
- "name": "Access Key 1",
- "endDateTime": "2023-02-02T18:30:00.000Z",
- "keyId": "516ee110-3440-4fed-b8cb-f30b54534259",
- "hint": "tKx"
}, - {
- "name": "Access Key 2",
- "endDateTime": "2022-10-27T11:18:56.000Z",
- "keyId": "9bfaca9e-70bc-435c-8946-c2151697f10f",
- "hint": "cUk"
}
]
}
}, - {
- "id": 1002,
- "name": "Test_SPA",
- "appId": "c5d5a182-55d7-463a-8d18-780d6664e600",
- "link": [
- {
- "rel": "self",
- "href": "/system/ws/v20/administration/integration/clientapplication/1002"
}
], - "description": "SPA application",
- "lastModified": {
- "date": "2022-05-22T07:05:19.000Z"
}, - "passwordCredentials": {
- "passwordCredential": [
- {
- "name": "Access Key 1",
- "endDateTime": "2023-03-02T18:30:00.000Z",
- "keyId": "9bfaca9e-70bc-435c-8946-c2151697f10f",
- "hint": "EmN"
}
]
}
}, - {
- "id": 1003,
- "name": "Test_PublicClient",
- "appId": "04ed3a19-77d2-445c-8aeb-89e0d679e411",
- "link": [
- {
- "rel": "self",
- "href": "/system/ws/v20/administration/integration/clientapplication/1003"
}
], - "description": "Public client application",
- "lastModified": {
- "date": "2022-07-22T07:05:19.000Z"
}, - "passwordCredentials": {
- "passwordCredential": [
- {
- "name": "Access Key 1",
- "endDateTime": "2024-07-18T18:30:00.000Z",
- "keyId": "83bae1d3-9bcf-478d-be76-f66d678d6ffa",
- "hint": "Y0N"
}
]
}
}
]
}