Skip to main content

The Doc object

Create documents, store them in a place where your team and clients can easily find them, and keep everything organized.

Attributes

archived_at
nullable string
Time at which the doc was archived.
body
string
The body of the doc.
clients_can_edit
boolean
Whether clients can edit the document.
created_at
boolean
Time at which the doc was created.
id
string
Unique identifier for the doc.
title
string
Title of the doc.
updated_at
string
Time at which the doc was last updated.
visibility
enum
Visibility of the doc. One of private, internal, shared.
The Doc object
{
"archived_at": null,
"body": [
"The doc body"
],
"clients_can_edit": false,
"created_at": "2024-03-12T10:11:23+00:00",
"id": "doc_36e7eeabce00ecd1f5e9387a",
"title": "The doc title",
"updated_at": "2024-03-12T10:11:23+00:00",
"visibility": "internal"
}