Get a project

get/projects/{projectId}

Returns the project information for the specified project ID.

Request Samples

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 "tableName": "string"
34 }
35 ],
36 "multiVariateTargetReps": [
37 {
38 "predictedValue": "string",
39 "predictedTargetColumn": "string"
40 }
41 ],
42 "testTable": "string",
43 "scoreInputTable": "string",
44 "scoreOutputTable": "string",
45 "performanceTable": "string",
46 "trainTable": "string",
47 "targetVariable": "string",
48 "targetEventValue": "string",
49 "predictionVariable": "string",
50 "segmentationVariable": "string",
51 "properties": [
52 {
53 "name": "string",
54 "value": "string",
55 "type": "string"
56 }
57 ],
58 "challengerModels": [
59 "string"
60 ],
61 "classTargetValues": "string",
62 "targetLevel": "string",
63 "eventProbabilityVariable": "string",
64 "latestVersion": "string",
65 "championModelId": "string",
66 "projectVersionCount": 0,
67 "modelCount": 0,
68 "version": 2
69}

Path Parameters

projectId
string
true

Responses

StatusMeaningDescription
200OK

The request succeeded. The project information was returned.

HeadersSchema
404Not Found

No project exists at the requested path.

Schema