Get a project

get/projects/{projectId}
Internal-Use Only

Returns the project information for the specified project 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 "function": "string",
10 "status": "string",
11 "location": "string",
12 "repositoryId": "string",
13 "folderId": "string",
14 "championModelName": "string",
15 "candidateChampionName": "string",
16 "externalProjectId": "string",
17 "externalUrl": "string",
18 "candidateChampionHonored": true,
19 "variables": [
20 {
21 "createdBy": "string",
22 "modifiedBy": "string",
23 "creationTimeStamp": "2019-08-24T14:15:22Z",
24 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
25 "name": "string",
26 "description": "string",
27 "role": "string",
28 "type": "string",
29 "level": "string",
30 "format": "string",
31 "length": 0,
32 "version": 2
33 }
34 ],
35 "multiVariateTargetReps": [
36 {
37 "predictedValue": "string",
38 "predictedTargetColumn": "string"
39 }
40 ],
41 "testTable": "string",
42 "scoreInputTable": "string",
43 "scoreOutputTable": "string",
44 "performanceTable": "string",
45 "trainTable": "string",
46 "targetVariable": "string",
47 "targetEventValue": "string",
48 "predictionVariable": "string",
49 "segmentationVariable": "string",
50 "properties": [
51 {
52 "name": "string",
53 "value": "string",
54 "type": "string"
55 }
56 ],
57 "challengerModels": [
58 "string"
59 ],
60 "classTargetValues": "string",
61 "targetLevel": "string",
62 "eventProbabilityVariable": "string",
63 "latestVersion": "string",
64 "version": 2
65}

Path Parameters

NameTypeRequiredDescription
projectId
string
true

Responses

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