get https://localhost/managev16_Last/api/v1/admin/publishedprojects
/publishedprojects
This method supports retrieving a list of all available folders and projects that the current user has permissions to edit.
By default, a call to this method will return a list of all folders and projects. To make sure responses are easier to handle, client can request for sets of paginated items by passing these query parameters:
$skip
, skip this number of rows.
$top
,return this number of rows.
By doing this the response will include a @nextLink
flag pointing to the next page of results.
Recipes
🦉
Workflow Task Cleanup
Open Recipe