Method Web.Api.Google.Plus.V1()->People()->list()
- Method list
mapping
list(void
|string
user_id
,void
|string
collection
,void
|ParamsArg
params
,void
|Callback
cb
)- Description
List all of the people in the specified
collection
.- Parameter
user_id
If empty the currently authenticated user will be used.
- Parameter
collection
If empty "public" activities will be listed. Acceptable values are:
- "public"
The list of people who this user has added to one or more circles, limited to the circles visible to the requesting application.
- "public"
- Parameter
params
"maxResult"
:int
Max number of items ti list
"orderBy"
:string
The order to return people in. Acceptable values are:
- "alphabetical"
Order the people by their display name.
- "best"
Order people based on the relevence to the viewer.
"pageToken"
:string
The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of
nextPageToken
from the previous response.- "alphabetical"
- Parameter
cb
Callback for async request