Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.58 KB

File metadata and controls

50 lines (33 loc) · 1.58 KB

RealGreenSaPS.RealGreenSaPS\Api.RGSAAssemblyInfoApi

All URIs are relative to https://saapi.realgreen.com

Method HTTP request Description
Invoke-RGSAAssemblyInfoGetAssemblyInfoGet GET /AssemblyInfo/GetAssemblyInfo Returns assembly info.

Invoke-RGSAAssemblyInfoGetAssemblyInfoGet

AssemblyInfo Invoke-RGSAAssemblyInfoGetAssemblyInfoGet
        [-ApiKey]

Returns assembly info.

Example

$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))
}

Parameters

Name Type Description Notes
ApiKey String API Key

Return type

AssemblyInfo (PSCustomObject)

Authorization

No authorization required

HTTP request headers

  • 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]