All URIs are relative to https://saapi.realgreen.com
| Method | HTTP request | Description |
|---|---|---|
| Invoke-RGSAAssemblyInfoGetAssemblyInfoGet | GET /AssemblyInfo/GetAssemblyInfo | Returns assembly info. |
AssemblyInfo Invoke-RGSAAssemblyInfoGetAssemblyInfoGet
[-ApiKey]
Returns assembly info.
$ApiKey = "MyApiKey" # String | API Key
# Returns assembly info.
try {
$Result = Invoke-RGSAAssemblyInfoGetAssemblyInfoGet -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAAssemblyInfoGetAssemblyInfoGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| ApiKey | String | API Key |
AssemblyInfo (PSCustomObject)
No authorization required
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]