REST API Method: POST /rest/actionconfig/{identifier}

Modifies an Action Configuration Table given a specific Table ID.

URL:

https://192.168.0.111/rest/actionconfig/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionYesNostringnone64 - Max Length Description for this entry in the action configuration table. Enter a name or phrase that will remind you of the functionality of this entry in the table.
ActionYesNoEnum0Possible values:
  • 0 - aiRouteCall
  • 1 - aiSendAlert
  • 2 - aiSendConnect
  • 3 - aiReleaseCall
  • 4 - aiDetectCNG
  • 5 - aiRouteCallAndWaitForConnectTimer
  • 6 - aiGenericTimer
  • 7 - aiInvokeActionSet
Sets action, can be any one of the listed values. The action tells the call routing function the next step to take when setting up a call.

Action value 4 (aiDetectCNG) is not valid for the SWe Lite system.

ActionParameter1YesNostringnone64 - Max Length Varies based on the configured ActionInstruction. Specifies the first parameter for the action.
ActionParameter2YesNostringnone64 - Max Length Varies based on the configured ActionInstruction. Specifies the second parameter for the action.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels