Get a project version
get/projects/{projectId}/projectVersions/{versionId}
Returns the information for the project version that is associated with the specified version 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 "versionNumber": "string",10 "projectId": "string",11 "version": 212}