adminListReviews
#List reviews with admin filters.
# Authorization
Requires TenantAdmin or PlatformAdmin role.
# Filters
- targetAccountId: Filter reviews written ABOUT this account
- targetRole: Filter by target's role (Driver, Merchant, Customer)
- targetType: Filter by target type
- app: Filter by app context
- flaggedOnly: Show only flagged reviews
- published: Filter by published status
- minScore / maxScore: Score range filter
- fromDate / toDate: Date range filter
Arguments
- input!
Default
{ "targetId": null, "targetRole": null, "targetType": null, "app": null, "moderationStatus": null, "minScore": null, "maxScore": null, "fromDate": null, "toDate": null, "pagination": { "limit": 10, "page": 1, "after": null } }