Skip to main content
GET
Get replies for a Note

Authorizations

Authorization
string
header
required

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

Path Parameters

noteId
integer<int32>
required

Note ID

Required range: 1 <= x <= 2147483647

Query Parameters

filter
string

Filter options

cursor
string

Cursor for the next or previous page

limit
integer<int32>
default:20

Number of items to include in the page

Required range: 0 <= x <= 100
totalCount
boolean
default:false

Include total count of the collection in the pagination response

Response

OK

Replies for a Note

data
(notes.UserReplyNote · object | notes.AiNotetakerReplyNote · object)[]
required

A page of Note Replies

Maximum array length: 100

A reply to a note created by a user

Example:
pagination
PaginationWithTotalCount · object
required