Skip to main content

tools.ozone.moderation.queryStatuses

#main

View moderation statuses of subjects (record or repo).

Parameters

PropertyTypeKnown ValuesRequiredDescription
subjectstring (uri)--
commentstring-Search subjects by keyword from comments
reportedAfterstring (datetime)-Search subjects reported after a given timestamp
reportedBeforestring (datetime)-Search subjects reported before a given timestamp
reviewedAfterstring (datetime)-Search subjects reviewed after a given timestamp
reviewedBeforestring (datetime)-Search subjects reviewed before a given timestamp
includeMutedboolean-By default, we don't include muted subjects in the results. Set this to true to include them.
onlyMutedboolean-When set to true, only muted subjects and reporters will be returned.
reviewStatestring-Specify when fetching subjects in a certain state
ignoreSubjectsarray of uri--
lastReviewedBystring (did)-Get all subject statuses that were reviewed by a specific moderator
sortFieldstring--
sortDirectionstring--
takendownboolean-Get subjects that were taken down
appealedboolean-Get subjects in unresolved appealed status
limitinteger--
tagsarray--
excludeTagsarray--
cursorstring--

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
cursorstring--
subjectStatusesarray of tools.ozone.moderation.defs#subjectStatusView--