Get User Feedback
Get user's submitted feedback
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
userIdstring
Must be a valid user ID.
Query Parameters
contentId?boolean
Filter for users' previously submitted feedback, e.g., a groupId, userId, avatarId, etc.
n?integer
The number of objects to return.
Default
60Range
1 <= value <= 100offset?integer
A zero-based offset from the default object sorting from where search results start.
Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/users/string/feedback?contentId=true&n=60&offset=0"[
{
"commenterId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"commenterName": "string",
"contentAuthorId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"contentAuthorName": "string",
"contentId": "string",
"contentName": "string",
"contentType": "string",
"contentVersion": 0,
"description": "string",
"id": "feedback_8cffb23a-f961-444e-b496-0196d1c90adb",
"reason": "string",
"tags": [
"string"
],
"type": "string"
}
]{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}