GET /sonolus/{type}/{itemName}/community/comments/list
/sonolus/{type}/{itemName}/community/comments/list provides comments information of item of name {itemName}, and is used by Sonolus app to populate server item details view's community section's comment list.
GET /sonolus/{type}/{itemName}/community/comments/list
/sonolus/{type}/{itemName}/community/comments/list
provides comments information of item of name{itemName}
, and is used by Sonolus app to populate server item details view's community section's comment list.URL Parameters
type
string
posts
,playlists
,levels
,skins
,backgrounds
,effects
,particles
,engines
, orreplays
.itemName
string
Query Parameters
localization
string
localization
.any
page
number
page
.cursor
string
cursor
.Request Headers
Sonolus-Session
string
Sonolus-Session
.Request Body
None.
Response Code
200 OK
401 Unauthorized
404 Not Found
Response Headers
Sonolus-Version
string
Sonolus-Version
.Response Body
pageCount
If negative value is used, the list uses cursor pagination.
cursor
Only has effect under cursor pagination. If present, next page is available and will be requested with the cursor value.
comments
It is recommended to keep each page short by showing only 10 comments.
Examples