Show TOC

View the Metadata of a ProjectLocate this document in the navigation structure

Use this REST request to get the metadata of a project. This REST request is a GET type request.

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