Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/get-recent-activity-data-for-a-user.ParamsDetails.json
2026-07-28 21:39:01 +07:00

30 lines
683 B
JSON

{
"parameters": [
{
"description": "The id of the user",
"in": "path",
"name": "user_id",
"required": true,
"schema": { "type": "integer" }
},
{
"content": {
"application/json": {
"schema": {
"properties": {
"actions": { "items": { "type": "string" }, "type": "array" },
"distinct": { "type": "boolean" },
"page": { "type": "number" },
"page_size": { "type": "number" }
},
"type": "object",
"title": "get_recent_activity_schema"
}
}
},
"in": "query",
"name": "q"
}
]
}