Skip to main content
GET
Retrieve all documents by workspace URL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

project
string
required

Workspace url

Response

Get all documents

id
string

Document ID

Example:

"1110580a82031111aaa01111"

name
string

Document name

Example:

"example.pptx"

description
string

Document description

Example:

"This is an example"

file
string

File name

Example:

"Example PPTX"

size
integer

File size in bytes

Example:

38705381

type
string

File type

Example:

".pptx"

createdAt
string<date-time>

Creation date

Example:

"2024-07-16T10:48:18.541Z"

updatedAt
string<date-time>

Last update date

Example:

"2024-07-16T10:48:18.541Z"

projectId
string

Project ID

Example:

"1110580a82031111aaa01111"

_count
object
createdBy
object
views
object[]