Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.replyke.com/llms.txt

Use this file to discover all available pages before exploring further.

A follow record represents a directional relationship where one user follows another. Follows are one-way — unlike connections, following someone does not require the other person to accept.

Properties

PropertyTypeDescription
idstringUnique follow identifier (UUID).
projectIdstringThe project this follow relationship belongs to.
followerIdstringThe ID of the user who is doing the following.
followedIdstringThe ID of the user being followed.
createdAtDateWhen the follow was created.

See Also