Forum Discussion

dzinkhon's avatar
11 years ago

REST API output issue from /settings endpoint

Hello, so I'm running into a bizarre issue when I'm trying to make a call/export from /restapi/vc/users/id/<UID>/settings (a real UID is used in the call). When calling this with a user with Admin ro...
  • DougS's avatar
    DougS
    11 years ago

    We page the results, and you can include the page and page_size parameters to your call (see The API Response documentation for more information) to get more settings.  You can call /restapi/vc/users/id/<id>/settings/count to get the total number of settings for the user.

     

    -Doug