Skip to content

ApiGetCommunityActionsResponseDTO

stonepy.models.ApiGetCommunityActionsResponseDTO.ApiGetCommunityActionsResponseDTO

Bases: ResponseModel

Response to a CI Connect GetSocialActions call. Contains the list of community actions. Note: this API call response is for the use of the CI Connect social trading platform.

community_actions class-attribute instance-attribute

community_actions: ApiCommunityActionDTO | None = Field(
    default=None, alias="CommunityActions"
)

The list of community actions.