powered by
Gets a list of existing projects available for the users with their basic information.
sst_pm_list_projects(api_token, page = 1, size = 100, return_method = "list")
Returns basic information on all the projects.
(required) Serpstat API token from your profile.
(optional) Response page number if there are many pages in response.
(optional) Response page size.
(optional) Accepted values are 'list' (default) to return data object as list or 'df' to return data object as data.frame.
Check all the values for request and response fields here.
0.
if (FALSE) { api_token <- Sys.getenv('SERPSTAT_API_TOKEN') sst_pm_list_projects( api_token = api_token, page = 2, size = 10 ) }
Run the code above in your browser using DataLab