Base URLs:
Sandbox/Test:
https://cloud.lakesidesoftware.com/apiProduction/Live: Supplied by the client.
Table of Contents
Customer Endpoints
Get a Customer: (GET)
{BaseURL}/users?includeADinfo=trueGet Specific Customer User Account: (GET)
{BaseURL}/users/{id}/systemsGet Sensor Actions: (GET)
{BaseURL}/sensoractionsGet All Customers: (GET)
{BaseURL}/usersMessage Endpoints
Get Specific System Sensors: (GET)
{BaseURL}/sensors/{SystemId}Get System Details: (GET)
{BaseURL}/systems?includePrimaryUser=true&id={SystemId}Get System Automation: (GET)
{BaseURL}/sensorhistory/latest/child/{SystemId}?includePayloads=trueGet Specific Sensors: (GET)
{BaseURL}/sensors?startTime={lastModifiedDT}&endTime={EndDateTime}Update Message: (POST)
{BaseURL}/tools/autofix/runAuthentication/OAuth Endpoints
Get Access Token: (POST)
https://{tenantName}.b2clogin.com/{tenantName}.onmicrosoft.com/{ropcFlow}/oauth2/v2.0/tokenCommon Query Parameters
Parameter | Description | Example |
| Unique identifier for the entity |
|
{SystemId } | Retrieves a sensors by Systrack system ID. |
|
{ lastModifiedDT | Last modified date in UTC format for fetching sensors |
|
{ EndDateTime | Current date in UTC format for fetching sensors |
|
{ tenantName | A tenant in SysTrack is your organization's isolated cloud workspace where all your SysTrack data, users, and configurations are managed. |
|
| Authenticate users using their username and password without any interactive login. |
|
