TTWrite API: Fetch Following Users
Endpoint URL
//ttwrite.4up.eu/mobile_api/fetch_following
Description
This API retrieves the list of users that the authenticated user is following on the TTWrite platform.
Parameters
Field | Value | Remarks |
---|---|---|
user_id | integer | The unique identifier of the user whose following list is being fetched. |
limit | integer | Optional. The number of results to return per request. Default is 20. |
offset | integer | Optional. The starting point for the results. Used for pagination. |
Example Usage
httpCopy codeGET //ttwrite.4up.eu/mobile_api/fetch_following?user_id=123&limit=10&offset=0
Notes
- Authentication is required to access this API.
- Ensure that the
user_id
parameter is valid and corresponds to an existing user on the platform. - Pagination parameters (
limit
andoffset
) are optional but recommended for managing large result sets.
admin December 9, 2024 API authentication required, API for user connections, API pagination parameters, fetch following API, fetch following endpoint, fetch following endpoint TTWrite, fetch following example, fetch following parameters, fetch user following list, following API documentation, following list API, get following users API, mobile API for TTWrite, TTWrite API endpoint, TTWrite API parameters, TTWrite mobile API, TTWrite user relationships, user following list retrieval, user following pagination, user relationship API API, Social Media, TTWrite Comments Off on TTWrite API: Fetch Following Users