TTWrite API: Search People

Endpoint URL

//ttwrite.4up.eu/mobile_api/search_people

Description

This API allows users to search for people on the TTWrite platform by name or username, facilitating user discovery.

Parameters

FieldValueRemarks
querystringThe search term, such as a name or username, for finding people.
limitintegerOptional. The number of results to return. Default is 20.
offsetintegerOptional. Pagination starting point for the results.

Example Usage

codeGET //ttwrite.4up.eu/mobile_api/search_people?query=JohnDoe&limit=10&offset=0

Notes

  • Authentication is required to access this API.
  • The query parameter is mandatory and is used to filter users based on their names or usernames.
  • Use the limit and offset parameters to paginate through large result sets.