GetProject - GET
|
Path |
/api/projects/{projectId} |
|---|---|
|
Http Method |
GET |
Overview
NO LICENSE
Get the information of a specific project.
Required permissions
-
Read access to the project, which means you need one of:
-
BUILD READ
-
SOURCE READ
-
VERIFY READ
-
DISTRIBUTE READ
-
configure READ
-
-
Or, global administration privileges: admin
Request
Path parameters
|
Parameter |
Type |
Required |
Description |
Example |
|---|---|---|---|---|
|
projectId |
string |
Yes |
The Id of the project, generated on creation. |
099ec495a1b548efa43b15da09262c20 |
Response
The response is equivalent to the project creation: Metavault API - Create project | Response
The only difference is the HTTP response code, which is 200 (Success) instead of 201.