Expand description
Profile listing and retrieval handlers
Structs§
- List
Profiles Query - Profile
With Status - Profile with relationship status (for GET /api/profiles/:idTag)
Functions§
- get_
profile_ by_ id_ tag - GET /profile/:idTag - Get specific profile’s local relationship state Returns the locally cached relationship data (connected, following, status) Returns empty/null if the profile is not known locally
- list_
profiles - GET /profile - List all profiles or search profiles Query parameters: type: Optional filter by profile type (“person” or “community”) search: Optional search term to filter profiles by id_tag or name limit: Results per page (default 20, max 100) offset: Pagination offset (default 0)