messaging-management/api/services/messaging-topics.service.ts
Properties |
Methods |
constructor(client: FetchClient)
|
||||||
Parameters :
|
Async detail | ||||||
detail(filter: MessagingTopicDetailFilters)
|
||||||
Parameters :
Returns :
Promise<IResult<MessagingTopic>>
|
Protected getPaging | |||||||||
getPaging(topicList: MessagingTopicList, filter: MessagingTopicListFilters)
|
|||||||||
Parameters :
Returns :
Paging<MessagingTopic>
|
Async list | ||||||
list(filter: MessagingTopicListFilters)
|
||||||
Parameters :
Returns :
unknown
|
Protected baseUrl |
Type : string
|
Default value : '/service/messaging-management'
|
Protected listUrl |
Type : string
|
Default value : 'tenants'
|