URLs
GET api/v1/cfs/{fileStore}/{filepath}/{filename}
SHOW a CFS file
GET api/v1/cfs/resized/{width}x{height}/{fileStore}/{filepath}/{filename}
SHOW a resized CFS image
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
FileStore |
string |
File Store |
是 |
||
FilePath |
string |
File Path |
是 |
||
Filename |
string |
Filename |
是 |
||
Width |
int? |
Used when requesting a resized image |
否 |
||
Height |
int? |
Used when requesting a resized image |
否 |