Skip to content

Kanbert (v1)

Download OpenAPI description
Languages
Servers
https://api.kanbert.int/api/v1/

Schemas

Schemas

Clients

Operations

CustomFields

Operations

Efforts

Operations

File

Operations

Downloads file

https://developers.kanbert.com/_bundle/openapi.json#/paths/~1files~1{id}~1download/get

Request

Security
http
Path
idintegerrequired

The ID of the file to be downloaded.

curl -i -X GET \
  'https://api.kanbert.int/api/v1/files/{id}/download' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Headers
Content-Dispositionstringrequired
Example: "attachment"
Bodyapplication/octet-stream
string(binary)
Response
No content

Show file data

https://developers.kanbert.com/_bundle/openapi.json#/paths/~1files~1{id}/get

Request

Security
http
Path
idintegerrequired

The ID of the file to be retrieved.

curl -i -X GET \
  'https://api.kanbert.int/api/v1/files/{id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

FileData

Bodyapplication/json
idstringrequired
file_namestringrequired
mime_typestringrequired
sizeintegerrequired

File size in bytes

entity_idstringrequired

ID of the entity that the file belongs to

entity_typestringrequired

Type of the entity that the file belongs to

created_atstringrequired
Response
application/json
{ "id": "string", "file_name": "string", "mime_type": "string", "size": 0, "entity_id": "string", "entity_type": "string", "created_at": "string" }

Projects

Operations

Tasks

Operations

Usergroups

Operations

Users

Operations