Get a filtered list of all stars.

get

/social/api/v1/stars

Request

Supported Media Types
Body ()
Specify a filter to query.
Root Schema : XV1StarFilterInfo
Type: object
V1 Star Filter Information DTO.
Show Source
Nested Schema : limitToType
Type: array
Limit to objects of the specified types. Can be null.
Show Source
  • Limit to objects of the specified types. Can be null.
Nested Schema : XStarSummarySortField
Type: object
Show Source
  • Allowed Values: [ "NAME", "STARRED_DATE" ]
    XStarSummarySortField.

Response

Supported Media Types

200 Response

Successful operation.
Body ()
V1 Star List Information DTO.
Root Schema : XV1StarListInfo
Type: object
V1 Star List Information DTO.
Show Source
Nested Schema : items
Type: array
The stars being returned.
Show Source
  • XV1ObjectInfo
    V1 Base Information DTO.

    Some descriptive fields are common among all the object types in the system. These are the common fields.

    These objects should not be confused with collaboration objects. A collaboration object is more generic. This object can be one of various types, including user, conversation, followup, or picture.

Nested Schema : XV1ObjectInfo
Type: object
V1 Base Information DTO.

Some descriptive fields are common among all the object types in the system. These are the common fields.

These objects should not be confused with collaboration objects. A collaboration object is more generic. This object can be one of various types, including user, conversation, followup, or picture.

Show Source