"EmailFlowFolders"
Some tooltip text!
• 1 minute to read
• 1 minute to read
This provider name is implemented by the class
Archive of Email flow folders. Lists all email flow folders
Supported Entities
Name | Description |
---|---|
"emailflowfolder" | [emailflowfolder] |
Supported Columns
Name | Restriction | Description | OrderBy |
---|---|---|---|
getAllRows | bool | GetAll: Get all rows of archive - use with care, you may be fetching the whole database | |
getNoRows | bool | GetNone: Do not get any rows from the archive | |
hierarchyId | int | Hierarchy ID: Foreign key to hierarchy table | x |
hierarchyFullname | string | Hierarchy name: The full name/path from table hierarchy | x |
hierarchyName | string | Hierarchy name: The full name/path from table hierarchy | x |
hierarchyParentId | int | Hierarchy ID: Foreign key to hierarchy table | x |
hierarchyFullpathIds | None | Folder path IDs: An integer array of nodes leading to a hierarchy/folder item, in root => leaf order | |
thumbnail | None | Thumbnail |
Sample
GET /api/v1/archive/EmailFlowFolders?$select=hierarchyId,hierarchyName
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv
See also: