This endpoint may be used to search for specific content on qpost.
Searches for specific content on qpost.
Property | Type | Description |
---|---|---|
type | string | The type of content to search for, either user or post |
query | string | The search query to use |
offset | ?integer | The offset to use for the query |
limit | ?integer | The maximum amount of objects to return |
Returns FeedEntry or User objects, depending on the value specified for
the type
parameter.