Skip to main content

Module list

Module list 

Source
Expand description

Profile listing and retrieval handlers

Structs§

ListProfilesQuery
ProfileWithStatus
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)