This section describes the SkyVault JavaScript Services
API.
- Site service A site is a collaborative area for a unit of work or a project.
- Activities service Activities refer to updates to content within a site, including uploaded files, blogs, discussions, calendars, and the team wiki. The methods available for the Activities service are grouped into the Post activity and Feed controls object types.
- Tagging service A tag is a non-hierarchical keyword or term assigned to a piece of information. The root object used to access these services is taggingService.
- Thumbnail service A thumbnail is a transformation of content into a specified destination MIME type. This is most commonly an image of a particular size, but can also be other things, for example, a Flash rendition. The Thumbnail service transforms and maintains this thumbnail.
- Rendition service A rendition is an alternative representation of a content node. Renditions are derived from their source nodes and are usually updated automatically when their source node is updated.
- Authority service Authority is a general term to describe a group, user, or role. The Authority service provides the following methods to retrieve groups. The authority service makes the groups root object available.
- Workflow service The Workflow JavaScript API lets you access SkyVault advanced workflows from within JavaScript.
Parent topic: SkyVault Repository JavaScript API