Get a filtered list of statistics.

get

/social/api/v1/people/{peopleID}/statistics

Request

Supported Media Types
Path Parameters
Body ()
Specify a filter to query.
Root Schema : XV1PeopleStatisticFilterInfo
Type: object
V1 People Statistics Filter Information DTO.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1PeopleStatisticListInfo
Type: object
V1 People Statistic List Information DTO.
Show Source
Nested Schema : items
Type: array
The statistics being returned.
Show Source
Nested Schema : XV1PeopleStatisticInfo
Type: object
V1 People Statistic DTO.
Show Source
Nested Schema : XV1PeopleStatisticTypeEnum
Type: object
Show Source
  • Allowed Values: [ "FAVORITES_COUNT", "FLAGS_COUNT", "FOLLOWERS_COUNT", "FOLLOWING_COUNT", "NEW_CONVERSATIONS_COUNT", "SOCIAL_DEFINITION_TYPE" ]
    Statistics Types.
Back to Top