The assets samples demonstrate how to invoke Assets REST APIs via the sample client libraries and direct REST API calls. The steps performed in these samples follow the same basic pattern.
- Obtain an OAuth token for ADH, using a client-credentials client
- Create an SDS type
- Create an SDS stream
- Insert data into the stream
- Create an ADH asset
- Create an ADH asset type
- Create an asset from an asset type
- Retrieve an asset
- Retrieve a resolved asset
- Update an asset
- Retrieve the updated asset
- Retrieve data from an asset
- Retrieve status for an asset
- Search for an asset by asset type id
- Clean up assets, asset types, stream, and type
Languages |
---|
.NET |
Python |
For the main ADH page ReadMe
For the main samples page ReadMe