Skip to main content
Home

Search form

Menu

Search form

  • SkyVault overview
  • Video tutorials
  • Using SkyVault Share
  • SkyVault SDK 3.0
  • API guide
    • API overview
    • Use Cases
    • CMIS REST API
    • REST API
      • The REST API Explorer
      • What is an entity?
      • What does a request look like?
        • Request URL format
        • API method format
        • Specifying the current user
        • HTTP Parameters
          • Pagination
          • Sorting your returned objects
          • Using SELECT to filter output
          • Using SELECT to set properties
          • Using WHERE to restrict output
          • Filtering properties
          • Including relations
        • API method format
      • What does a response look like?
      • Using HTTP OPTIONS to get entity metadata
      • Items and packages
  • Java API
  • JavaScript API
  • Extension packaging - modules
  • Platform extensions
  • Platform integrations
  • Share extensions
  • Copyright
  • Disclaimer
  • You are here

    SkyVault Community Edition 201704 » Developer guide » API guide » SkyVault Community Edition API Reference » REST API » REST API » What does a request look like? » HTTP Parameters

    Using SELECT to set properties

    You can use the SELECT parameter to request a partial update of an object.

    For example, you might want to update just the state property of a task workflow object.

    PUT .../tasks/02754d-32e0-4809-a722-8266e66e7b26?select=state

    In the PUT request body you would write the following JSON to set the state to completed:

    {
        "state" : "completed"
    }
    Parent topic: HTTP Parameters

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