Files
lst_v3/brunoApi/notifications/Get All notifications.bru

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
}