Skip to content

Service Requests

from sysaid import SysAid

host = "..."
username = "..."
password = "..."

s = SysAid(host, username, password)

Get all service requests in SysAid

s.get_all_service_requests()

Last modified on: 2024-05-16 14:17:25