General

This section provides general guidelines and some how-to articles for working with the SystemWeaver API. If you do not find what you are looking for, we suggest that you refer to the SystemWeaverClientAPI.XML for a list of methods.

Important Guidelines for API and REST API Usage
The SystemWeaver API and REST API are powerful tools for interacting with the SystemWeaver server, far surpassing the possibilities of reading and producing...
Tue, 20 Apr, 2021 at 10:00 AM
Interested in SystemWeaver API Training?
Do you already have basic knowledge of SystemWeaver and programming skills?  Then you have what it takes to attend one of our API Training sessions! ...
Wed, 20 Mar, 2024 at 11:21 AM
Follow API Support Topics
The Systemite Support Portal offers visitors a user-driven forum for API support where users can ask API related questions and share and exchange ideas with...
Tue, 23 Oct, 2018 at 12:42 PM
How to Install the SystemWeaver.Connection NuGet Package
This article describes how to install the SystemWeaver.Connection NuGet Package using Visual Studio.  Prerequisites Visual Studio with the .NET Deskto...
Wed, 21 Feb, 2024 at 2:58 PM
Introduction to the SystemWeaver API in C#
This article covers how to use the SystemWeaver Client API in C#. The SystemWeaver API can be used in other development environments than Visual studio and ...
Tue, 28 Feb, 2023 at 10:16 PM
Using the Client API in .Net Core in Windows and Ubuntu (Linux)
This article describes how to get started using the SystemWeaver Client API in .Net Core in both Windows and in Ubuntu (Linux). Working in Windows Workin...
Tue, 12 Jul, 2022 at 10:31 AM
Using the Client API with Python in Windows
This article covers how to use the SystemWeaver API in Python in Windows. The user needs basic knowledge of Python and a Python interpreter installed. This ...
Tue, 12 Jul, 2022 at 10:31 AM
Using the Client API with Python on Ubuntu
This article describes how to work with the SystemWeaver Client API with Python in Ubuntu. Running it on other flavors of Linux should work in a similar way...
Wed, 27 Sep, 2023 at 10:21 PM
Adding Plain Text to an Item
Below is an example of the method used to add plain text to the Description of an item in SystemWeaver using the C# SystemWeaver API.  Example myItem.D...
Wed, 6 Feb, 2019 at 3:01 PM
Converting RVF to RTF or DOCX and Vice Versa
Systemite provides API functionality for converting RVF to other formats such as plain text, RTF, DOCX and vice versa. Our goal is to keep this conversion f...
Wed, 14 Oct, 2020 at 3:12 PM