본문으로 건너뛰기

ListResponse[str]

Paginated response containing str records. The required field is items.

itemsstring[]필수

List of resource items

next_cursor object

Cursor for next page

하나 이상(anyOf)
string
has_moreHas More (boolean)

Whether more pages exist

기본값: false
ListResponse[str]
{
"items": [
"string"
],
"next_cursor": "string",
"has_more": false
}