Skip to content

ApiGetWallSubItemsResponseDTO

stonepy.models.ApiGetWallSubItemsResponseDTO.ApiGetWallSubItemsResponseDTO

Bases: ResponseModel

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

wall_items class-attribute instance-attribute

wall_items: ApiWallItemDTO | None = Field(
    default=None, alias="WallItems"
)

The list of wall sub-items.