Integrated Skills SmartSuite
Integration API
The Integration API is a collection of web services that provide a means for customers to integrate their systems with SmartSuite. The SDK includes a number of items to help the developers with that process.
Getting Started
- For an overview, use the Articles.
- For data requirements, use the API Reference in conjuction with the Data model
- For Smartsuite terms, use the glossary
SDK Contents
The Integration API SDK contains the following:
- Web Documentation
- Articles - Guides and background information
- Data Model - Generated Data Model Documentation
- API Reference - Generated API Reference
- ISL.SmartSuite.IntegrationApi.Models.1.3.6.nupkg - This contains a .netStandard 2.0 class library contains the definitions of all classes and Data Transfer Objects (DTOs) used in the API.
- Sample code written in C# to show how to make a call to FetchServicePointReports.
- Example code written in Javascript to show how to make a call to FetchServicePointReports.