Using the API Demo Project for Visual Studio

The Visual Studio demo project allows you to explore the basic functionalities of the Apex Central APIs.

Important:

The API demo project requires Microsoft Visual Studio 2015 (or later).

  1. On a system running Microsoft Visual Studio 2015 (or later), download the API demo project file from:
  2. Decompress the VS2015AutomationAPIDemo.zip folder.
  3. Locate the VS2015AutomationAPIDemo.sln file in the extracted folder and double-click to open the file in Visual Studio.
  4. Locate the App.config file in the extracted folder and edit the following fields to provide your test environment information:
    • APIBaseAddress

    • ApplicationID

    • APIKey

  5. Build and execute the demo project.