API request action codes
Original Question or Issue:
I was looking for a dictionary of the Action Codes in the documentation.
Environment:
- Product - FileCloud Server
- Version - 23.242
- Platform - Any
Steps to Reproduce:
- Create an API request using the request /core/getshareactivityforshare
- An action code will be returned as follows:
<actioncode>1</actioncode>
Error or Log Message:
Defect or Enhancement Number:
Cause:
Resolution or Workaround:
The following is a list of our action codes.
ADD_FILE = 1;
ADD_FOLDER = 2;
DELETE_FILE = 3;
DELETE_FOLDER = 4;
UPDATE_FILE = 5;
DOWNLOAD_FILE = 6;
ADD_PUBLIC_SHARE = 7;
ADD_PRIVATE_SHARE = 8;
REMOVE_SHARE = 9;
RENAME = 10;
ADD_LOCK = 11;
REMOVE_LOCK = 12;
VIEW_FILE = 13;
SEND_SHARETO_EMAIL = 14;
ADD_METADATA_SET = 15;
REMOVE_METADATA_SET = 16;
SAVE_ATTRIBUTE_VALUES = 17;
MOVE = 20;
Notes: