/sonolus/{type}/{itemName}/community/info
provides community information of item of name {itemName}
, and is used by Sonolus app to populate server item details view's community section.
URL Parameters
URL Parameter | Value | Description |
---|
type | string | posts , playlists , levels , skins , backgrounds , effects , particles , engines , or replays . |
itemName | string | Name of item. |
Query Parameters
Request Body
None.
Response Code
Code | Description |
---|
200 OK | |
401 Unauthorized | Authentication required or expired. |
404 Not Found | |
Response Body
type ServerItemCommunityInfo = {
actions: ServerForm[]
topComments: ServerItemCommunityComment[]
}
Examples
{
"actions": [
],
"topComments": [
]
}