/
BU
bundle
/
bundle.social API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
analytics
7
app
1
comment
11
get
Get comment list
post
Create comment
get
Get comment
delete
Delete comment
patch
Update comment
get
Get comment import by ID
get
Get comment import list
post
Start a new comment import for a post
get
Get fetched comments for a post
post
Retry comment
post
Run an action on a fetched comment
misc
84
organization
6
post
9
postCSV
5
postImport
6
socialAccount
11
team
5
upload
8
comment
Delete comment
delete
/api/v1/comment/{id}
Path parameters
id
string
required
Response
200
object
required
id
string
required
teamId
string
required
organizationId
string
nullable
internalPostId
string
nullable
importedPostId
string
nullable
internalParentCommentId
string
nullable
fetchedParentCommentId
string
nullable
title
string
required
postDate
string
date-time
nullable
required
postedDate
string
date-time
nullable
status
'DRAFT'
|
'SCHEDULED'
|
'POSTED'
|
'ERROR'
|
'DELETED'
|
'PROCESSING'
|
'RETRYING'
required
data
object
required
error
string
nullable
errors
object
nullable
errorsVerbose
object
nullable
externalData
object
nullable
createdAt
string
date-time
nullable
required
updatedAt
string
date-time
nullable
required
deletedAt
string
date-time
nullable
Changes