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 1: | Line 1: | ||
{{Template:InProgress}}{{Template:API}} | {{Template:InProgress}}{{Template:API}} | ||
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 [[Using Object IDs|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=== | |||
The following tutorials introduce you to the basic functionalities of the Synthesis API. | |||
* | * Connect to and disconnect from a Synthesis repository. | ||
* Add new Synthesis resources to a repository. | |||
* Edit existing Synthesis resources in a repository. | |||
* Calculate results from a model. | |||
===Application Examples=== | |||
* Transfer data from an Excel file to the Synthesis Data Warehouse (SDW). | |||
''<span style="font-size:12pt; color:#808080;">More tutorials coming soon...</span>'' | ''<span style="font-size:12pt; color:#808080;">More tutorials coming soon...</span>'' |
Revision as of 21:39, 9 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
The following tutorials introduce you to the basic functionalities of the Synthesis API.
- Connect to and disconnect from a Synthesis repository.
- Add new Synthesis resources to a repository.
- Edit existing Synthesis resources in a repository.
- Calculate results from a model.
Application Examples
- Transfer data from an Excel file to the Synthesis Data Warehouse (SDW).
More tutorials coming soon...