otter/bruno/Subscriptions API/Get Subscriptions for devic...

17 lines
225 B
Plaintext

meta {
name: Get Subscriptions for device
type: http
seq: 2
}
get {
url: http://localhost:8080/subscriptions/:user/:device_id
body: none
auth: inherit
}
params:path {
user: test
device_id: device_one.json
}