Get project
get/projects/{projectId}
Returns the specified project. HEAD is also supported and returns status and headers only.
1{2 "name": "string",3 "description": "string",4 "imageUri": "http://example.com",5 "properties": {6 "property1": "string",7 "property2": "string"8 },9 "version": 0,10 "id": "string",11 "folderUri": "http://example.com",12 "userCount": 0,13 "groupCount": 0,14 "createdBy": "string",15 "creationTimeStamp": "2019-08-24T14:15:22Z",16 "modifiedBy": "string",17 "modifiedTimeStamp": "2019-08-24T14:15:22Z",18 "links": [19 {20 "method": "string",21 "rel": "string",22 "uri": "string",23 "href": "string",24 "title": "string",25 "type": "string",26 "itemType": "string",27 "responseType": "string",28 "responseItemType": "string"29 }30 ]31}