Get a project version

get/projects/{projectId}/projectVersions/{versionId}
Internal-Use Only

Returns the information for the project version that is associated with the specified version ID.

Request Samples

1

Response Samples

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": 2
12}

Path Parameters

NameTypeRequiredDescription
projectId
string
true
versionId
string
true

Responses

StatusMeaningDescription
200OKThe request succeeded. The project version was returned.HeadersSchema
404Not FoundNo project version exists at the requested path.Schema