Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Page Tree
rootResource - actionsettable

Modifies an Action Set Table given a specific Table ID.

URL:

https://134.56.227.163/rest/actionsettable/{identifier}

HTTP Method

POST

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionNoNostringnone64 - Max LengthDescribes the Action Set Table.
SequenceNoNostringnone2000 - Max LengthSpecifies a sequence of Action Set Entries provided as a comma-separated string of the entry IDs.
SequenceSupportedNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables the sequencing of entries in the Action Set Entry Table.

Tip
titleHelpful Tip

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

Usage Example: (about cURL | requires a session token)

Code Block
languagebash
 curl --cookie PHPSESSID=ubrf54p10a2rbb6da1nk2b8sh2 --cacert 1kCAcert.pem  -i  https://134.56.227.163/rest/actionsettable/1


Response:

Code Block
languagehtml/xml
<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
</status>
 <actionsettable id="1" href="https://134.56.227.163/rest/actionsettable/1">
  <Description>Action Set Table 1</Description>
  <Sequence>1</Sequence>
  <SequenceSupported>1</SequenceSupported>
 </actionsettable>
</root>