このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"limit": 10,
"sinceId": "string",
"untilId": "string",
"publishing": null
}curl --location 'https://misskey.io/api/admin/ad/list' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10,
"sinceId": "string",
"untilId": "string",
"publishing": null
}'[
{
"id": "xxxxxxxxxx",
"expiresAt": "2019-08-24T14:15:22.123Z",
"startsAt": "2019-08-24T14:15:22.123Z",
"place": "string",
"priority": "string",
"ratio": 0,
"url": "string",
"imageUrl": "string",
"memo": "string",
"dayOfWeek": 0
}
]