Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

As of Versionproduct version 2021 summer | component version 2021 summer
Request MethodGET
Response FormatXML
DescriptionThis endpoint is used to retrieve the apps allocation for a specific tenant
Request HeadersAccept: [application/xml]
Request Example
Response Example
<?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>
  • No labels