AbuseReport

AbuseReport Service

REST endpoint related to Abuse Reports within a Jive instance. Refer to Content Service for endpoints related to creating and viewing abuse reports. Refer to Moderation Service for endpoints related to moderating abuse reports.

The Abuse Report Entity contains examples on how to use these endpoints.

Since: 3.12

Get Abuse Report

GET /abuseReports/{id}
Gets the specified abuse report.
Path Parameters:
NameTypeRequiredDescription
idStringtrueUnique identifier for the abuse report
Query Parameters:
NameTypeRequiredDescription
fieldsStringfalseFields to be returned
Retrieves:
  • AbuseReport containing the abuse report
  • Since: 3.12