削除記録一覧
GET
/api/v1/deletion
削除された楽曲の記録を取得する。フィルタパラメータで絞り込み可能。
Parameters
Query Parameters
reason
削除理由でフィルタ
Type
string
Valid values
"spam""no_vocaloid""copyright""illegal""user_request""other"from_date
開始日 (ISO 8601)
Type
string
Format
"date"to_date
終了日 (ISO 8601)
Type
string
Format
"date"Responses
削除記録一覧
application/json
JSON
{
"success": true,
"data": {
"deletions": [
]
}
}
GET
/api/v1/deletion