Actions & Endpoints
Introduction
The Kaseya BMS Integration with Rewst delivers a robust set of actions and endpoints for interacting with Kaseya BMS. Below is a summary of each section, highlighting the diverse capabilities and opportunities provided through the Kaseya BMS Integration:
Actions
Accounts
List Accounts
GET
api.<example>.kaseya.com/crm/accounts/summary
Description coming soon...
Get Account by ID
GET
api.<example>.kaseya.com/crm/accounts/summary/{accountId}
Description coming soon...
List Locations by Account
GET
api.<example>.kaseya.com/crm/accounts/{accountId}/locations/lookup
Description coming soon...
Contacts
List Contact Types
GET
api.<example>.kaseya.com/system/lookup/ContactType
Description coming soon...
List Contacts
GET
api.<example>.kaseya.com/crm/accounts/summary
Description coming soon...
Generic Request
Kaseya BMS API Request
POST
api.<example>.kaseya.com/<url_path>
Generic action for making authenticated requests against the Kaseya BMS API
Lookups
Get System Lookup Table Content
GET
api.<example>.kaseya.com/system/lookup/{tableName}
Description coming soon...
Get Tenant Lookup Table Content
GET
api.<example>.kaseya.com/system/tenantlookup/{tableName}
Description coming soon...
Service
List Queues
GET
api.<example>.kaseya.com/system/queues/lookup
Description coming soon...
List Priorities
GET
api.<example>.kaseya.com/system/priorities/lookup
Description coming soon...
List Tickets
POST
api.<example>.kaseya.com/servicedesk/tickets/search
Description coming soon...
Get Ticket by ID
GET
api.<example>.kaseya.comservicedesk/tickets/{ticketId}
Description coming soon...
Create Ticket
POST
api.<example>.kaseya.com/servicedesk/tickets
Description coming soon...
Create Ticket Note
POST
api.<example>.kaseya.com/servicedesk/tickets/{ticketId}/notes
Description coming soon...
Create Ticket Time Entry
POST
api.<example>.kaseya.com/servicedesk/tickets/{ticketId}/timelogs
Description coming soon...
Update Ticket
PATCH
api.<example>.kaseya.com/servicedesk/tickets/{ticketId}
Description coming soon...
Statuses
List Statuses
GET
api.<example>.kaseya.com/system/statuses/lookup
Description coming soon...
Users
List Work Types
GET
api.<example>.kaseya.com/system/worktypes/lookup
Description coming soon...
List Roles
GET
api.<example>.kaseya.com/system/roles/lookup
Description coming soon...
List Users
GET
api.<example>.kaseya.com/hr/assignees/lookup
Description coming soon...
Last updated