API Tutorials: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
===Basics=== | ===Basics=== | ||
If you're new to the Synthesis API, we recommend taking the basic tutorials in the following order. | |||
* [[Connect or Disconnect from a Synthesis Repository]]. | * [[Connect or Disconnect from a Synthesis Repository]]. | ||
Line 26: | Line 26: | ||
* [[Calculate Results from a Model]]. | * [[Calculate Results from a Model]]. | ||
=== | ===Applications=== | ||
* [[Transfer Data to the Synthesis Data Warehouse (SDW)]]. | * [[Transfer Data to the Synthesis Data Warehouse (SDW)]]. |
Revision as of 18:24, 10 February 2016
Below are simple tutorials to help you get started with using the Synthesis API. Before you begin:
- Be sure to complete all requirements described in the Getting Started section of the Synthesis API Reference page.
- Create a Synthesis repository for testing purposes. We recommend creating a new standard repository and saving it on your local drive when working with the tutorials. This will allow you to work and experiment with the examples unhindered by folder and database permissions.
- Display the object IDs in Synthesis applications. Each item in a Synthesis repository is identified by a unique record identifier called an object ID. Object IDs can help you trace responses from the API, which is helpful when you're just beginning to learn. We recommend reading this short topic on object IDs before you begin.
Finally, the tutorials assume some basic working knowledge in VBA or VB.NET programming, and general familiarity with the Synthesis Platform.
Tutorials
Basics
If you're new to the Synthesis API, we recommend taking the basic tutorials in the following order.
Applications
More tutorials coming soon...