Get a Project Name
Prerequisites
Code Example
Step 1. Determine the Project's URI
// Determine the project's URI
URI projectURI = new URI("http://${hostname}/api/v2/projects/${projectID}")Step 2. Retrieve the Project Resource
Step 3. Obtain the Project Name
Expected Output and Results
Attachments
Last updated
Was this helpful?