This contains a description of each of the SkyVault entities operated on by the REST API, and a pointer to the
REST API explorer section that describes the methods available on that entity.
- NetworksA network is the group of users and sites that belong to an organization. Networks are organized by email domain. When a user signs up for a SkyVault account, their email domain becomes their "Home Network".
- Sitesa SkyVault site is a project area where you can share content and collaborate with other site members. There are API calls for getting a list of sites, and for getting information on a single site.
- Site membership requestsA site membership request describes a request for a person to join a site in SkyVault. There are API calls for getting a list of a user's site membership requests, for joining a site, for modifying a request to join a site, and for deleting a site membership request.
- TagsAny item of SkyVault content can be tagged. API methods exist to return a list of tags currently being used in a network.
- NodesA node is an overall term for an item of content or a folder. API methods are available to work with a node's comments, tags, and ratings.
- FavoritesA favorite describes a SkyVault entity that a person has marked as a favorite. There are API calls for getting a list of a user's favorites, for getting a specific favorite, for adding a favorite, and for deleting a favorite.
- DeploymentsA deployment resource represents one file inside a deployment.
- Process definitionsA process definition is a description of an execution flow in terms of activities. New processes are created and started for a process definition.
- ProcessesA process describes a running instance of a process definition.
- TasksA task describes one task for a human user.
Parent topic: SkyVault REST API