LegalSuite API Documentation
Connect to a LegalSuite database in a secure environment.
Introduction
LegalSuite is a Windows-based program designed to assist Attorneys in managing their legal practices. It is written in Clarion and .Net and uses the MS SQL database to store the program’s data. It also provides an API to allow 3rd party programs to access the data.
This document serves to explain how to use the LegalSuite API to connect to a LegalSuite database and retrieve data and (optionally) save, update and delete data.
Calls are made to our API at https://api.legalsuite.net/
using an API Key
The API Key serves to not only authenticate the request but also to point the request at a specific LegalSuite Database.