Retrieve reports for a completed project

get/projects/{projectId}/reports
Internal-Use Only

Retrieves a list of reports for a project that has completed modeling.

Request Samples

1

Response Samples

1{
2 "version": 3,
3 "accept": "application/vnd.sas.collection+json",
4 "count": 1,
5 "start": 0,
6 "limit": 0,
7 "name": "collection",
8 "items": [
9 {
10 "creationTimeStamp": "2022-03-02T07:48:23.533937455Z",
11 "modifiedTimeStamp": "2022-03-02T07:48:23.533937455Z",
12 "revision": 0,
13 "id": "projectSummary",
14 "name": "projectSummary",
15 "description": "Project Summary",
16 "version": 1,
17 "order": 0,
18 "type": "html",
19 "parameterMap": {
20 "contents": {
21 "label": "Contents",
22 "length": 2147483647,
23 "parameter": "contents",
24 "preformatted": false,
25 "type": "char",
26 "values": [
27 "contents"
28 ]
29 },
30 "download": {
31 "parameter": "download",
32 "preformatted": false,
33 "type": "char",
34 "values": [
35 "Y"
36 ]
37 },
38 "lineNumber": {
39 "label": "Line number",
40 "length": 2147483647,
41 "parameter": "lineNumber",
42 "preformatted": false,
43 "type": "num",
44 "values": [
45 "lineNumber"
46 ]
47 }
48 },
49 "data": [
50 {
51 "dataMap": {
52 "contents": "<p class=\"insightsSummaryText\"><p> The champion model for this project is Forest (2) from the \"SAS Automatically Generated Pipeline 1\" pipeline. The model was chosen based on the Average Squared Error for the Validate partition (25,129,706.36). The five most important factors are Imputed Transformed VALUE, Imputed Transformed MORTDUE, JOB, Imputed Transformed CLNO, and Imputed Transformed YOJ.</p></p>\n\n<table class=\"insightsSummaryTable\">\n <tr>\n <td class=\"insightsSummaryTableKey\">Project Target:</td>\n <td class=\"insightsSummaryTableValue\">LOAN</td>\n <td class=\"insightsSummaryTableKey\">Project Champion:</td>\n <td class=\"insightsSummaryTableValue\">Forest (2)</td>\n </tr>\n <tr>\n <td class=\"insightsSummaryTableKey\">Overall Average:</td>\n <td class=\"insightsSummaryTableValue\">18607.9698</td>\n <td class=\"insightsSummaryTableKey\">Created By:</td>\n <td class=\"insightsSummaryTableValue\">emduser1</td>\n </tr>\n <tr>\n <td class=\"insightsSummaryTableKey\">Pipelines:</td>\n <td class=\"insightsSummaryTableValue\">2</td>\n <td class=\"insightsSummaryTableKey\">Modified:</td>\n <td class=\"insightsSummaryTableValue\">Mar 2, 2022 7:38:24 AM</td>\n </tr>\n</table>\n",
53 "lineNumber": 1
54 },
55 "rowNumber": 0
56 }
57 ],
58 "xInteger": false,
59 "yInteger": false
60 }
61 ],
62 "links": [
63 {
64 "method": "GET",
65 "rel": "up",
66 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c",
67 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c",
68 "type": "application/vnd.sas.analytics.ml.pipeline.automation.project"
69 },
70 {
71 "method": "GET",
72 "rel": "self",
73 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/reports",
74 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/reports",
75 "type": "application/vnd.sas.collection"
76 }
77 ]
78}

Path Parameters

NameTypeRequiredDescription
projectId
string
true

projectId

Query Parameters

NameTypeRequiredDescription
filter
string
false

filter

reportName
array [string]
false

If provided, only the specified are returned. To specify multiple reports with this, use the parameter once for each report. For example, to return 3 reports named report1, report2, and report3, use ?reportName=report1&reportName=report2&reportName=report3

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
400Bad RequestOne or more parameters were invalid.Schema
404Not FoundNo project with the provided ID was found.Schema