Examples |
This section provides sample applications and scripts that demonstrate how to use the BarTender Cloud REST API to access BarTender Cloud so that you can integrate BarTender Cloud activities with your business applications.
In This Section
-
C# Web-Based Application Example
Provides a sample web-based application that demonstrates how to authenticate and make a call to the BarTender Cloud REST API, and describes the changes that are required to convert the generic C# web application to one that you can use to interact directly with BarTender Cloud.
-
C# Password-Based Application Example
Provides a sample password-based application that demonstrates password-based access to the BarTender Cloud REST API (as would be used with a console application or service) and generates an access token that you can use to make a call to the BarTender REST API.
-
Updating Your Client Authentication Apps
Describes the updates that developers must make to their custom client authentication applications to make them compatible with the enhanced identity provider that is part of the September 2024 release of BarTender Cloud.
-
Provides sample PowerShell scripts to automate the process of printing and then downloading a document.
-
Provides sample web-based and password-based sample applications that use the legacy identity provider method.