User resource

User - social list

OVERVIEW

Note: This API endpoint is supported from Collaborate 5.0 and above 

Get a social link list in Collaborate

 

HTTP Request

GET    /api/5/configuration/sociallinks

 

HTTP Response

Success

HTTP response 200

 

Example

 

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

XML format response

<sociallinks>
	<link>
		<id>1</id>
		<name>Other</name>
	</link>
	<link>
		<id>2</id>
		<name>LinkedIn</name>
	</link>
</sociallinks>

 

JSON format response

{
	"link": [
		{
			"id": "1",
			"name": "Other"
		},
		{
			"id": "2",
			"name": "LinkedIn"
		}
	]
}

 

Error messages

 

Summary Ref Code (before V4) Ref Code (V4)

The social link is disabled

N/A 408

 

 

Comments


0 Comments

Last Updated: Jun 11,2023