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 filter output

    You might only be interested in a subset of properties in a returned entity or list of entities. You can use the SELECT parameter to restrict the returned properties.

    For example, the following API method would return all people, but only include the properties id, firstName, and lastName

    GET .../versions/1/people?select=id,firstName,lastName
    Parent topic: HTTP Parameters

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