Get all likes for the specified message.
get
/social/api/v1/messages/{messageID}/likes
Request
Supported Media Types
- application/json
Path Parameters
-
messageID: integer(int64)
The message ID. The object's unique identifier from a long integer representation.
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : XV1PeopleListInfo
Type:
object
V1 People List Information DTO.
Show Source
-
hasMore(optional):
boolean
If true, there are more items to be returned.
-
items(optional):
array items
The people being returned.
-
nextURL(optional):
string(url)
Next page URL for the list. Null if this is the last page.
-
previousURL(optional):
string(url)
Previous page URL for the list. Null if this is the first page.
-
total(optional):
integer(int32)
If specified, this is the total number of available items. Null if the total is unknown.
Nested Schema : items
Type:
array
The people being returned.
Show Source
-
Array of:
object XV1PeopleInfo
V1 People Information DTO.
Nested Schema : XV1PeopleInfo
Type:
object
V1 People Information DTO.
Show Source
-
addressBuilding(optional):
string
This user's building.
-
addressCity(optional):
string
This user's city.
-
addressCountry(optional):
string
This user's country.
-
addressLine1(optional):
string
This user's street address line 1.
-
addressLine2(optional):
string
This user's street address line 2.
-
addressOffice(optional):
string
This user's office.
-
addressState(optional):
string
This user's state.
-
addressZipCode(optional):
string
This user's ZIP Code.
-
altitude(optional):
number(double)
The object's altitude.
-
biography(optional):
string
The biography for this user.
-
chatURL(optional):
string(url)
A URL specifying this user's one-on-one conversation with the current user.
-
collectionURL(optional):
string(url)
A URL to this object's containing collection.
-
company(optional):
string
This user's company.
-
conversationURL(optional):
string(url)
A URL to this object's containing conversation.
-
costCenter(optional):
string
This user's cost center.
-
createdByID(optional):
An object's unique identifier from a long integer representation.
-
createdByURL(optional):
string(url)
A URL to the user that created this object.
-
createdByUserDisplayName(optional):
string
The display name of the user that created this object.
-
createdByUserName(optional):
string
The name of the user that created this object.
-
createdDate(optional):
string(date)
The date this object was created.
-
createdDateInISO8601Format(optional):
string
The date this object was created, in ISO 8601 format.
-
dateFormatLocale(optional):
string(uuid)
This user's locale for formatting dates.
-
description(optional):
string
The user profile description.
-
displayName(optional):
string
The display name of this object.
-
eMailAddress(optional):
string
The email address for this user.
-
expertise(optional):
string
This user's expertise.
-
followersURL(optional):
string(url)
This user's followers URL. Users that are followers of this user.
-
followingURL(optional):
string(url)
This user's following URL. Users that this user is following.
-
fullName(optional):
string
The full name for this user.
-
id(optional):
An object's unique identifier from a long integer representation.
-
interests(optional):
string
This user's interests.
-
isDeleted(optional):
boolean
True if this user is deleted.
-
isEnabled(optional):
boolean
True if this user is enabled.
-
isHidden(optional):
boolean
True if the user is to be hidden.
-
isIntegrationUser(optional):
boolean
True if the user is an integration user.
-
isInternal(optional):
boolean
True if the user is internal, false if the user is external.
-
isOutsider(optional):
boolean
True if the user is an outsider.
-
isRemoved(optional):
boolean
True if this message has been removed.
-
languageLocale(optional):
string(uuid)
This user's language locale.
-
lastConnectedDate(optional):
string(date)
The date this user last connected.
-
lastConnectedDateInISO8601Format(optional):
string
The date this user last connected, in ISO 8601 format.
-
lastDisconnectedDate(optional):
string(date)
The date this user last disconnected.
-
lastDisconnectedDateInISO8601Format(optional):
string
The date this user last disconnected, in ISO 8601 format.
-
latitude(optional):
number(double)
The object's latitude.
-
libraryURL(optional):
string(url)
A URL specifying this user's library.
-
link(optional):
string
A URL, if any, that this user shows on their wall or profile as their link.
-
location(optional):
string
This user's location.
-
longitude(optional):
number(double)
The object's longitude.
-
modifiedByID(optional):
An object's unique identifier from a long integer representation.
-
modifiedByURL(optional):
string(url)
A URL to the user that last modified this object.
-
modifiedByUserDisplayName(optional):
string
The display name of the user that last modified this object.
-
modifiedByUserName(optional):
string
The name of the user that last modified this object.
-
modifiedDate(optional):
string(date)
The date this object was last modified.
-
modifiedDateInISO8601Format(optional):
string
The date this object was last modified, in ISO 8601 format.
-
name(optional):
string
The name of this object.
-
objectType(optional):
string
The type of this object.
-
organization(optional):
string
This user's organization.
-
originalPictureURL(optional):
string(url)
The original picture URL.
-
profilePictureURL(optional):
string(url)
The profile picture URL (150 px by 150 px).
-
propertiesURL(optional):
string(url)
This user's properties URL.
-
removedByID(optional):
An object's unique identifier from a long integer representation.
-
removedByURL(optional):
string(url)
A URL to the user that last removed this object.
-
removedByUserDisplayName(optional):
string
The display name of the user that last removed this object.
-
removedByUserName(optional):
string
The name of the user that last removed this object.
-
removedDate(optional):
string(date)
The date this object was removed.
-
removedDateInISO8601Format(optional):
string
The date this object was removed, in ISO 8601 format.
-
scaledPictureURL(optional):
string(url)
The scaled picture URL (44 px by 44 px).
-
socialObjectURL(optional):
string(url)
A URL to this object's containing collaboration object.
-
socialObjectViewID(optional):
string
The user's current collaboration object view ID (can be null).
-
statisticsURL(optional):
string(url)
A URL to retrieve this user's statistics.
-
timeZone(optional):
string(uuid)
This user's time zone.
-
title(optional):
string
This user's title.
-
url(optional):
string(url)
A URL to this object.
-
wallURL(optional):
string(url)
A URL specifying this user's wall.