Action Type Folders
The information in this document is currently in BETA and subject to change.
Â
The Action Type Folders resource represents the pre defined folders for an action type.
Â
Resource Properties
Scope Parameter | actiontypefolders |
---|---|
Location | /actiontypefolders |
Methods | GET POST PUT DELETE |
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 document. | string | true | default | Â | Â |
actionType | The ActionType that the folder belongs to. | string | true | link | Â | Â |
parentFolder | The ActionTypeFolder that contains this folder. | string | false | link | Â | Â |
Â
Link Templates
Identifier | Resource | Location Template |
---|---|---|
actiontypefolders.actionType | actiontypes | /actiontypes/{actiontypefolders.actionType} |
actiontypefolders.parentFolder | actiontypefolders | /actiontypefolders/{actiontypefolders.parentFolder} |