Faceup
faceupFaceUp is an anonymous reporting tool designed for companies and schools, enabling employees and students to safely report issues and misconduct.
Acciones disponibles (1)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
FaceUp GraphQL Statistics QueryFACEUP_FACEUP_GRAPHQL_STATISTICS_QUERYAcciónTool to execute a graphql query to retrieve faceup statistics. use when you need to fetch or filter metrics (e.g., by date range or school ids).
FACEUP_FACEUP_GRAPHQL_STATISTICS_QUERYAcciónTool to execute a graphql query to retrieve faceup statistics. use when you need to fetch or filter metrics (e.g., by date range or school ids).
Parámetros de entrada
querystringObligatorioThe GraphQL query string to execute against the FaceUp statistics endpoint. Example: 'query statistics($from: String!, $to: String!, $schoolIds: [UUID!]!) { statistics(from: $from, to: $to, schoolIds: $schoolIds) { numberOfReports avgResponseTime } }'
variablesobjectOptional mapping of variables for the GraphQL query, matching any declared query variables. E.g., {'from': '2024-01-01', 'to': '2024-06-30', 'schoolIds': ['uuid-1', 'uuid-2']}
Parámetros de salida
dataobjectThe 'data' object returned by the GraphQL API, containing requested statistics.
errorstringError if any occurred during the execution of the action
errorsobject[]Any errors returned by the GraphQL API.
successfulbooleanObligatorioWhether or not the action execution was successful or not