Query parameters
-
To list elements before a specific ID
-
To list elements after a specific ID
-
The limit of results to be returned
-
The types of notifications to include in the result
Values are
AskJoinPrivateSpot
,ChannelMessageMention
,ChannelMessageReported
,CourseGeneratedFailed
,CourseGeneratedSuccess
,CourseParticipantInvited
,DiscussionMessageReported
,DocumentMention
,HubspotConnectionLost
,LiveMention
,LiveMessageMention
,LiveMessageReported
,LiveParticipantInvited
,LiveStarted
,MemberAddedOnChannel
,MemberAddedToForum
,MemberAddedToCollection
,MessageReplied
,NewDirectMessage
,NewMessage
,ReportStatusUpdated
,SmtpServerConnectionFailed
,SpotMemberRoleUpdated
,SpotMention
,TopicAnswerReported
,TopicCreated
,TopicMention
,TopicMessageCreated
,TopicMessageMention
,TopicReported
,UserInvitedToSpot
, orUserJoinedPublicSpot
. -
List notifications read or unread
curl \
--request GET 'https://openapi.meltingspot.io/v1/spotMembers/{spotMemberId}/notifications'
{
"items": [
{
"id": "string",
"userId": "string",
"logId": "string",
"isRead": true,
"createdAt": "2025-05-04T09:42:00Z",
"log": {
"id": "string",
"spotId": "string",
"type": "AskJoinPrivateSpot",
"body": {}
}
}
],
"hasMore": true
}