このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"limit": 10,
"sinceId": "string",
"untilId": "string",
"folderId": null
}curl --location 'https://misskey.io/api/drive/folders' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10,
"sinceId": "string",
"untilId": "string",
"folderId": null
}'[
{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"name": "string",
"parentId": "xxxxxxxxxx",
"foldersCount": 0,
"filesCount": 0,
"parent": {}
}
]