Skip to content

Comments Object ​



id
string
REQUIRED · 

The unique identifier for a comment

drive_item
object

The drive item the comment is associated with

id
string

The unique identifier for a drive item

name
string

The name of the drive item

type
string

The type of the drive item

All possible enum values:
  • file
  • folder
parent
object

The parent comment this comment is replying to

id
string

The unique identifier for a comment

body
object

The body of the comment

content
string

The content of the comment body

type
string

The type of content in the comment body

All possible enum values:
  • html
  • plaintext
anchor
object

The location or context within the drive item that the comment is associated with

description
string

The description of the anchor

position
string

The position or range in the drive item

version
object

The drive item version the anchor applies to

id
string

The unique identifier for a version

author
object

The author of the comment

id
string

The unique identifier for a user

name
string

The name of the user

emails
object[]

The emails of the user

email
string

The email address

type
string

The type of email address

is_primary
boolean

Whether the email address is primary

mentions
object[]

The users mentioned in the comment

id
string

The unique identifier for a user

name
string

The name of the user

emails
object[]

The emails of the user

email
string

The email address

type
string

The type of email address

is_primary
boolean

Whether the email address is primary

status
string

The status of the comment

created_at
string · date-time

The date and time the comment was created

updated_at
string · date-time

The date and time the comment was last updated

remote_data
object

Raw data returned from the remote API call.