Welcome to Trend Micro
This website uses cookies for website functionality, traffic analytics, personalization, social media functionality and advertising. Our Cookie Notice provides more information and explains how to amend your cookie settings.
Learn more
Using the API Demo Project for Visual Studio

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:

    http://docs.trendmicro.com/all/ent/tmcm/v7.0/en-us/api/VS2015AutomationAPIDemo.zip

  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.