Share via


Search.json - Get

Definition

https://www.yammer.com/api/v1/search.json

Parameters

Name In Required Type Description
search query Yes string The search query string.
model_types query No enum Model types to search. Supported values: MESSAGETHREAD, USER, GROUP, TOPIC, UPLOADEDFILE.
page query No integer Only 20 results of each type will be returned for each page, but a total count is returned with each query. page=1 (the default) will return items 1-20, page=2 will return items 21-30, etc.
num_per_page query No integer This allows you to limit the number of results of each type per page, up to a maximum of 20, the default value. A maximum number of 1000 results will be returned.
search_group query No integer Optional group ID to scope the search within a specific group.

Documentation

The search resource will return a list of messages, users, topics and groups that match the user’s search query.