diff --git a/views/users/api.hbs b/views/users/api.hbs index 5fed44e0..7f3ec030 100644 --- a/views/users/api.hbs +++ b/views/users/api.hbs @@ -43,6 +43,27 @@ +
+ {{#translate}}Retrieve a list of subscriptions to the list referenced by :listId. All fields of the subscribers will be returned.{{/translate}} +
+ ++ GET {{#translate}}arguments{{/translate}} +
++ {{#translate}}Example{{/translate}} +
+ +curl -XGET '{{serviceUrl}}api/subscriptions/B16uVTdW?access_token={{accessToken}}&limit=10&start=0'+