Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.02 KB

File metadata and controls

12 lines (9 loc) · 3.02 KB

FeedResponseDto

Fields

Field Type Required Description Example
totalCount Optional<Double> Total number of notifications available. 5
hasMore boolean ✔️ Indicates if there are more notifications to load. true
data List<NotificationFeedItemDto> ✔️ Array of notifications returned in the response.
pageSize double ✔️ The number of notifications returned in this response. 2
page double ✔️ The current page number of the notifications. 1