Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.57 KB

DATA_VIEWS.md

File metadata and controls

29 lines (25 loc) · 1.57 KB

ADH Data Views Samples

The sample code in the folders below demonstrate how to invoke Data Views REST APIs via the sample client libraries. The steps performed in the samples are similar and follow this general flow as shown on Data View Docs:

  1. Authenticate against ADH
  2. Creating types, streams, and data
  3. Create a data view
  4. Retrieve the data view
  5. Add a query for data items
  6. View items found by the query
  7. View fields available to include in the data view
  8. Include some of the available fields
  9. Group the data view
  10. Identify data items
  11. Consolidate data fields
  12. Add UoM columns to the output
  13. Add summary columns to the output (mean and total)
  14. Demonstrate accept-verbosity header usage
  15. Delete sample objects from ADH
Languages
Java
Python
.NET

For the main ADH page ReadMe
For the main samples page ReadMe