Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1 KB

InfoApi.md

File metadata and controls

55 lines (35 loc) · 1 KB

Connectwise::InfoApi

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

system_info_get

Info system_info_get

Get Infos

Example

# 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

Parameters

This endpoint does not need any parameter.

Return type

Info

Authorization

BasicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json