Get a repository
get/repositories/{repositoryId}
Returns the repository information for the specified repository ID.
1{2 "createdBy": "string",3 "modifiedBy": "string",4 "creationTimeStamp": "2019-08-24T14:15:22Z",5 "modifiedTimeStamp": "2019-08-24T14:15:22Z",6 "id": "string",7 "name": "string",8 "description": "string",9 "folderId": "string",10 "defaultRepository": true,11 "version": 212}