Skip to main content
Home

Search form

Menu

Search form

  • SkyVault 2.0 overview
  • SkyVault 2.0 video tutorials
  • Getting Started guides
  • Using SkyVault
  • Admin QuickStart
  • For Developers
    • Customizing Explorer and Share
    • Developing Applications and Extensions
      • Designing your application
      • SkyVault Repository
      • SkyVault Services
      • SkyVault Integration
      • Web Scripts
      • SkyVault Extensions
      • Share extensions
      • Maven SkyVault SDK
      • Programming with Surf
      • Content modeling
      • SkyVault 2.0 API
        • What's new in the SkyVault 2.0 API
        • How does an application do work on behalf of a user?
        • SkyVault CMIS API
        • SkyVault REST API
          • Getting Started
          • Sites
          • Site membership requests
          • People
          • Tags
            • Get a list of all tags
            • Update a tag
          • Nodes
          • Favorites
          • Deployments
          • Process definitions
          • Processes
          • Tasks
    • SkyVault Public Java API
  • Copyright
  • Disclaimer
  • You are here

    SkyVault 2.0 » For Developers » Developing Applications and Extensions » SkyVault 2.0 API » SkyVault REST API » API Reference

    Tags

    Any item of SkyVault content can be tagged. API methods exist to return a list of tags currently being used in a network.

    Tag object

    Property Type JSON Type Description
    id string string The unique id of the tag
    tag string string The value of the tag

    Example of a tag object

    {
      "id" : "ed2444b5-d0c1-440b-b5b8-34a53e578091",
      "tag" : "test tag 1"
    }
    • Get a list of all tags Use this to get a list of all tags used in your network.
    • Update a tag Use this to update an existing tag.
    Parent topic: API Reference

    © 2017 TBS-LLC. All Rights Reserved.    Follow @twitter