Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Overview

Metadata is crucial for delivering data products that users can easily understand and knowledge about the returned data can quickly turn 1's and 0's into information consumers can understand. Rich Data Services has the ability to return the knowledge, or metadata, along side the data that is selected. Variable names, labels, descriptions, classifications, codes, and categories, much more can be accessed in the same query as the data. 

Retrieving Metadata

  • To access the metadata for a query we will begin with a simple select query.
  • Add the "metadata" parameter to the query

     http://{host}/rds/catalog/{collection}/{view}/select?metadata
  • This will return the data along with variable and classification metadata for any variable specified by the select query. 
  • No labels