Retrieves A page Of notification providers Of A given tenant.
Retrieves a page of notification providers of a given tenant.
Request
URI
GET
https://{api_host}/notification-service/api/notifications/tenants/{tenantId}/providers
COPY
Path Parameters
string
tenantId
Required
The tenant id
Query Parameters
integer
page
Optional
Page Number
integer
limit
Optional
Number of entries per page
string
$orderby
Optional
Multiple comma-separated properties sorted in ascending or descending order
integer
$top
Optional
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
integer
$skip
Optional
Sets how many entries you would like to skip
string
$filter
Optional
Boolean expression for whether a particular entry should be included in the response
Responses
200
Operation doesn't return any data structure
Notification Provider Operations
POST
Creates A global notification provider.
POST
Creats A tenant notification provider.
DELETE
Deletes A global notification provider given its unique identifier.
DELETE
Deletes A tenant notification provider given its unique identifier.
GET
Retrieves A global notification provider given its unique identifier.
GET
Retrieves A page Of global notification providers.
GET
Retrieves A page Of notification providers Of A given tenant.
GET
Retrieves A tenant notification provider given its unique identifier.
GET
Returns A page Of global Notification Provider Creation Info.
GET
Returns A page Of tenant Notification Provider Creation Info.
POST
Tests the connection Of A notification provider.
PUT
Updates A global notification provider.
PUT
Updates A tenant notification provider.