20 lines
296 B
Text
20 lines
296 B
Text
meta {
|
|
name: Get subscriptions changes for device
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:8080/api/2/subscriptions/:username/:device_id?since=1740430923
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
since: 1740430923
|
|
}
|
|
|
|
params:path {
|
|
username: test
|
|
device_id: test.json
|
|
}
|