21 lines
214 B
Plaintext
21 lines
214 B
Plaintext
|
|
meta {
|
||
|
|
name: All Alarms
|
||
|
|
type: http
|
||
|
|
seq: 1
|
||
|
|
}
|
||
|
|
|
||
|
|
get {
|
||
|
|
url: {{baseUrl}}alarms
|
||
|
|
body: none
|
||
|
|
auth: bearer
|
||
|
|
}
|
||
|
|
|
||
|
|
auth:bearer {
|
||
|
|
token: {{ws-access-token-partenaire}}
|
||
|
|
}
|
||
|
|
|
||
|
|
settings {
|
||
|
|
encodeUrl: true
|
||
|
|
timeout: 0
|
||
|
|
}
|