メインコンテンツまでスキップ
Last updated on April 7, 2026

注釈:本資料はAI技術を用いて翻訳されています。

Reporting Service Events 0.1.0 documentation

Published Messages (autoModeration)

サービスは以下のメッセージのいずれかを発行します。

hideContent

Contains fields from event and the following payload.

Example value
{
"payload": {
"autoHideContent": {
"namespace": "string",
"userId": "string",
"contentId": "string"
}
},
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}

payload

NameTypeDescription
autoHideContentobject-
payload.autoHideContent
NameTypeDescription
namespacestring-
userIdstring-
contentIdstring-

Published Messages (report)

サービスは以下のメッセージのいずれかを発行します。

userReport

Contains fields from event and the following payload.

Example value
{
"payload": {
"Category": "string",
"Comment": "string",
"CreatedAt": "2019-08-24T14:15:22Z",
"ExtensionCategory": "string",
"ID": "string",
"Namespace": "string",
"ObjectID": "string",
"ObjectType": "string",
"Reason": "string",
"ReporterID": "string",
"TicketID": "string",
"UpdatedAt": "2019-08-24T14:15:22Z",
"UserID": "string"
},
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}

payload

NameTypeDescription
Categorystring-
Commentstring-
CreatedAtstring (date-time)-
ExtensionCategorystring-
IDstring-
Namespacestring-
ObjectIDstring-
ObjectTypestring-
Reasonstring-
ReporterIDstringReporterID is the userID who reported the content or clientID (format: client-{clientID}) who reported the content when client token is used.
TicketIDstring-
UpdatedAtstring (date-time)-
UserIDstring-

adminReport

Contains fields from event and the following payload.

Example value
{
"payload": {
"Category": "string",
"Comment": "string",
"CreatedAt": "2019-08-24T14:15:22Z",
"ExtensionCategory": "string",
"ID": "string",
"Namespace": "string",
"ObjectID": "string",
"ObjectType": "string",
"Reason": "string",
"ReporterID": "string",
"TicketID": "string",
"UpdatedAt": "2019-08-24T14:15:22Z",
"UserID": "string"
},
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}

payload

NameTypeDescription
Categorystring-
Commentstring-
CreatedAtstring (date-time)-
ExtensionCategorystring-
IDstring-
Namespacestring-
ObjectIDstring-
ObjectTypestring-
Reasonstring-
ReporterIDstringReporterID is the userID who reported the content or clientID (format: client-{clientID}) who reported the content when client token is used.
TicketIDstring-
UpdatedAtstring (date-time)-
UserIDstring-

Schemas

event

NameTypeDescription
idstring-
versioninteger-
namestring-
namespacestring-
parentNamespacestring-
timestampstring (date-time)-
clientIdstring-
userIdstring-
traceIdstring-
sessionIdstring-

reportContent

NameTypeDescription
Categorystring-
Commentstring-
CreatedAtstring (date-time)-
ExtensionCategorystring-
IDstring-
Namespacestring-
ObjectIDstring-
ObjectTypestring-
Reasonstring-
ReporterIDstringReporterID is the userID who reported the content or clientID (format: client-{clientID}) who reported the content when client token is used.
TicketIDstring-
UpdatedAtstring (date-time)-
UserIDstring-