Skip to main content

Get list of projects visible to user

GET 

/nevisadmin/api/v1/projects

Required permission: Only projects the caller has VIEW_PROJECT permission on are returned.

Returns a list of references to projects that the user may view:

  • The items returned for each project should allow the FE to show overview links to the projects.
  • If no projects are visible to the user, then projects should be empty and the status code 200 still be used.

Request

Responses

Success