System Configuration APIs

Manage tools

OVERVIEW

Get manage tool status in Collaborate

 

HTTP Request

GET    /api/5/configuration/managetools

 

HTTP Response

Success

HTTP response 200

 

Example

 

GET   http://example.com/context/api/5/configuration/managetools

XML format response

<managetools>
      <messaginglinks>0/1</messaginglinks> 
      <sociallinks>0/1</sociallinks>
      <customlinks>0/1</customlinks>
</managetools>

 

JSON format response

{
	"messaginglinks": "0/1",
	"sociallinks": "0/1",
	"customlinks": "0/1"
}

 

 

 

Comments


0 Comments

Last Updated: Jun 09,2023