/
GET /api/system/tenants/{tenant}/apps
GET /api/system/tenants/{tenant}/apps
As of Version | product version 2021 Summer | component version 2021 Summer |
---|---|
Request Method | GET |
Response Format | XML |
Required Permission | available if listed in |
Description | Retrieves the app set for the specified The content of the corresponding app set configuration file If the file does not exist, the error code 404 will be returned. |
Request Headers | Accept: [application/xml] |
Request Example | /api/system/tenants/mytenant/apps |
Response Example | App set of the specified tenant example apps.xml <?xml version="1.0" encoding="utf-8"?> <apps xmlns="http://optimal-systems.org/ns/yuuvis/apps/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://optimal-systems.org/ns/yuuvis/apps/ yuuvis-core-apps.xsd"> <app> <name>clientsystem</name> <state>enabled</state> </app> <app> <name>client</name> <state>enabled</state> </app> <app> <name>email</name> <state>disabled</state> </app> <app> <name>acl</name> <state>disabled</state> </app> </apps> |
, multiple selections available,
Related content
Search Service API
Search Service API
More like this
Version Tags Services
Version Tags Services
More like this
Archiving Statements
Archiving Statements
More like this
Release Notes 10.16
Release Notes 10.16
More like this
Release Notes 10.8
Release Notes 10.8
More like this
Digest 9.16 (LTS)
Digest 9.16 (LTS)
More like this