Description
Get the LikeStatus for a document or an activity.One of the 'document' or 'activityObject' must be set.
Operation id | Services.GetLikeStatus |
Category | Services |
Label | Get the LikeStatus for a document or an activity |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Services.GetLikeStatus",
"label" : "Get the LikeStatus for a document or an activity",
"category" : "Services",
"requires" : "",
"description" : "Get the LikeStatus for a document or an activity.One of the 'document' or 'activityObject' must be set.",
"url" : "Services.GetLikeStatus",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "activityId",
"description" : null,
"type" : "string",
"required" : false,
"widget" : "",
"order" : 0,
"values" : [ ]
}, {
"name" : "document",
"description" : null,
"type" : "document",
"required" : false,
"widget" : "",
"order" : 0,
"values" : [ ]
} ]
}