Show TOC

View a List of Projects in a WorkspaceLocate this document in the navigation structure

Use this REST request to retrieve a list of available projects in a workspace. This REST request is a GET type request.

Syntax
GET
http://serverDetails/espws/restservice/workspaces/<workspacename>/projects/
HEADER
authorization: Basic <auth-data>
<auth-data> is base64-encoded authorization data.
Example
GET
http://localhost:9091/espws/restservice/workspaces/myworkspace/projects
HEADER
authorization: Basic c3R1ZGlvOnN5YmFzZQ==