Replies

Get replies by ids

get

⚠️ Warning: This is a beta endpoint. It is not guaranteed to be stable and may change or break without notice.

Query parameters
idsinteger[]Required
Responses
chevron-right
200

Successful response

application/json
Other propertiesany ofOptional
or
nullOptional
get
/replies/by-id

Get replies for a specific activity or another reply

get

⚠️ Warning: This is a beta endpoint. It is not guaranteed to be stable and may change or break without notice.

Path parameters
contractTypestring · enumRequiredPossible values:
parentIdinteger · max: 2147483647Required
Query parameters
excludeUnverifiedbooleanOptional
orderBystring · enumOptionalDefault: createdAtPossible values:
orderDirectionstring · enumOptionalDefault: descPossible values:
limitinteger · min: -9007199254740991 · max: 500OptionalDefault: 50
offsetnumberOptionalDefault: 0
Responses
chevron-right
200

Successful response

application/json
totalnumberRequired
limitnumberRequired
offsetnumberRequired
get
/replies/{contractType}/{parentId}
get

Returns the ancestor reply IDs needed to deep link to a specific reply.

Path parameters
replyIdinteger · max: 2147483647Required
Responses
chevron-right
200

Successful response

application/json
ancestorIdsnumber[]Required
get
/replies/{replyId}/deep-link-info

Get the position of a reply in a paginated list

get

Returns the 0-based offset of a reply within its parent reply list, given sort parameters. Used for deep-linking to navigate to the correct page.

Path parameters
replyIdinteger · max: 2147483647Required
Query parameters
contractTypestring · enumRequiredPossible values:
excludeUnverifiedbooleanOptional
orderBystring · enumOptionalDefault: createdAtPossible values:
orderDirectionstring · enumOptionalDefault: descPossible values:
parentIdinteger · max: 2147483647Required
Responses
chevron-right
200

Successful response

application/json
offsetinteger · max: 9007199254740991Required
get
/replies/{replyId}/offset

Pin or unpin a reply

put

Pin or unpin a reply on slash activity. Only the slasher and defender can pin their own replies. Only one top-level reply can be pinned at a time — pinning a new reply will automatically unpin any previously pinned reply for the same activity.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
replyIdinteger · min: -9007199254740991 · max: 9007199254740991Required
Body
pinnedbooleanRequired
Responses
chevron-right
200

Successful response

application/json
okbooleanRequired
unpinnedRepliesinteger[]Required
put
/replies/{replyId}/pin

Last updated