This API operation returns an array of members the logged in user had interaction with.
GET
/v1/HotLists/GetHotListPopular
Property | Type | Description |
---|---|---|
OrderBy |
string | Sets the order in which the members will be returned. Default is interactioncount-asc . Order options are interactioncount-asc , interactioncount-desc , lastinteractiondate-asc , lastinteractiondate-desc , username-asc and username-desc . |
ProfilesPerPage |
integer | Sets the number of profiles on each page of the result set. Accepts values from 1 to 100. Default is 50 . |
PageNumber |
integer | Returns a specific page in the result set. Accepts values from 1 onwards. |
Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires the following scope:
Scope |
---|
profile_hotlist |
Property | Type | Description |
---|---|---|
PageCount |
integer | Represents the total number of pages in the result set. |
PageNumber |
integer | Represents the current page number. |
ProfilesPerPage |
integer | Represents how many profiles are listed on each page. |
ProfilesTotal |
integer | Represents the total number of profiles in the result set. |
Profiles |
Array of aws:HotListProfile | List of profiles. |
The following example shows a sample hotlist returned by the API.