Returns a paginated list of teams with public profiles, filterable by search query and tags.
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
"" (no filter).ProfileTags. Default: "" (no filter).1._shape=Records.Id,Records.Name,Records.ProfileSummary125 · Maximum: 100ApiListResult<Team> envelope (see API Overview for pagination fields). The Records array contains team objects with the same shape as GET /api/public/teams/my. See that endpoint for the full field breakdown.
| Field | Type | Description |
|---|---|---|
Id | number | Unique numeric identifier for the team |
Name | string | Team display name |
ProfileSummary | string | Short team bio |
ProfileIsPublic | boolean | Whether the profile is publicly visible |
ProfileWebsite | string | Team website URL |
HasTeamLogo | boolean | Whether the team has a logo image |
TeamMembersCount | number | Number of team members |
BusinessName | string | Location display name |
Twitter | string | Twitter handle/URL |
Linkedin | string | LinkedIn URL |
Github | string | GitHub URL |
Instagram | string | Instagram URL |
| Context | Source file |
|---|---|
Community directory (/community/directory) | src/views/community/directory/components/useDirectoryData.ts |
| Method | Endpoint | Description |
|---|---|---|
GET | /api/public/teams/published/{teamId} | Full profile of a single published team |
GET | /api/public/teams/directory/meta | Directory metadata (tags, config) |
GET | /api/public/teams/my | List the customer’s own teams |