Get report from ID
GET /report/{id}
GET
/report/{id}
Authorizations
Parameters
Path Parameters
id
required
string
[ "RRSSTTUU"]
The ID of the report
Responses
200
Expected response to a valid request
object
report_type
required
The type of the report being sent
string
copyright
item_id
required
The ID of the item (project, version, or user) being reported
string
EEFFGGHH
item_type
required
The type of the item being reported
string
project
body
required
The extended explanation of the report
string
This is a reupload of my mod, AABBCCDD!
id
The ID of the report
string
VVWWXXYY
reporter
required
The ID of the user who reported the item
string
UUVVWWXX
created
required
The time at which the report was created
string format: ISO-8601
closed
required
Whether the report is resolved
boolean
thread_id
required
The ID of the moderation thread associated with this report
string
TTUUVVWW
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
unauthorized
description
required
The contents of the error
string
Authentication Error: Invalid Authentication Credentials
404
The requested item(s) were not found or no authorization to access the requested item(s)