nodes v1
Get Node Type Actions
Get Node Type Actions based on user permissions.
get/v1/nodes/{nodeid}/actions
Path parameters
The id of the node
Response
The actions to be returned
Example response
{
"canOverview": true,
"canAddTag": true,
"canAddVersion": false,
"canCheckout": false,
"canComment": false,
"canCopy": false,
"canShortcut": true,
"canDownload": true,
"canEdit": false,
"canEditMetaTags": true,
"canFavourite": true,
"canMove": true,
"canOpenInFolder": true,
"canPermissions": true,
"canPublish": false,
"canGoToPublish": false,
"canPublishedLocation": false,
"canStartProcess": false,
"canRemoveFromBasket": false,
"canRename": true,
"canSplitView": false,
"canView": false,
"canDelete": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.