All URIs are relative to https://saapi.realgreen.com
| Method | HTTP request | Description |
|---|---|---|
| Invoke-RGSACallAheadAvailableAvailableGet | GET /CallAhead/Available/{available} | Returns a list of call ahead reasons that are, or are not, available based on the provided value. |
| Invoke-RGSACallAheadCallAheadDescriptionCallDescGet | GET /CallAhead/CallAheadDescription/{call_desc} | Returns a single call ahead record that corresponds to the provided description. |
| Invoke-RGSACallAheadGet | GET /CallAhead | Returns all call ahead parameters in the database. |
| Invoke-RGSACallAheadHighlightHighlightGet | GET /CallAhead/Highlight/{highlight} | Returns a list of call ahead reasons that are, or are not, highlighted based on the provided value. |
| Invoke-RGSACallAheadIdGet | GET /CallAhead/{id} | Returns a single call ahead record that corresponds to the provided ID. |
| Invoke-RGSACallAheadNotificationTypeNotifytypeGet | GET /CallAhead/NotificationType/{notifytype} | Returns a list of call ahead reasons that have the provided notification type. |
| Invoke-RGSACallAheadRenewableRenewableGet | GET /CallAhead/Renewable/{renewable} | Returns a list of all call ahead reasons that are, or are not, renewable based on the provided value. |
CallAhead[] Invoke-RGSACallAheadAvailableAvailableGet
[-Available]
[-ApiKey]
Returns a list of call ahead reasons that are, or are not, available based on the provided value.
$Available = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
# Returns a list of call ahead reasons that are, or are not, available based on the provided value.
try {
$Result = Invoke-RGSACallAheadAvailableAvailableGet -Available $Available -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSACallAheadAvailableAvailableGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Available | Boolean | ||
| ApiKey | String | API Key |
CallAhead[] (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]
CallAhead Invoke-RGSACallAheadCallAheadDescriptionCallDescGet
[-CallDesc]
[-ApiKey]
Returns a single call ahead record that corresponds to the provided description.
$CallDesc = "MyCallDesc" # String |
$ApiKey = "MyApiKey" # String | API Key
# Returns a single call ahead record that corresponds to the provided description.
try {
$Result = Invoke-RGSACallAheadCallAheadDescriptionCallDescGet -CallDesc $CallDesc -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSACallAheadCallAheadDescriptionCallDescGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| CallDesc | String | ||
| ApiKey | String | API Key |
CallAhead (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]
CallAhead[] Invoke-RGSACallAheadGet
[-ApiKey]
Returns all call ahead parameters in the database.
$ApiKey = "MyApiKey" # String | API Key
# Returns all call ahead parameters in the database.
try {
$Result = Invoke-RGSACallAheadGet -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSACallAheadGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| ApiKey | String | API Key |
CallAhead[] (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]
CallAhead[] Invoke-RGSACallAheadHighlightHighlightGet
[-Highlight]
[-ApiKey]
Returns a list of call ahead reasons that are, or are not, highlighted based on the provided value.
$Highlight = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
# Returns a list of call ahead reasons that are, or are not, highlighted based on the provided value.
try {
$Result = Invoke-RGSACallAheadHighlightHighlightGet -Highlight $Highlight -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSACallAheadHighlightHighlightGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Highlight | Boolean | ||
| ApiKey | String | API Key |
CallAhead[] (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]
CallAhead Invoke-RGSACallAheadIdGet
[-Id]
[-ApiKey]
Returns a single call ahead record that corresponds to the provided ID.
$Id = 56 # Int32 |
$ApiKey = "MyApiKey" # String | API Key
# Returns a single call ahead record that corresponds to the provided ID.
try {
$Result = Invoke-RGSACallAheadIdGet -Id $Id -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSACallAheadIdGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int32 | ||
| ApiKey | String | API Key |
CallAhead (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]
CallAhead[] Invoke-RGSACallAheadNotificationTypeNotifytypeGet
[-Notifytype]
[-ApiKey]
Returns a list of call ahead reasons that have the provided notification type.
$Notifytype = "MyNotifytype" # String |
$ApiKey = "MyApiKey" # String | API Key
# Returns a list of call ahead reasons that have the provided notification type.
try {
$Result = Invoke-RGSACallAheadNotificationTypeNotifytypeGet -Notifytype $Notifytype -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSACallAheadNotificationTypeNotifytypeGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Notifytype | String | ||
| ApiKey | String | API Key |
CallAhead[] (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]
CallAhead[] Invoke-RGSACallAheadRenewableRenewableGet
[-Renewable]
[-ApiKey]
Returns a list of all call ahead reasons that are, or are not, renewable based on the provided value.
$Renewable = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
# Returns a list of all call ahead reasons that are, or are not, renewable based on the provided value.
try {
$Result = Invoke-RGSACallAheadRenewableRenewableGet -Renewable $Renewable -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSACallAheadRenewableRenewableGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Renewable | Boolean | ||
| ApiKey | String | API Key |
CallAhead[] (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]