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:
- Authenticate against ADH
- Creating types, streams, and data
- Create a data view
- Retrieve the data view
- Add a query for data items
- View items found by the query
- View fields available to include in the data view
- Include some of the available fields
- Group the data view
- Identify data items
- Consolidate data fields
- Add UoM columns to the output
- Add summary columns to the output (mean and total)
- Demonstrate accept-verbosity header usage
- Delete sample objects from ADH
Languages |
---|
Java |
Python |
.NET |
For the main ADH page ReadMe
For the main samples page ReadMe