Files REST Endpoints

Files
Delete a file from the staging area
Method: delete
Path: /epm/rest/v1/files/staging/{fileName}
Download a file from staging area
Method: get
Path: /epm/rest/v1/files/staging/{fileName}
Download a temporary file
Method: get
Path: /epm/rest/v1/files/temp/{fileId}
List files in the staging area
Method: get
Path: /epm/rest/v1/files/staging
Upload a file to the staging area
Method: post
Path: /epm/rest/v1/files/staging
Upload a temporary file
Method: post
Path: /epm/rest/v1/files/temp