All URIs are relative to https://api-na.myconnectwise.net/v4_6_release/apis/3.0
Method | HTTP request | Description |
---|---|---|
system_info_get | GET /system/info |
Info system_info_get
Get Infos
# load the gem
require 'connectwise-ruby-sdk'
# setup authorization
ConnectWise.configure do |config|
# Configure HTTP basic authorization: BasicAuth
config.username = 'YOUR USERNAME'
config.password = 'YOUR PASSWORD'
end
api_instance = ConnectWise::InfoApi.new
begin
result = api_instance.system_info_get
p result
rescue ConnectWise::ApiError => e
puts "Exception when calling InfoApi->system_info_get: #{e}"
end
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json