Skip to main content

Systrack API Endpoints

Updated today

Base URLs:

  • Sandbox/Test: https://cloud.lakesidesoftware.com/api

  • Production/Live: Supplied by the client.

Table of Contents

Customer Endpoints

Get a Customer: (GET)

{BaseURL}/users?includeADinfo=true

Get Specific Customer User Account: (GET)

{BaseURL}/users/{id}/systems

Get Sensor Actions: (GET)

{BaseURL}/sensoractions

Get All Customers: (GET)

{BaseURL}/users

Message 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=true

Get Specific Sensors: (GET)

{BaseURL}/sensors?startTime={lastModifiedDT}&endTime={EndDateTime}

Update Message: (POST)

{BaseURL}/tools/autofix/run

Authentication/OAuth Endpoints

Get Access Token: (POST)

https://{tenantName}.b2clogin.com/{tenantName}.onmicrosoft.com/{ropcFlow}/oauth2/v2.0/token

Common Query Parameters

Parameter

Description

Example

{id}

Unique identifier for the entity

12345

{SystemId }

Retrieves a sensors by Systrack system ID.

12

{ lastModifiedDT}

Last modified date in UTC format for fetching sensors

2025-11-07T10:00:00.0000000Z

{ EndDateTime}

Current date in UTC format for fetching sensors

2025-11-07T10:00:00.0000000Z

{ tenantName}

A tenant in SysTrack is your organization's isolated cloud workspace where all your SysTrack data, users, and configurations are managed.

systrackcegl

{ ropcFlow}

Authenticate users using their username and password without any interactive login.

b2c_1_ropc_auth

Did this answer your question?