The ID of the file to be downloaded.
Kanbert (v1)
https://developers.kanbert.com/_bundle/openapi.json#/paths/~1files~1{id}~1download/get
- https://api.kanbert.int/api/v1/files/{id}/download
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.kanbert.int/api/v1/files/{id}/download' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
No contenthttps://developers.kanbert.com/_bundle/openapi.json#/paths/~1files~1{id}/get
- https://api.kanbert.int/api/v1/files/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.kanbert.int/api/v1/files/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "id": "string", "file_name": "string", "mime_type": "string", "size": 0, "entity_id": "string", "entity_type": "string", "created_at": "string" }