Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - buzzCommentType

Description

This type is used to represent a comment.

Properties

Name Type Occurrence Description
id xs:anyURI Required The unique resource name identifier for this activity.
actor xs:anyURI Optional Person or object that posted this activity. This is DEPRECATED and should not be used, USE actorInfo INSTEAD
actorInfo accountBasicDetailsType Required Person or object that posted this activity.
icon xs:anyURI Optional Icon that should be displayed against the comment.
comment xs:string Required The comments text body.
language xs:language Required The language the comment is written in.
extra xs:string Optional Used to store a JSON structure that represents a referenced resource or application-specific additional content.
read xs:boolean Required
Default=true
Indicates that the person querying the activity stream has read this comment.
published xs:dateTime Required The date/time the comment was published.
likes xs:unsignedInt Required Indicates the number of people that like this comment.
youLike xs:boolean Required Indicates that the person querying the activity stream likes this comment.
activityOwnerLikes xs:boolean Required Indicates that the owner of the activity that this comment belongs to likes this comment.
thumbnailAccessToken xs:string Optional If the activity included embedded content, this access token will provide time-limited access to the thumbnail image for the content via WebDAV cafs_raw.
visibility activityVisibilityType Optional The visibility the method invoker has on this comment.
fileAttachment Array<serverFileAttachmentType> Optional Information about the file attachment.
replyToActorInfo accountBasicDetailsType Optional Actor information of the comment being replied to.
replyToID xs:anyURI Optional ID of the comment being replied to.
replyToExtra xs:string Optional Extra information relating to reply to comment
In This Document