Standard API

API สำหรับเรียกใช้ผ่าน REST API ได้

Center ได้มีการให้บริการ API สำหรับ File เพื่อให้ภายนอกเรียกใช้งานผ่าน REST API ได้

Method
URL
Description

Post

https://centerapp.io/FileService/upload

Upload file

Post

https://centerapp.io/FileService/createFolder

Create folder

Post

https://centerapp.io/FileService/rename

Rename

Post

https://centerapp.io/FileService/moveFileToTrash

Move file or folder to trash

Get

https://centerapp.io/FileService/getFiles?groupId=&offset=0&limitOfset=&parentFolderId={parent_folder_id}=

Get file or folder

Get

https://centerapp.io/FileService/getFiles?groupId={group_id}&parent_folder_id={parent_folder_id}&offset=0&limitOfset=30&parentFolderId={parentFolderId}

Get list file by group

Get

https://centerapp.io/FileService/downloadFile?fileId={fileId}

Get download file

Last updated

Was this helpful?