We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c349df1 commit 992e05eCopy full SHA for 992e05e
1 file changed
services/libs/tinybird/pipes/projects_list.pipe
@@ -7,7 +7,7 @@ DESCRIPTION >
7
- Parameters:
8
- `search`: Optional string for searching projects (inherited from `insightsProjects_filtered`)
9
- `count`: Optional boolean, when true returns project count instead of project data
10
- - `orderByField`: Optional string specifying sort field, defaults to 'name'. Available fields: 'id', 'name', 'slug', 'description', 'segmentId', 'createdAt', 'updatedAt', 'logoUrl', 'organizationId', 'website', 'github', 'linkedin', 'twitter', 'enabled', 'isLF'
+ - `orderByField`: Optional string specifying sort field, defaults to 'name'. Available fields: 'id', 'name', 'slug', 'description', 'logo', 'repositories', 'isLF', 'widgets', 'keywords', 'website', 'github', 'linkedin', 'twitter', 'score', 'rank', 'softwareValue', 'organizationCount', 'contributorCount', 'connectedPlatforms', 'firstCommit', 'repoData', 'healthScore'
11
- `orderByDirection`: Optional string ('asc' or 'desc'), defaults to 'asc'
12
- `pageSize`: Optional integer for result limit, defaults to 10
13
- `page`: Optional integer for pagination offset calculation, defaults to 0
0 commit comments