21 lines
265 B
Plaintext
21 lines
265 B
Plaintext
meta {
|
|
name: Get All notifications.
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{url}}/api/notification
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|
|
|
|
docs {
|
|
Passing all as a query param will return all queries active and none active
|
|
}
|