Retrieves A page Of global notification providers.
Retrieves a page of global notification providers.
Request
URI
GET
https://{api_host}/notification-service/api/notifications/global/providers
COPY
Query Parameters
integer
page
Optional
Constraints:
default: 1
Page Number
integer
limit
Optional
Constraints:
default: 20
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
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/notification-service/api/notifications/global/providers
Notification Provider Operations
GET
Retrieves A tenant notification provider given its unique identifier.
DELETE
Deletes A tenant notification provider given its unique identifier.
PUT
Updates A tenant notification provider.
GET
Retrieves A global notification provider given its unique identifier.
DELETE
Deletes A global notification provider given its unique identifier.
PUT
Updates A global notification provider.
POST
Tests the connection Of A notification provider.
GET
Returns A page Of tenant Notification Provider Creation Info.
GET
Returns A page Of global Notification Provider Creation Info.
POST
Creats A tenant notification provider.
GET
Retrieves A page Of notification providers Of A given tenant.
POST
Creates A global notification provider.
GET
Retrieves A page Of global notification providers.