Skip to content

ApiGetWallItemsForUsersResponseDTO

stonepy.models.ApiGetWallItemsForUsersResponseDTO.ApiGetWallItemsForUsersResponseDTO

Bases: ResponseModel

Response to a CI Connect GetWallItemsForUsers call. Contains the list of wall items for the specified users. Note: this API call response is for the use of the CI Connect social trading platform.

wall_items_for_users class-attribute instance-attribute

wall_items_for_users: ApiWallItemsForUsersDTO | None = (
    Field(default=None, alias="WallItemsForUsers")
)

The list of specified users and their respective wall items.