Get a list of score analyses
get/executions/{executionId}/analyses
Returns a list of score analyses based on the specified pagination, filtering, and sorting options. The items in the list depend on the Accept-Item
header.
1{2 "accept": "application/vnd.sas.summary",3 "count": 2,4 "items": [5 {6 "createdBy": "edmdev",7 "creationTimeStamp": "2022-12-26T07:34:10.69495Z",8 "id": "1fc42c82-47de-415a-86ef-11a3a6b94330",9 "links": [10 {11 "method": "GET",12 "rel": "up",13 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",14 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",15 "type": "application/vnd.sas.collection"16 },17 {18 "method": "GET",19 "rel": "self",20 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",21 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",22 "type": "application/vnd.sas.score.analysis"23 },24 {25 "method": "GET",26 "rel": "alternate",27 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",28 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",29 "type": "application/vnd.sas.summary"30 },31 {32 "method": "DELETE",33 "rel": "delete",34 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",35 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330"36 },37 {38 "method": "GET",39 "rel": "state",40 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330/state",41 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330/state",42 "type": "text/plain"43 }44 ],45 "modifiedBy": "edmdev",46 "modifiedTimeStamp": "2022-12-26T07:34:11.848218Z",47 "name": "ruleFiredDetails",48 "type": "scoreAnalysis",49 "version": 250 },51 {52 "createdBy": "edmdev",53 "creationTimeStamp": "2022-12-26T07:34:15.857613Z",54 "id": "8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042",55 "links": [56 {57 "method": "GET",58 "rel": "up",59 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",60 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",61 "type": "application/vnd.sas.collection"62 },63 {64 "method": "GET",65 "rel": "self",66 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042",67 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042",68 "type": "application/vnd.sas.score.analysis"69 },70 {71 "method": "GET",72 "rel": "alternate",73 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042",74 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042",75 "type": "application/vnd.sas.summary"76 },77 {78 "method": "DELETE",79 "rel": "delete",80 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042",81 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042"82 },83 {84 "method": "GET",85 "rel": "state",86 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042/state",87 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/8ef3db5b-a65c-4bd0-99c6-d9c5c8f4b042/state",88 "type": "text/plain"89 }90 ],91 "modifiedBy": "edmdev",92 "modifiedTimeStamp": "2022-12-26T07:34:17.258806Z",93 "name": "ruleFiredSummary",94 "type": "scoreAnalysis",95 "version": 296 }97 ],98 "limit": 20,99 "links": [100 {101 "method": "GET",102 "rel": "collection",103 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",104 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",105 "type": "application/vnd.sas.collection",106 "itemType": "application/vnd.sas.summary application/vnd.sas.score.analysis"107 },108 {109 "method": "GET",110 "rel": "self",111 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses?start=0&limit=20",112 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses?start=0&limit=20",113 "type": "application/vnd.sas.collection",114 "itemType": "application/vnd.sas.summary"115 },116 {117 "method": "POST",118 "rel": "create",119 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",120 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",121 "type": "application/vnd.sas.score.analysis.request",122 "responseType": "application/vnd.sas.score.analysis"123 }124 ],125 "name": "scoreAnalyses",126 "start": 0,127 "version": 2128}
Name | Type | Required | Description |
---|---|---|---|
executionId | string | true | The unique identifier for the score execution. |
Name | Type | Required | Description |
---|---|---|---|
filter | string<filter-criteria> | false | The criteria for filtering the score analyses. See Filtering in REST APIs. |
limit | integer<int32> | false | The maximum number of score analyses to return. Default: 20 |
sortBy | string<sort-criteria> | false | The criteria for sorting the score analyses. See Sorting in REST APIs. |
start | integer<int64> | false | The index of the first score analysis to return. Default: 0 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema |