Get File
Get a configuration file.
Required token: Configuration Read Access
or Configuration Write Access
.
Parameters
Parameter | Description |
---|---|
Path | The path to the file. Can be obtained via the List Files action. |
Example Output
{
"status": "success",
"path": "/bar",
"version": v1,
"createDate": 12345672134,
"modDate": 13243534532,
"content": "Example content ..."
}
Workflow Library Example
Get File with Dataset and Send Results Via Email
Preview this Workflow on desktop