id of created Message
Create a subscription into database
id of created subscription
Create a topic into database
id of created Topic
Create transmissions from one message If message's topic have subscribers, a transmission is the message to the subscriber
TransmissionEntity list
Get message template by filter
message template
Get message template by Id
message template
Get message data from messageId
id of topic
message data
Get message data and then normalize
id of topic
Optional
fromUserId: stringid of user from who to get readStatus
Optional
expand: Expandlist of fields to expand on the message (from parsed query)
message data
Get subscription data from subscriptionId
id of topic
subscription data
Get subscription data and then normalize
id of topic
Optional
expand: Expandlist of fields to expand on the subscription (from parsed query)
subscription data
Get topic data from topicId
id of topic
topic data
Get topic data and then normalize
id of topic
Optional
expand: Expandtopic data
Get pagination message templates
paginated MessageTemplateEntity list
Get paginated messages from by filtering
to filter the message list
to order the message list
pagination options
message list with pagination information
Get public message with pagination
paginated MessageEntity list
Get subscription with pagination
paginated SubscriptionEntity list
Get user message with pagination
paginated MessageEntity list
Get subscription list by filter
subscription list
Check if message is public
true if message's topic isPublic field is true
Normalize message list
Optional
fromUserId: stringid of user from who to get readStatus
Optional
expand: Expandlist of fields to expand on the message (from parsed query)
normalized message or undefined
Normalize message
Optional
fromUserId: stringid of user from who to get readStatus
Optional
expand: Expandlist of fields to expand on the message (from parsed query)
normalized message or undefined
Normalize subscription
Optional
expand: Expandlist of fields to expand on the subscription (from parsed query)
normalized subscription or undefined
Normalize topic
Optional
expand: Expandlist of fields to expand on the topic (from parsed query)
normalized topic or undefined
Normalize subscription list
Optional
expand: Expandlist of fields to expand on the subscription (from parsed query)
normalized subscription list
Normalize topic list
Optional
expand: Expandlist of fields to expand on the topic (from parsed query)
normalized topic list
Update message template
message template id
Update message by Id
id of message want to update
content to overwrite
id of updated message
Update topic by Id
id of topic want to update
content to overwrite
id of updated topic
Private
COLLECTION_Private
COLLECTION_Private
COLLECTION_Private
COLLECTION_Private
COLLECTION_Protected
expandRest
...args: [filter: Expression]Rest
...args: [id: string]Private
Optional
loggerPrivate
messagePrivate
messagePrivate
subscriptionPrivate
topicPrivate
transmissionGenerated using TypeDoc
Create a message into database