Files REST Endpoints
Files
- Delete a file from the staging area
- Method: deletePath:
/epm/rest/v1/files/staging/{fileName} - Download a file from staging area
- Method: getPath:
/epm/rest/v1/files/staging/{fileName} - Download a temporary file
- Method: getPath:
/epm/rest/v1/files/temp/{fileId} - List files in the staging area
- Method: getPath:
/epm/rest/v1/files/staging - Upload a file to the staging area
- Method: postPath:
/epm/rest/v1/files/staging - Upload a temporary file
- Method: postPath:
/epm/rest/v1/files/temp