Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 518 Bytes

File metadata and controls

29 lines (21 loc) · 518 Bytes

Get Subscriptions

Returns a result with a user's subscription collection. You may pass no params or a date param with the timestamp of your last update. If a date is passed the result will only contain changes to the subscriptions.

Example call

{
    "msg": "method",
    "method": "subscriptions/get",
    "id": "42",
    "params": [ { "$date": 1480377601 } ]
}

Response

{
    "msg": "result",
    "id": "42",
    "result": [
        ... // subscriptions
    ]
}