Action Folders
The information in this document is currently in BETA and subject to change.
Â
The Action Folder resource represents document folders for an action.
Â
Resource Properties
Scope Parameter | actionfolders |
---|---|
Location | /actionfolders |
Methods | GET |
Default Page Size | 50 |
Max Page Size | 200 |
Default Includes | None |
Â
Resource Attributes
Field | Description | Format | Required | Field Type | Restrictions | Notes |
---|---|---|---|---|---|---|
name | The name of the folder. | string | true | default | Â | Â |
action | The Action the folder belongs to. | string | true | link | Â | Â |
parentFolder | The parent ActionFolder. | string | false | link | Â | Â |
Â
Link Templates
Identifier | Resource | Location Template |
---|---|---|
actionfolders.action | actions | /actions/{actionfolders.action} |
actionfolders.parentFolder | actionfolders | /actionfolders/{actionfolders.parentFolder} |