@salesforce/lds-adapters-cdp-semantic-authoring 1.294.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/cdp-semantic-authoring.js +4502 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModels.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModels.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/SemanticAuthoringErrorOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticBaseModelInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticBaseModelOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +92 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectFieldReferenceInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectFieldReferenceOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +82 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelCollectionOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +117 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/SemanticValidationOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4584 -0
- package/src/raml/api.raml +2307 -0
- package/src/raml/luvio.raml +32 -0
|
@@ -0,0 +1,2307 @@
|
|
|
1
|
+
#%RAML 1.0
|
|
2
|
+
securedBy:
|
|
3
|
+
- OAuth2
|
|
4
|
+
title: Salesforce Connect API
|
|
5
|
+
version: '62.0'
|
|
6
|
+
mediaType: application/json
|
|
7
|
+
protocols:
|
|
8
|
+
- https
|
|
9
|
+
baseUri: /services/data/v62.0
|
|
10
|
+
securitySchemes:
|
|
11
|
+
OAuth2:
|
|
12
|
+
type: OAuth 2.0
|
|
13
|
+
settings:
|
|
14
|
+
authorizationUri: https://example.com/oauth/authorize
|
|
15
|
+
accessTokenUri: ''
|
|
16
|
+
authorizationGrants:
|
|
17
|
+
- implicit
|
|
18
|
+
annotationTypes:
|
|
19
|
+
oas-readOnly:
|
|
20
|
+
type: boolean
|
|
21
|
+
allowedTargets: TypeDeclaration
|
|
22
|
+
oas-collectionFormat:
|
|
23
|
+
type: string
|
|
24
|
+
oas-body-name:
|
|
25
|
+
type: string
|
|
26
|
+
allowedTargets: TypeDeclaration
|
|
27
|
+
types:
|
|
28
|
+
SemanticParameterTypeEnum:
|
|
29
|
+
description: The semantic parameter type.
|
|
30
|
+
type: string
|
|
31
|
+
enum:
|
|
32
|
+
- All
|
|
33
|
+
- List
|
|
34
|
+
- Range
|
|
35
|
+
SemanticInsightTypeTypeEnum:
|
|
36
|
+
description: Insight type
|
|
37
|
+
type: string
|
|
38
|
+
enum:
|
|
39
|
+
- OutlierDetection
|
|
40
|
+
- TopContributors
|
|
41
|
+
- TrendDetection
|
|
42
|
+
SemanticTimeGrainTypeEnum:
|
|
43
|
+
description: The time grain values allowed to be used.
|
|
44
|
+
type: string
|
|
45
|
+
enum:
|
|
46
|
+
- Day
|
|
47
|
+
- Month
|
|
48
|
+
- Quarter
|
|
49
|
+
- Week
|
|
50
|
+
- Year
|
|
51
|
+
SemanticExpressionSyntaxTypeEnum:
|
|
52
|
+
description: The syntax of the semantic expression.
|
|
53
|
+
type: string
|
|
54
|
+
enum:
|
|
55
|
+
- Tua
|
|
56
|
+
SemanticSortOrderEnum:
|
|
57
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
|
|
58
|
+
type: string
|
|
59
|
+
enum:
|
|
60
|
+
- Ascending
|
|
61
|
+
- Descending
|
|
62
|
+
- None
|
|
63
|
+
SemanticQueryUnrelatedDataObjectTypeEnum:
|
|
64
|
+
description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
65
|
+
type: string
|
|
66
|
+
enum:
|
|
67
|
+
- Exception
|
|
68
|
+
- Union
|
|
69
|
+
SemanticFilterOperatorEnum:
|
|
70
|
+
description: The operator for the filter.
|
|
71
|
+
type: string
|
|
72
|
+
enum:
|
|
73
|
+
- Between
|
|
74
|
+
- Contains
|
|
75
|
+
- ContainsIgnoreCase
|
|
76
|
+
- CurrentFiscalQuarter
|
|
77
|
+
- CurrentFiscalQuarterToDate
|
|
78
|
+
- CurrentFiscalYear
|
|
79
|
+
- CurrentFiscalYearToDate
|
|
80
|
+
- CurrentMonth
|
|
81
|
+
- CurrentMonthToDate
|
|
82
|
+
- CurrentQuarter
|
|
83
|
+
- CurrentQuarterToDate
|
|
84
|
+
- CurrentWeek
|
|
85
|
+
- CurrentYear
|
|
86
|
+
- CurrentYearToDate
|
|
87
|
+
- DoesNotEndWith
|
|
88
|
+
- DoesNotEndWithIgnoreCase
|
|
89
|
+
- DoesNotEquals
|
|
90
|
+
- DoesNotEqualsIgnoreCase
|
|
91
|
+
- DoesNotStartWith
|
|
92
|
+
- DoesNotStartWithIgnoreCase
|
|
93
|
+
- EndsWith
|
|
94
|
+
- EndsWithIgnoreCase
|
|
95
|
+
- Equals
|
|
96
|
+
- EqualsIgnoreCase
|
|
97
|
+
- GreaterThan
|
|
98
|
+
- GreaterThanOrEqualTo
|
|
99
|
+
- IsEmpty
|
|
100
|
+
- IsNotEmpty
|
|
101
|
+
- IsNotNull
|
|
102
|
+
- IsNull
|
|
103
|
+
- LastNDays
|
|
104
|
+
- LessThan
|
|
105
|
+
- LessThanOrEqualTo
|
|
106
|
+
- NextFiscalQuarter
|
|
107
|
+
- NextFiscalYear
|
|
108
|
+
- NextMonth
|
|
109
|
+
- NextNDays
|
|
110
|
+
- NextQuarter
|
|
111
|
+
- NextWeek
|
|
112
|
+
- NextYear
|
|
113
|
+
- NotContains
|
|
114
|
+
- NotContainsIgnoreCase
|
|
115
|
+
- PreviousFiscalQuarter
|
|
116
|
+
- PreviousFiscalQuarterToDate
|
|
117
|
+
- PreviousFiscalYear
|
|
118
|
+
- PreviousFiscalYearToDate
|
|
119
|
+
- PreviousMonth
|
|
120
|
+
- PreviousMonthToDate
|
|
121
|
+
- PreviousQuarter
|
|
122
|
+
- PreviousQuarterToDate
|
|
123
|
+
- PreviousWeek
|
|
124
|
+
- PreviousYear
|
|
125
|
+
- PreviousYearToDate
|
|
126
|
+
- StartsWith
|
|
127
|
+
- StartsWithIgnoreCase
|
|
128
|
+
- Values
|
|
129
|
+
SemanticRelationshipJoinTypeEnum:
|
|
130
|
+
description: The join type of the semantic relationship.
|
|
131
|
+
type: string
|
|
132
|
+
enum:
|
|
133
|
+
- Auto
|
|
134
|
+
- Full
|
|
135
|
+
- Inner
|
|
136
|
+
- Left
|
|
137
|
+
- Right
|
|
138
|
+
SemanticGeoRoleEnum:
|
|
139
|
+
description: Required if the DataType is “Geo”. The geographic role of the Semantic Calculated Dimension. Valid values are Airport, Area Code (US), CBSA/MSA (US), City,Congressional, District (US), Country/Region, Country, NUTS Europe, Latitude, Longitude, State/Province and Zip Code/Postcode.
|
|
140
|
+
type: string
|
|
141
|
+
enum:
|
|
142
|
+
- Airport
|
|
143
|
+
- AreaCode
|
|
144
|
+
- CbsaMsa
|
|
145
|
+
- City
|
|
146
|
+
- Congressional
|
|
147
|
+
- Country
|
|
148
|
+
- District
|
|
149
|
+
- Latitude
|
|
150
|
+
- Longitude
|
|
151
|
+
- Nuts
|
|
152
|
+
- Province
|
|
153
|
+
- Region
|
|
154
|
+
- State
|
|
155
|
+
- ZipCode
|
|
156
|
+
SemanticDirectionalityTypeEnum:
|
|
157
|
+
description: Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down).
|
|
158
|
+
type: string
|
|
159
|
+
enum:
|
|
160
|
+
- Down
|
|
161
|
+
- Up
|
|
162
|
+
SemanticDefinitionTypeEnum:
|
|
163
|
+
description: The dependency definition type.
|
|
164
|
+
type: string
|
|
165
|
+
enum:
|
|
166
|
+
- CalculatedDimension
|
|
167
|
+
- CalculatedMeasurement
|
|
168
|
+
- DataObject
|
|
169
|
+
- LogicalView
|
|
170
|
+
- Relationship
|
|
171
|
+
SemanticParameterDataTypeEnum:
|
|
172
|
+
description: The data type of the semantic parameter.
|
|
173
|
+
type: string
|
|
174
|
+
enum:
|
|
175
|
+
- Boolean
|
|
176
|
+
- Date
|
|
177
|
+
- DateTime
|
|
178
|
+
- Email
|
|
179
|
+
- Number
|
|
180
|
+
- Percentage
|
|
181
|
+
- PhoneNumber
|
|
182
|
+
- Text
|
|
183
|
+
- Url
|
|
184
|
+
SemanticMeasurementDataTypeEnum:
|
|
185
|
+
description: Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage.
|
|
186
|
+
type: string
|
|
187
|
+
enum:
|
|
188
|
+
- Boolean
|
|
189
|
+
- Date
|
|
190
|
+
- DateTime
|
|
191
|
+
- Email
|
|
192
|
+
- Number
|
|
193
|
+
- Percentage
|
|
194
|
+
- PhoneNumber
|
|
195
|
+
- Text
|
|
196
|
+
- Url
|
|
197
|
+
SemanticDimensionDataTypeEnum:
|
|
198
|
+
description: The type of the dimension. Optional, if not specified, will use the original data type from the dmo/cio field.
|
|
199
|
+
type: string
|
|
200
|
+
enum:
|
|
201
|
+
- Boolean
|
|
202
|
+
- Date
|
|
203
|
+
- DateTime
|
|
204
|
+
- Email
|
|
205
|
+
- Number
|
|
206
|
+
- PhoneNumber
|
|
207
|
+
- Text
|
|
208
|
+
- Url
|
|
209
|
+
SemanticDataObjectTypeEnum:
|
|
210
|
+
description: Required. Data type stored in a specific Semantic Data Object Field. Valid values are Text, Date, DateTime, Image, Boolean, Geo, Currency, Number, Duration and Percentage.
|
|
211
|
+
type: string
|
|
212
|
+
enum:
|
|
213
|
+
- Cio
|
|
214
|
+
- Dmo
|
|
215
|
+
SemanticDisplayCategoryEnum:
|
|
216
|
+
description: Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other.
|
|
217
|
+
type: string
|
|
218
|
+
enum:
|
|
219
|
+
- Commerce
|
|
220
|
+
- Marketing
|
|
221
|
+
- Other
|
|
222
|
+
- Sales
|
|
223
|
+
- Service
|
|
224
|
+
SemanticCardinalityTypeEnum:
|
|
225
|
+
description: The cardinality to use while querying using the semantic relationship.
|
|
226
|
+
type: string
|
|
227
|
+
enum:
|
|
228
|
+
- ManyToMany
|
|
229
|
+
- ManyToOne
|
|
230
|
+
- OneToMany
|
|
231
|
+
- OneToOne
|
|
232
|
+
SemanticAggregationTypeEnum:
|
|
233
|
+
description: A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg, and None.
|
|
234
|
+
type: string
|
|
235
|
+
enum:
|
|
236
|
+
- Auto
|
|
237
|
+
- Average
|
|
238
|
+
- Count
|
|
239
|
+
- CountDistinct
|
|
240
|
+
- First
|
|
241
|
+
- Last
|
|
242
|
+
- Max
|
|
243
|
+
- Median
|
|
244
|
+
- Min
|
|
245
|
+
- None
|
|
246
|
+
- StdDev
|
|
247
|
+
- StdDevP
|
|
248
|
+
- Sum
|
|
249
|
+
- UserAgg
|
|
250
|
+
- Var
|
|
251
|
+
- VarP
|
|
252
|
+
SemanticAuthoringErrorOutputRepresentation:
|
|
253
|
+
description: Semantic Connect Exception
|
|
254
|
+
type: object
|
|
255
|
+
properties:
|
|
256
|
+
detailMessage:
|
|
257
|
+
description: The detail message
|
|
258
|
+
type: string | nil
|
|
259
|
+
errorCategory:
|
|
260
|
+
description: The error category
|
|
261
|
+
type: string | nil
|
|
262
|
+
errorSubCategory:
|
|
263
|
+
description: The error sub category
|
|
264
|
+
type: string | nil
|
|
265
|
+
localizedMessage:
|
|
266
|
+
description: The localized message
|
|
267
|
+
type: string | nil
|
|
268
|
+
traceId:
|
|
269
|
+
description: The trace id
|
|
270
|
+
type: string | nil
|
|
271
|
+
SemanticBaseModelInputRepresentation:
|
|
272
|
+
description: Input representation for base models
|
|
273
|
+
type: object
|
|
274
|
+
properties:
|
|
275
|
+
apiName:
|
|
276
|
+
description: Api name of base model.
|
|
277
|
+
type: string
|
|
278
|
+
SemanticBaseModelOutputRepresentation:
|
|
279
|
+
description: Output representation for base models
|
|
280
|
+
type: object
|
|
281
|
+
properties:
|
|
282
|
+
apiName:
|
|
283
|
+
description: Api name of base model.
|
|
284
|
+
type: string
|
|
285
|
+
label:
|
|
286
|
+
description: Label of base model.
|
|
287
|
+
type: string | nil
|
|
288
|
+
required: false
|
|
289
|
+
SemanticCalculatedDimensionCollectionOutputRepresentation:
|
|
290
|
+
description: A collection of Semantic Calculated Dimensions.
|
|
291
|
+
type: object
|
|
292
|
+
properties:
|
|
293
|
+
items:
|
|
294
|
+
description: A list of semantic items.
|
|
295
|
+
type: array
|
|
296
|
+
required: false
|
|
297
|
+
items:
|
|
298
|
+
type: SemanticCalculatedDimensionOutputRepresentation
|
|
299
|
+
SemanticCalculatedDimensionInputRepresentation:
|
|
300
|
+
description: Input representation for creating a semantic calculated dimension
|
|
301
|
+
type: object
|
|
302
|
+
properties:
|
|
303
|
+
apiName:
|
|
304
|
+
description: The API name of the semantic entity.
|
|
305
|
+
type: string
|
|
306
|
+
dataspace:
|
|
307
|
+
description: An optional dataspace in which the entity is located.
|
|
308
|
+
type: string | nil
|
|
309
|
+
description:
|
|
310
|
+
description: An optional description of the semantic entity.
|
|
311
|
+
type: string | nil
|
|
312
|
+
label:
|
|
313
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
314
|
+
type: string | nil
|
|
315
|
+
decimalPlace:
|
|
316
|
+
description: The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field.
|
|
317
|
+
type: integer | nil
|
|
318
|
+
displayCategory:
|
|
319
|
+
type: SemanticDisplayCategoryEnum
|
|
320
|
+
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
321
|
+
isVisible:
|
|
322
|
+
description: Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default.
|
|
323
|
+
type: boolean | nil
|
|
324
|
+
sortOrder:
|
|
325
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
|
|
326
|
+
type: SemanticSortOrderEnum
|
|
327
|
+
dataType:
|
|
328
|
+
description: The type of the dimension. Optional, if not specified, will use the original data type from the dmo/cio field.
|
|
329
|
+
type: SemanticDimensionDataTypeEnum
|
|
330
|
+
geoRole:
|
|
331
|
+
description: Required if the DataType is “Geo”. The geographic role of the Semantic Calculated Dimension. Valid values are Airport, Area Code (US), CBSA/MSA (US), City,Congressional, District (US), Country/Region, Country, NUTS Europe, Latitude, Longitude, State/Province and Zip Code/Postcode.
|
|
332
|
+
type: SemanticGeoRoleEnum
|
|
333
|
+
expression:
|
|
334
|
+
description: Required. A formula that creates a new Semantic Calculated Dimension based on a calculation that uses raw data fields and calculated fields.
|
|
335
|
+
type: string | nil
|
|
336
|
+
filterLogic:
|
|
337
|
+
description: Logical expression that defines how and when the filter conditions will be applied. Valid values are AND, OR, NOT and parenthesis ().
|
|
338
|
+
type: string | nil
|
|
339
|
+
filters:
|
|
340
|
+
description: A list of filters to be used to create filter logic.
|
|
341
|
+
type: array
|
|
342
|
+
items:
|
|
343
|
+
type: object
|
|
344
|
+
syntax:
|
|
345
|
+
description: The syntax of the semantic expression.
|
|
346
|
+
type: SemanticExpressionSyntaxTypeEnum
|
|
347
|
+
SemanticCalculatedDimensionOutputRepresentation:
|
|
348
|
+
description: A semantic Calculated Dimension.
|
|
349
|
+
type: object
|
|
350
|
+
properties:
|
|
351
|
+
apiName:
|
|
352
|
+
description: The API name of the semantic entity.
|
|
353
|
+
type: string
|
|
354
|
+
createdBy:
|
|
355
|
+
description: The user who created the semantic entity.
|
|
356
|
+
type: string
|
|
357
|
+
createdDate:
|
|
358
|
+
description: The date in which the semantic entity was created.
|
|
359
|
+
type: string
|
|
360
|
+
description:
|
|
361
|
+
description: The Description of the semantic entity.
|
|
362
|
+
type: string | nil
|
|
363
|
+
required: false
|
|
364
|
+
id:
|
|
365
|
+
description: The object ID of the semantic entity.
|
|
366
|
+
type: string
|
|
367
|
+
label:
|
|
368
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
369
|
+
type: string | nil
|
|
370
|
+
lastModifiedBy:
|
|
371
|
+
description: The user who last modified the semantic entity.
|
|
372
|
+
type: string | nil
|
|
373
|
+
required: false
|
|
374
|
+
lastModifiedDate:
|
|
375
|
+
description: The date in which the semantic entity was last modified.
|
|
376
|
+
type: string | nil
|
|
377
|
+
required: false
|
|
378
|
+
decimalPlace:
|
|
379
|
+
description: The number of decimal places to display
|
|
380
|
+
type: integer | nil
|
|
381
|
+
required: false
|
|
382
|
+
displayCategory:
|
|
383
|
+
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
384
|
+
type: SemanticDisplayCategoryEnum
|
|
385
|
+
required: false
|
|
386
|
+
isVisible:
|
|
387
|
+
description: Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default.
|
|
388
|
+
type: boolean | nil
|
|
389
|
+
required: false
|
|
390
|
+
sortOrder:
|
|
391
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None.
|
|
392
|
+
type: SemanticSortOrderEnum
|
|
393
|
+
required: false
|
|
394
|
+
dataType:
|
|
395
|
+
type: SemanticDimensionDataTypeEnum
|
|
396
|
+
description: The type of data stored in the Semantic Calculated Dimension. Valid values are Text, Date, DateTime, Image, Boolean, Geo and Number.
|
|
397
|
+
geoRole:
|
|
398
|
+
description: The subtype for the 'Geo' data type. only valid and required when the data type is 'Geo'
|
|
399
|
+
type: SemanticGeoRoleEnum
|
|
400
|
+
required: false
|
|
401
|
+
expression:
|
|
402
|
+
description: The semantic expressions for generating the calculation.
|
|
403
|
+
type: string | nil
|
|
404
|
+
required: false
|
|
405
|
+
filterLogic:
|
|
406
|
+
description: The logic expression for generating a filter based on the list of filters.
|
|
407
|
+
type: string | nil
|
|
408
|
+
required: false
|
|
409
|
+
filters:
|
|
410
|
+
description: A list of filters to be used to create filter logic.
|
|
411
|
+
type: array
|
|
412
|
+
required: false
|
|
413
|
+
items:
|
|
414
|
+
type: SemanticFilterOutputRepresentation
|
|
415
|
+
syntax:
|
|
416
|
+
description: The syntax of the semantic expression.
|
|
417
|
+
type: SemanticExpressionSyntaxTypeEnum
|
|
418
|
+
required: false
|
|
419
|
+
SemanticCalculatedMeasurementCollectionOutputRepresentation:
|
|
420
|
+
description: A collection of Semantic Calculated Measurements.
|
|
421
|
+
type: object
|
|
422
|
+
properties:
|
|
423
|
+
items:
|
|
424
|
+
description: A list of semantic items.
|
|
425
|
+
type: array
|
|
426
|
+
items:
|
|
427
|
+
type: SemanticCalculatedMeasurementOutputRepresentation
|
|
428
|
+
SemanticCalculatedMeasurementInputRepresentation:
|
|
429
|
+
description: Input representation for creating a semantic calculated measurement
|
|
430
|
+
type: object
|
|
431
|
+
properties:
|
|
432
|
+
apiName:
|
|
433
|
+
description: The API name of the semantic entity.
|
|
434
|
+
type: string
|
|
435
|
+
dataspace:
|
|
436
|
+
description: An optional dataspace in which the entity is located.
|
|
437
|
+
type: string | nil
|
|
438
|
+
description:
|
|
439
|
+
description: An optional description of the semantic entity.
|
|
440
|
+
type: string | nil
|
|
441
|
+
label:
|
|
442
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
443
|
+
type: string | nil
|
|
444
|
+
decimalPlace:
|
|
445
|
+
description: The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field.
|
|
446
|
+
type: integer | nil
|
|
447
|
+
displayCategory:
|
|
448
|
+
type: SemanticDisplayCategoryEnum
|
|
449
|
+
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
450
|
+
isVisible:
|
|
451
|
+
description: Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default.
|
|
452
|
+
type: boolean | nil
|
|
453
|
+
sortOrder:
|
|
454
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
|
|
455
|
+
type: SemanticSortOrderEnum
|
|
456
|
+
aggregationType:
|
|
457
|
+
description: A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg, and None.
|
|
458
|
+
type: SemanticAggregationTypeEnum
|
|
459
|
+
dataType:
|
|
460
|
+
description: Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage.
|
|
461
|
+
type: SemanticMeasurementDataTypeEnum
|
|
462
|
+
directionality:
|
|
463
|
+
description: Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down).
|
|
464
|
+
type: SemanticDirectionalityTypeEnum
|
|
465
|
+
shouldTreatNullsAsZeros:
|
|
466
|
+
description: Should we treat null values as zeros?
|
|
467
|
+
type: boolean | nil
|
|
468
|
+
expression:
|
|
469
|
+
description: The semantic expression of the semantic calculated measurement.
|
|
470
|
+
type: string | nil
|
|
471
|
+
filterLogic:
|
|
472
|
+
description: Logical expression that defines how and when the filter conditions will be applied. Valid values are AND, OR, NOT and parenthesis ().
|
|
473
|
+
type: string | nil
|
|
474
|
+
filters:
|
|
475
|
+
description: A list of filters to be used to create filter logic.
|
|
476
|
+
type: array
|
|
477
|
+
items:
|
|
478
|
+
type: object
|
|
479
|
+
syntax:
|
|
480
|
+
description: The syntax of the semantic expression.
|
|
481
|
+
type: SemanticExpressionSyntaxTypeEnum
|
|
482
|
+
totalAggregationType:
|
|
483
|
+
description: A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None.
|
|
484
|
+
type: SemanticAggregationTypeEnum
|
|
485
|
+
SemanticCalculatedMeasurementOutputRepresentation:
|
|
486
|
+
description: A semantic Calculated Measurement.
|
|
487
|
+
type: object
|
|
488
|
+
properties:
|
|
489
|
+
apiName:
|
|
490
|
+
description: The API name of the semantic entity.
|
|
491
|
+
type: string
|
|
492
|
+
createdBy:
|
|
493
|
+
description: The user who created the semantic entity.
|
|
494
|
+
type: string
|
|
495
|
+
createdDate:
|
|
496
|
+
description: The date in which the semantic entity was created.
|
|
497
|
+
type: string
|
|
498
|
+
description:
|
|
499
|
+
description: The Description of the semantic entity.
|
|
500
|
+
type: string | nil
|
|
501
|
+
required: false
|
|
502
|
+
id:
|
|
503
|
+
description: The object ID of the semantic entity.
|
|
504
|
+
type: string
|
|
505
|
+
label:
|
|
506
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
507
|
+
type: string | nil
|
|
508
|
+
lastModifiedBy:
|
|
509
|
+
description: The user who last modified the semantic entity.
|
|
510
|
+
type: string | nil
|
|
511
|
+
required: false
|
|
512
|
+
lastModifiedDate:
|
|
513
|
+
description: The date in which the semantic entity was last modified.
|
|
514
|
+
type: string | nil
|
|
515
|
+
required: false
|
|
516
|
+
decimalPlace:
|
|
517
|
+
description: The number of decimal places to display
|
|
518
|
+
type: integer | nil
|
|
519
|
+
required: false
|
|
520
|
+
displayCategory:
|
|
521
|
+
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
522
|
+
type: SemanticDisplayCategoryEnum
|
|
523
|
+
required: false
|
|
524
|
+
isVisible:
|
|
525
|
+
description: Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default.
|
|
526
|
+
type: boolean | nil
|
|
527
|
+
required: false
|
|
528
|
+
sortOrder:
|
|
529
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None.
|
|
530
|
+
type: SemanticSortOrderEnum
|
|
531
|
+
required: false
|
|
532
|
+
aggregationType:
|
|
533
|
+
description: A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None.
|
|
534
|
+
type: SemanticAggregationTypeEnum
|
|
535
|
+
required: false
|
|
536
|
+
dataType:
|
|
537
|
+
description: The type of data stored in specific fields within a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage.
|
|
538
|
+
type: SemanticMeasurementDataTypeEnum
|
|
539
|
+
directionality:
|
|
540
|
+
description: Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down).
|
|
541
|
+
type: SemanticDirectionalityTypeEnum
|
|
542
|
+
required: false
|
|
543
|
+
isAggregatable:
|
|
544
|
+
description: Indicates if the measurement can be aggregated or not
|
|
545
|
+
type: boolean | nil
|
|
546
|
+
required: false
|
|
547
|
+
shouldTreatNullsAsZeros:
|
|
548
|
+
description: Should we treat nulls as zeros?
|
|
549
|
+
type: boolean | nil
|
|
550
|
+
expression:
|
|
551
|
+
description: Formula that generates a new Semantic Calculated Measurement based on a calculation that uses raw data fields and calculated fields.
|
|
552
|
+
type: string | nil
|
|
553
|
+
required: false
|
|
554
|
+
filterLogic:
|
|
555
|
+
description: The logic expression for generating a filter based on the list of filters.
|
|
556
|
+
type: string | nil
|
|
557
|
+
required: false
|
|
558
|
+
filters:
|
|
559
|
+
description: A list of filters to be used to create filter logic.
|
|
560
|
+
type: array
|
|
561
|
+
required: false
|
|
562
|
+
items:
|
|
563
|
+
type: SemanticFilterOutputRepresentation
|
|
564
|
+
syntax:
|
|
565
|
+
description: The syntax of the semantic expression.
|
|
566
|
+
type: SemanticExpressionSyntaxTypeEnum
|
|
567
|
+
required: false
|
|
568
|
+
totalAggregationType:
|
|
569
|
+
description: Function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None.
|
|
570
|
+
type: SemanticAggregationTypeEnum
|
|
571
|
+
required: false
|
|
572
|
+
SemanticDataObjectCollectionInputRepresentation:
|
|
573
|
+
description: Represents a collection of Semantic Data Objects.
|
|
574
|
+
type: object
|
|
575
|
+
properties:
|
|
576
|
+
semanticDataObjects:
|
|
577
|
+
description: Represents a list of Semantic Data Objects within the SemanticDataObjectInputCollection.
|
|
578
|
+
type: array
|
|
579
|
+
items:
|
|
580
|
+
type: object
|
|
581
|
+
SemanticDataObjectCollectionOutputRepresentation:
|
|
582
|
+
description: Semantic data object collection representation.
|
|
583
|
+
type: object
|
|
584
|
+
properties:
|
|
585
|
+
items:
|
|
586
|
+
description: A list of semantic items.
|
|
587
|
+
type: array
|
|
588
|
+
items:
|
|
589
|
+
type: SemanticDataObjectOutputRepresentation
|
|
590
|
+
SemanticDataObjectFieldReferenceInputRepresentation:
|
|
591
|
+
description: Input representation of a data object field reference.
|
|
592
|
+
type: object
|
|
593
|
+
properties:
|
|
594
|
+
dataObjectApiName:
|
|
595
|
+
description: The api name of the data object.
|
|
596
|
+
type: string | nil
|
|
597
|
+
fieldApiName:
|
|
598
|
+
description: The API name of the field.
|
|
599
|
+
type: string | nil
|
|
600
|
+
SemanticDataObjectFieldReferenceOutputRepresentation:
|
|
601
|
+
description: Output representation of a data object field reference.
|
|
602
|
+
type: object
|
|
603
|
+
properties:
|
|
604
|
+
dataObjectApiName:
|
|
605
|
+
description: The API name of the field.
|
|
606
|
+
type: string | nil
|
|
607
|
+
fieldApiName:
|
|
608
|
+
description: The api name of the data object.
|
|
609
|
+
type: string | nil
|
|
610
|
+
SemanticDataObjectInputRepresentation:
|
|
611
|
+
description: Input representation for creating a semantic data object
|
|
612
|
+
type: object
|
|
613
|
+
properties:
|
|
614
|
+
apiName:
|
|
615
|
+
description: The API name of the semantic entity.
|
|
616
|
+
type: string
|
|
617
|
+
dataspace:
|
|
618
|
+
description: An optional dataspace in which the entity is located.
|
|
619
|
+
type: string | nil
|
|
620
|
+
description:
|
|
621
|
+
description: An optional description of the semantic entity.
|
|
622
|
+
type: string | nil
|
|
623
|
+
label:
|
|
624
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
625
|
+
type: string | nil
|
|
626
|
+
dataObjectName:
|
|
627
|
+
description: Required. Object ID that references the Semantic Data Object Field.
|
|
628
|
+
type: string | nil
|
|
629
|
+
dataObjectType:
|
|
630
|
+
description: Required. Data type stored in a specific Semantic Data Object Field. Valid values are Text, Date, DateTime, Image, Boolean, Geo, Currency, Number, Duration and Percentage.
|
|
631
|
+
type: SemanticDataObjectTypeEnum
|
|
632
|
+
filterLogic:
|
|
633
|
+
description: Logical expression that defines how and when the filter conditions will be applied. Valid values are AND, OR, NOT and parenthesis ().
|
|
634
|
+
type: string | nil
|
|
635
|
+
filters:
|
|
636
|
+
description: A list of filters to be used to create filter logic.
|
|
637
|
+
type: array
|
|
638
|
+
items:
|
|
639
|
+
type: object
|
|
640
|
+
logicalViewId:
|
|
641
|
+
description: The object ID of a specific Logical View.
|
|
642
|
+
type: string | nil
|
|
643
|
+
semanticDimensions:
|
|
644
|
+
description: The semantic dimension fields that you want to be referenced through the semantic data object.
|
|
645
|
+
type: array
|
|
646
|
+
items:
|
|
647
|
+
type: object
|
|
648
|
+
semanticMeasurements:
|
|
649
|
+
description: The semantic measurement fields that you want to be referenced through the semantic data object.
|
|
650
|
+
type: array
|
|
651
|
+
items:
|
|
652
|
+
type: object
|
|
653
|
+
shouldIncludeAllFields:
|
|
654
|
+
description: Indicates whether all fields or only specific fields of the referenced data object should be included.
|
|
655
|
+
type: boolean | nil
|
|
656
|
+
SemanticDataObjectOutputRepresentation:
|
|
657
|
+
description: Represents the output of a semantic data object.
|
|
658
|
+
type: object
|
|
659
|
+
properties:
|
|
660
|
+
apiName:
|
|
661
|
+
description: The API name of the semantic entity.
|
|
662
|
+
type: string
|
|
663
|
+
createdBy:
|
|
664
|
+
description: The user who created the semantic entity.
|
|
665
|
+
type: string
|
|
666
|
+
createdDate:
|
|
667
|
+
description: The date in which the semantic entity was created.
|
|
668
|
+
type: string
|
|
669
|
+
description:
|
|
670
|
+
description: The Description of the semantic entity.
|
|
671
|
+
type: string | nil
|
|
672
|
+
required: false
|
|
673
|
+
id:
|
|
674
|
+
description: The object ID of the semantic entity.
|
|
675
|
+
type: string
|
|
676
|
+
label:
|
|
677
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
678
|
+
type: string | nil
|
|
679
|
+
lastModifiedBy:
|
|
680
|
+
description: The user who last modified the semantic entity.
|
|
681
|
+
type: string | nil
|
|
682
|
+
required: false
|
|
683
|
+
lastModifiedDate:
|
|
684
|
+
description: The date in which the semantic entity was last modified.
|
|
685
|
+
type: string | nil
|
|
686
|
+
required: false
|
|
687
|
+
dataObjectName:
|
|
688
|
+
description: The API name of the referenced object.
|
|
689
|
+
type: string | nil
|
|
690
|
+
dataObjectType:
|
|
691
|
+
description: Data role type of a Semantic Data Object Field. Valid values are Dimension and Measurement.
|
|
692
|
+
type: SemanticDataObjectTypeEnum
|
|
693
|
+
filterLogic:
|
|
694
|
+
description: The logic expression for generating a filter based on the list of filters.
|
|
695
|
+
type: string | nil
|
|
696
|
+
required: false
|
|
697
|
+
filters:
|
|
698
|
+
description: A list of filters to be used to create filter logic.
|
|
699
|
+
type: array
|
|
700
|
+
required: false
|
|
701
|
+
items:
|
|
702
|
+
type: SemanticFilterOutputRepresentation
|
|
703
|
+
logicalViewId:
|
|
704
|
+
description: The API name of the referenced logical view.
|
|
705
|
+
type: string | nil
|
|
706
|
+
required: false
|
|
707
|
+
semanticDimensions:
|
|
708
|
+
description: The list of the referenced semantic dimensions.
|
|
709
|
+
type: array
|
|
710
|
+
required: false
|
|
711
|
+
items:
|
|
712
|
+
type: SemanticDimensionOutputRepresentation
|
|
713
|
+
semanticDimensionsUrl:
|
|
714
|
+
description: The uri for this semantic data object’s semantic dimensions.
|
|
715
|
+
type: string | nil
|
|
716
|
+
required: false
|
|
717
|
+
semanticMeasurements:
|
|
718
|
+
description: The list of the referenced semantic measurements.
|
|
719
|
+
type: array
|
|
720
|
+
required: false
|
|
721
|
+
items:
|
|
722
|
+
type: SemanticMeasurementOutputRepresentation
|
|
723
|
+
semanticMeasurementsUrl:
|
|
724
|
+
description: The URL of this semantic data object’s semantic measurements.
|
|
725
|
+
type: string | nil
|
|
726
|
+
required: false
|
|
727
|
+
shouldIncludeAllFields:
|
|
728
|
+
description: Indicates whether all fields or only specific fields of the referenced data object should be included.
|
|
729
|
+
type: boolean | nil
|
|
730
|
+
SemanticDependencyCollectionInputRepresentation:
|
|
731
|
+
description: An input representation to retrieve a list of dependencies.
|
|
732
|
+
type: object
|
|
733
|
+
properties:
|
|
734
|
+
dependencies:
|
|
735
|
+
description: Represents a list of semantic definitions for which you want to obtain dependencies.
|
|
736
|
+
type: array
|
|
737
|
+
items:
|
|
738
|
+
type: object
|
|
739
|
+
SemanticDependencyCollectionOutputRepresentation:
|
|
740
|
+
description: Represents an output of a list of dependencies.
|
|
741
|
+
type: object
|
|
742
|
+
properties:
|
|
743
|
+
item:
|
|
744
|
+
description: List of dependencies
|
|
745
|
+
type: array
|
|
746
|
+
items:
|
|
747
|
+
type: SemanticDependencyInnerCollectionOutputRepresentation
|
|
748
|
+
SemanticDependencyInnerCollectionOutputRepresentation:
|
|
749
|
+
description: Represents a single dependency.
|
|
750
|
+
type: object
|
|
751
|
+
properties:
|
|
752
|
+
definitionApiName:
|
|
753
|
+
description: The semantic definition API name.
|
|
754
|
+
type: string | nil
|
|
755
|
+
dependencies:
|
|
756
|
+
description: Represents a list of dependencies.
|
|
757
|
+
type: array
|
|
758
|
+
items:
|
|
759
|
+
type: SemanticDependencyOutputRepresentation
|
|
760
|
+
fieldApiName:
|
|
761
|
+
description: The field API name.
|
|
762
|
+
type: string | nil
|
|
763
|
+
SemanticDependencyInputRepresentation:
|
|
764
|
+
description: An input representation to retrieve a list of dependencies per definition.
|
|
765
|
+
type: object
|
|
766
|
+
properties:
|
|
767
|
+
definitionApiName:
|
|
768
|
+
description: Checks dependencies for a specific semantic definition API name.
|
|
769
|
+
type: string | nil
|
|
770
|
+
fieldApiName:
|
|
771
|
+
description: Checks dependencies for a specific field API name.
|
|
772
|
+
type: string | nil
|
|
773
|
+
SemanticDependencyOutputRepresentation:
|
|
774
|
+
description: Represents a single dependency.
|
|
775
|
+
type: object
|
|
776
|
+
properties:
|
|
777
|
+
apiName:
|
|
778
|
+
description: The dependency API name.
|
|
779
|
+
type: string
|
|
780
|
+
definitionType:
|
|
781
|
+
description: The dependency definition type.
|
|
782
|
+
type: SemanticDefinitionTypeEnum
|
|
783
|
+
label:
|
|
784
|
+
description: Label name.
|
|
785
|
+
type: string | nil
|
|
786
|
+
SemanticDimensionCollectionOutputRepresentation:
|
|
787
|
+
description: Represents the output of a semantic dimension collection.
|
|
788
|
+
type: object
|
|
789
|
+
properties:
|
|
790
|
+
items:
|
|
791
|
+
description: A list of semantic items.
|
|
792
|
+
type: array
|
|
793
|
+
items:
|
|
794
|
+
type: SemanticDimensionOutputRepresentation
|
|
795
|
+
SemanticDimensionInputRepresentation:
|
|
796
|
+
description: Input representation for creating a semantic dimension
|
|
797
|
+
type: object
|
|
798
|
+
properties:
|
|
799
|
+
apiName:
|
|
800
|
+
description: The API name of the semantic entity.
|
|
801
|
+
type: string
|
|
802
|
+
dataspace:
|
|
803
|
+
description: An optional dataspace in which the entity is located.
|
|
804
|
+
type: string | nil
|
|
805
|
+
description:
|
|
806
|
+
description: An optional description of the semantic entity.
|
|
807
|
+
type: string | nil
|
|
808
|
+
label:
|
|
809
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
810
|
+
type: string | nil
|
|
811
|
+
decimalPlace:
|
|
812
|
+
description: The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field.
|
|
813
|
+
type: integer | nil
|
|
814
|
+
displayCategory:
|
|
815
|
+
type: SemanticDisplayCategoryEnum
|
|
816
|
+
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
817
|
+
isVisible:
|
|
818
|
+
description: Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default.
|
|
819
|
+
type: boolean | nil
|
|
820
|
+
sortOrder:
|
|
821
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
|
|
822
|
+
type: SemanticSortOrderEnum
|
|
823
|
+
dataType:
|
|
824
|
+
description: The type of the dimension. Optional, if not specified, will use the original data type from the dmo/cio field.
|
|
825
|
+
type: SemanticDimensionDataTypeEnum
|
|
826
|
+
geoRole:
|
|
827
|
+
description: Required if the DataType is “Geo”. The geographic role of the Semantic Calculated Dimension. Valid values are Airport, Area Code (US), CBSA/MSA (US), City,Congressional, District (US), Country/Region, Country, NUTS Europe, Latitude, Longitude, State/Province and Zip Code/Postcode.
|
|
828
|
+
type: SemanticGeoRoleEnum
|
|
829
|
+
dataObjectFieldName:
|
|
830
|
+
description: The API name of the referenced data object dimension.
|
|
831
|
+
type: string | nil
|
|
832
|
+
SemanticDimensionOutputRepresentation:
|
|
833
|
+
description: A semantic dimension.
|
|
834
|
+
type: object
|
|
835
|
+
properties:
|
|
836
|
+
apiName:
|
|
837
|
+
description: The API name of the semantic entity.
|
|
838
|
+
type: string
|
|
839
|
+
createdBy:
|
|
840
|
+
description: The user who created the semantic entity.
|
|
841
|
+
type: string
|
|
842
|
+
createdDate:
|
|
843
|
+
description: The date in which the semantic entity was created.
|
|
844
|
+
type: string
|
|
845
|
+
description:
|
|
846
|
+
description: The Description of the semantic entity.
|
|
847
|
+
type: string | nil
|
|
848
|
+
required: false
|
|
849
|
+
id:
|
|
850
|
+
description: The object ID of the semantic entity.
|
|
851
|
+
type: string
|
|
852
|
+
label:
|
|
853
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
854
|
+
type: string | nil
|
|
855
|
+
lastModifiedBy:
|
|
856
|
+
description: The user who last modified the semantic entity.
|
|
857
|
+
type: string | nil
|
|
858
|
+
required: false
|
|
859
|
+
lastModifiedDate:
|
|
860
|
+
description: The date in which the semantic entity was last modified.
|
|
861
|
+
type: string | nil
|
|
862
|
+
required: false
|
|
863
|
+
decimalPlace:
|
|
864
|
+
description: The number of decimal places to display
|
|
865
|
+
type: integer | nil
|
|
866
|
+
required: false
|
|
867
|
+
displayCategory:
|
|
868
|
+
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
869
|
+
type: SemanticDisplayCategoryEnum
|
|
870
|
+
required: false
|
|
871
|
+
isVisible:
|
|
872
|
+
description: Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default.
|
|
873
|
+
type: boolean | nil
|
|
874
|
+
required: false
|
|
875
|
+
sortOrder:
|
|
876
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None.
|
|
877
|
+
type: SemanticSortOrderEnum
|
|
878
|
+
required: false
|
|
879
|
+
dataType:
|
|
880
|
+
type: SemanticDimensionDataTypeEnum
|
|
881
|
+
description: The type of data stored in the Semantic Calculated Dimension. Valid values are Text, Date, DateTime, Image, Boolean, Geo and Number.
|
|
882
|
+
geoRole:
|
|
883
|
+
description: The subtype for the 'Geo' data type. only valid and required when the data type is 'Geo'
|
|
884
|
+
type: SemanticGeoRoleEnum
|
|
885
|
+
required: false
|
|
886
|
+
dataObjectFieldName:
|
|
887
|
+
description: The API name of the referenced data object dimension.
|
|
888
|
+
type: string | nil
|
|
889
|
+
SemanticFieldReferenceInputRepresentation:
|
|
890
|
+
description: Input representation field reference
|
|
891
|
+
type: object
|
|
892
|
+
properties:
|
|
893
|
+
calculatedFieldApiName:
|
|
894
|
+
description: The API name of the calculated field.
|
|
895
|
+
type: string | nil
|
|
896
|
+
dataObjectFieldReference:
|
|
897
|
+
description: fully qualified data object field api name.
|
|
898
|
+
type: object
|
|
899
|
+
SemanticFieldReferenceOutputRepresentation:
|
|
900
|
+
description: Output representation of a semantic field reference
|
|
901
|
+
type: object
|
|
902
|
+
properties:
|
|
903
|
+
calculatedFieldApiName:
|
|
904
|
+
description: calculated field api name.
|
|
905
|
+
type: string | nil
|
|
906
|
+
required: false
|
|
907
|
+
dataObjectFieldReference:
|
|
908
|
+
description: fully qualified data object field api name.
|
|
909
|
+
type: SemanticDataObjectFieldReferenceOutputRepresentation
|
|
910
|
+
required: false
|
|
911
|
+
SemanticFilterInputRepresentation:
|
|
912
|
+
description: Input representation for creating a semantic filter
|
|
913
|
+
type: object
|
|
914
|
+
properties:
|
|
915
|
+
fieldName:
|
|
916
|
+
description: The string representation of the value being filtered.
|
|
917
|
+
type: string | nil
|
|
918
|
+
operator:
|
|
919
|
+
description: The operator for the filter.
|
|
920
|
+
type: SemanticFilterOperatorEnum
|
|
921
|
+
value:
|
|
922
|
+
description: The string representation of the value to filter against.
|
|
923
|
+
type: string | nil
|
|
924
|
+
SemanticFilterOutputRepresentation:
|
|
925
|
+
description: A semantic filter.
|
|
926
|
+
type: object
|
|
927
|
+
properties:
|
|
928
|
+
fieldName:
|
|
929
|
+
description: The API name on the field being filtered.
|
|
930
|
+
type: string | nil
|
|
931
|
+
operator:
|
|
932
|
+
description: The operator for the filter.
|
|
933
|
+
type: SemanticFilterOperatorEnum
|
|
934
|
+
value:
|
|
935
|
+
description: The string representation of the value to filter against.
|
|
936
|
+
type: string | nil
|
|
937
|
+
SemanticIdentifyingDimensionInputRepresentation:
|
|
938
|
+
description: Input representation for creating relationship between identifier and name dimensions
|
|
939
|
+
type: object
|
|
940
|
+
properties:
|
|
941
|
+
identifierDimensionReference:
|
|
942
|
+
description: Provides the identifying dimension
|
|
943
|
+
type: object
|
|
944
|
+
namingDimensionReference:
|
|
945
|
+
description: Provides the naming dimension
|
|
946
|
+
type: object
|
|
947
|
+
SemanticIdentifyingDimensionOutputRepresentation:
|
|
948
|
+
description: The output representation for a relationship between an identifier and a name for a specific dimension.
|
|
949
|
+
type: object
|
|
950
|
+
properties:
|
|
951
|
+
identifierDimensionReference:
|
|
952
|
+
description: Provides the identifier of the dimension
|
|
953
|
+
type: SemanticFieldReferenceOutputRepresentation
|
|
954
|
+
required: false
|
|
955
|
+
namingDimensionReference:
|
|
956
|
+
description: Provides the naming for the identified dimension
|
|
957
|
+
type: SemanticFieldReferenceOutputRepresentation
|
|
958
|
+
required: false
|
|
959
|
+
SemanticInsightTypeInputRepresentation:
|
|
960
|
+
description: Input representation for insight type
|
|
961
|
+
type: object
|
|
962
|
+
properties:
|
|
963
|
+
enabled:
|
|
964
|
+
description: Indicates whether insight type is enabled.
|
|
965
|
+
type: boolean | nil
|
|
966
|
+
type:
|
|
967
|
+
description: Insight type
|
|
968
|
+
type: SemanticInsightTypeTypeEnum
|
|
969
|
+
SemanticInsightTypeOutputRepresentation:
|
|
970
|
+
description: Output representation for insight type
|
|
971
|
+
type: object
|
|
972
|
+
properties:
|
|
973
|
+
enabled:
|
|
974
|
+
description: Indicates whether insight type is enabled.
|
|
975
|
+
type: boolean | nil
|
|
976
|
+
required: false
|
|
977
|
+
type:
|
|
978
|
+
description: Insight type
|
|
979
|
+
type: SemanticInsightTypeTypeEnum
|
|
980
|
+
required: false
|
|
981
|
+
SemanticInsightsSettingsInputRepresentation:
|
|
982
|
+
description: Input representation for metrics insights settings
|
|
983
|
+
type: object
|
|
984
|
+
properties:
|
|
985
|
+
identifyingDimension:
|
|
986
|
+
description: Dimensions that uniquely identify a row in the dataset
|
|
987
|
+
type: object
|
|
988
|
+
insightTypes:
|
|
989
|
+
description: Insight types allowed
|
|
990
|
+
type: array
|
|
991
|
+
items:
|
|
992
|
+
type: object
|
|
993
|
+
insightsDimensionsReferences:
|
|
994
|
+
description: Dimensions for evaluation
|
|
995
|
+
type: array
|
|
996
|
+
items:
|
|
997
|
+
type: object
|
|
998
|
+
pluralNoun:
|
|
999
|
+
description: Uses a plural noun to represent units.
|
|
1000
|
+
type: string | nil
|
|
1001
|
+
singularNoun:
|
|
1002
|
+
description: Uses a singular noun to represent units.
|
|
1003
|
+
type: string | nil
|
|
1004
|
+
SemanticInsightsSettingsOutputRepresentation:
|
|
1005
|
+
description: Output representation for metrics insights settings
|
|
1006
|
+
type: object
|
|
1007
|
+
properties:
|
|
1008
|
+
identifyingDimension:
|
|
1009
|
+
description: Dimensions that uniquely identify a row in the dataset
|
|
1010
|
+
type: SemanticIdentifyingDimensionOutputRepresentation
|
|
1011
|
+
required: false
|
|
1012
|
+
insightTypes:
|
|
1013
|
+
description: Insight types allowed
|
|
1014
|
+
type: array
|
|
1015
|
+
required: false
|
|
1016
|
+
items:
|
|
1017
|
+
type: SemanticInsightTypeOutputRepresentation
|
|
1018
|
+
insightsDimensionsReferences:
|
|
1019
|
+
description: Dimensions for evaluation
|
|
1020
|
+
type: array
|
|
1021
|
+
required: false
|
|
1022
|
+
items:
|
|
1023
|
+
type: SemanticFieldReferenceOutputRepresentation
|
|
1024
|
+
pluralNoun:
|
|
1025
|
+
description: Uses a plural noun to represent units.
|
|
1026
|
+
type: string | nil
|
|
1027
|
+
required: false
|
|
1028
|
+
singularNoun:
|
|
1029
|
+
description: Uses a singular noun to represent units.
|
|
1030
|
+
type: string | nil
|
|
1031
|
+
required: false
|
|
1032
|
+
SemanticLogicalViewCollectionOutputRepresentation:
|
|
1033
|
+
description: A representation of a collection of semantic logical views.
|
|
1034
|
+
type: object
|
|
1035
|
+
properties:
|
|
1036
|
+
items:
|
|
1037
|
+
description: A list of semantic items.
|
|
1038
|
+
type: array
|
|
1039
|
+
items:
|
|
1040
|
+
type: SemanticLogicalViewOutputRepresentation
|
|
1041
|
+
SemanticLogicalViewInputRepresentation:
|
|
1042
|
+
description: Input representation for creating a semantic logical view
|
|
1043
|
+
type: object
|
|
1044
|
+
properties:
|
|
1045
|
+
apiName:
|
|
1046
|
+
description: The API name of the semantic entity.
|
|
1047
|
+
type: string
|
|
1048
|
+
dataspace:
|
|
1049
|
+
description: An optional dataspace in which the entity is located.
|
|
1050
|
+
type: string | nil
|
|
1051
|
+
description:
|
|
1052
|
+
description: An optional description of the semantic entity.
|
|
1053
|
+
type: string | nil
|
|
1054
|
+
label:
|
|
1055
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
1056
|
+
type: string | nil
|
|
1057
|
+
filterLogic:
|
|
1058
|
+
description: The logic for generating a filter based on the list of filters.
|
|
1059
|
+
type: string | nil
|
|
1060
|
+
filters:
|
|
1061
|
+
description: The list of filters to be used as building blocks for the filter logic.
|
|
1062
|
+
type: array
|
|
1063
|
+
items:
|
|
1064
|
+
type: object
|
|
1065
|
+
semanticDataObjects:
|
|
1066
|
+
description: The semantic data objects within the logical view.
|
|
1067
|
+
type: array
|
|
1068
|
+
items:
|
|
1069
|
+
type: object
|
|
1070
|
+
semanticRelationships:
|
|
1071
|
+
description: Represents the possible joins within the logical view.
|
|
1072
|
+
type: array
|
|
1073
|
+
items:
|
|
1074
|
+
type: object
|
|
1075
|
+
SemanticLogicalViewOutputRepresentation:
|
|
1076
|
+
description: A semantic logical view.
|
|
1077
|
+
type: object
|
|
1078
|
+
properties:
|
|
1079
|
+
apiName:
|
|
1080
|
+
description: The API name of the semantic entity.
|
|
1081
|
+
type: string
|
|
1082
|
+
createdBy:
|
|
1083
|
+
description: The user who created the semantic entity.
|
|
1084
|
+
type: string
|
|
1085
|
+
createdDate:
|
|
1086
|
+
description: The date in which the semantic entity was created.
|
|
1087
|
+
type: string
|
|
1088
|
+
description:
|
|
1089
|
+
description: The Description of the semantic entity.
|
|
1090
|
+
type: string | nil
|
|
1091
|
+
required: false
|
|
1092
|
+
id:
|
|
1093
|
+
description: The object ID of the semantic entity.
|
|
1094
|
+
type: string
|
|
1095
|
+
label:
|
|
1096
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
1097
|
+
type: string | nil
|
|
1098
|
+
lastModifiedBy:
|
|
1099
|
+
description: The user who last modified the semantic entity.
|
|
1100
|
+
type: string | nil
|
|
1101
|
+
required: false
|
|
1102
|
+
lastModifiedDate:
|
|
1103
|
+
description: The date in which the semantic entity was last modified.
|
|
1104
|
+
type: string | nil
|
|
1105
|
+
required: false
|
|
1106
|
+
filterLogic:
|
|
1107
|
+
description: The logic expression for generating a filter based on the list of filters.
|
|
1108
|
+
type: string | nil
|
|
1109
|
+
required: false
|
|
1110
|
+
filters:
|
|
1111
|
+
description: The list of filters to be used as building blocks for the filter logic.
|
|
1112
|
+
type: array
|
|
1113
|
+
required: false
|
|
1114
|
+
items:
|
|
1115
|
+
type: SemanticFilterOutputRepresentation
|
|
1116
|
+
semanticDataObjects:
|
|
1117
|
+
description: The list of the referenced semantic data objects.
|
|
1118
|
+
type: array
|
|
1119
|
+
required: false
|
|
1120
|
+
items:
|
|
1121
|
+
type: SemanticDataObjectOutputRepresentation
|
|
1122
|
+
semanticRelationships:
|
|
1123
|
+
description: The list of the referenced semantic relationships.
|
|
1124
|
+
type: array
|
|
1125
|
+
required: false
|
|
1126
|
+
items:
|
|
1127
|
+
type: SemanticRelationshipOutputRepresentation
|
|
1128
|
+
SemanticLogicalViewPartialInputRepresentation:
|
|
1129
|
+
description: Limited input representation for patching a semantic logical view
|
|
1130
|
+
type: object
|
|
1131
|
+
properties:
|
|
1132
|
+
apiName:
|
|
1133
|
+
description: The API name of the semantic entity.
|
|
1134
|
+
type: string
|
|
1135
|
+
dataspace:
|
|
1136
|
+
description: An optional dataspace in which the entity is located.
|
|
1137
|
+
type: string | nil
|
|
1138
|
+
description:
|
|
1139
|
+
description: An optional description of the semantic entity.
|
|
1140
|
+
type: string | nil
|
|
1141
|
+
label:
|
|
1142
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
1143
|
+
type: string | nil
|
|
1144
|
+
filterLogic:
|
|
1145
|
+
description: The logic for generating a filter based on the list of filters.
|
|
1146
|
+
type: string | nil
|
|
1147
|
+
filters:
|
|
1148
|
+
description: The list of filters to be used as building blocks for the filter logic.
|
|
1149
|
+
type: array
|
|
1150
|
+
items:
|
|
1151
|
+
type: object
|
|
1152
|
+
SemanticMeasurementCollectionOutputRepresentation:
|
|
1153
|
+
description: Semantic measurement collection representation.
|
|
1154
|
+
type: object
|
|
1155
|
+
properties:
|
|
1156
|
+
items:
|
|
1157
|
+
description: A list of semantic items.
|
|
1158
|
+
type: array
|
|
1159
|
+
items:
|
|
1160
|
+
type: SemanticMeasurementOutputRepresentation
|
|
1161
|
+
SemanticMeasurementInputRepresentation:
|
|
1162
|
+
description: Input representation for creating a semantic measurement
|
|
1163
|
+
type: object
|
|
1164
|
+
properties:
|
|
1165
|
+
apiName:
|
|
1166
|
+
description: The API name of the semantic entity.
|
|
1167
|
+
type: string
|
|
1168
|
+
dataspace:
|
|
1169
|
+
description: An optional dataspace in which the entity is located.
|
|
1170
|
+
type: string | nil
|
|
1171
|
+
description:
|
|
1172
|
+
description: An optional description of the semantic entity.
|
|
1173
|
+
type: string | nil
|
|
1174
|
+
label:
|
|
1175
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
1176
|
+
type: string | nil
|
|
1177
|
+
decimalPlace:
|
|
1178
|
+
description: The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field.
|
|
1179
|
+
type: integer | nil
|
|
1180
|
+
displayCategory:
|
|
1181
|
+
type: SemanticDisplayCategoryEnum
|
|
1182
|
+
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
1183
|
+
isVisible:
|
|
1184
|
+
description: Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default.
|
|
1185
|
+
type: boolean | nil
|
|
1186
|
+
sortOrder:
|
|
1187
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
|
|
1188
|
+
type: SemanticSortOrderEnum
|
|
1189
|
+
aggregationType:
|
|
1190
|
+
description: A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg, and None.
|
|
1191
|
+
type: SemanticAggregationTypeEnum
|
|
1192
|
+
dataType:
|
|
1193
|
+
description: Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage.
|
|
1194
|
+
type: SemanticMeasurementDataTypeEnum
|
|
1195
|
+
directionality:
|
|
1196
|
+
description: Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down).
|
|
1197
|
+
type: SemanticDirectionalityTypeEnum
|
|
1198
|
+
shouldTreatNullsAsZeros:
|
|
1199
|
+
description: Should we treat null values as zeros?
|
|
1200
|
+
type: boolean | nil
|
|
1201
|
+
dataObjectFieldName:
|
|
1202
|
+
description: The API name of the referenced data object measurement.
|
|
1203
|
+
type: string | nil
|
|
1204
|
+
SemanticMeasurementOutputRepresentation:
|
|
1205
|
+
description: A semantic measurement.
|
|
1206
|
+
type: object
|
|
1207
|
+
properties:
|
|
1208
|
+
apiName:
|
|
1209
|
+
description: The API name of the semantic entity.
|
|
1210
|
+
type: string
|
|
1211
|
+
createdBy:
|
|
1212
|
+
description: The user who created the semantic entity.
|
|
1213
|
+
type: string
|
|
1214
|
+
createdDate:
|
|
1215
|
+
description: The date in which the semantic entity was created.
|
|
1216
|
+
type: string
|
|
1217
|
+
description:
|
|
1218
|
+
description: The Description of the semantic entity.
|
|
1219
|
+
type: string | nil
|
|
1220
|
+
required: false
|
|
1221
|
+
id:
|
|
1222
|
+
description: The object ID of the semantic entity.
|
|
1223
|
+
type: string
|
|
1224
|
+
label:
|
|
1225
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
1226
|
+
type: string | nil
|
|
1227
|
+
lastModifiedBy:
|
|
1228
|
+
description: The user who last modified the semantic entity.
|
|
1229
|
+
type: string | nil
|
|
1230
|
+
required: false
|
|
1231
|
+
lastModifiedDate:
|
|
1232
|
+
description: The date in which the semantic entity was last modified.
|
|
1233
|
+
type: string | nil
|
|
1234
|
+
required: false
|
|
1235
|
+
decimalPlace:
|
|
1236
|
+
description: The number of decimal places to display
|
|
1237
|
+
type: integer | nil
|
|
1238
|
+
required: false
|
|
1239
|
+
displayCategory:
|
|
1240
|
+
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
1241
|
+
type: SemanticDisplayCategoryEnum
|
|
1242
|
+
required: false
|
|
1243
|
+
isVisible:
|
|
1244
|
+
description: Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default.
|
|
1245
|
+
type: boolean | nil
|
|
1246
|
+
required: false
|
|
1247
|
+
sortOrder:
|
|
1248
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None.
|
|
1249
|
+
type: SemanticSortOrderEnum
|
|
1250
|
+
required: false
|
|
1251
|
+
aggregationType:
|
|
1252
|
+
description: A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None.
|
|
1253
|
+
type: SemanticAggregationTypeEnum
|
|
1254
|
+
required: false
|
|
1255
|
+
dataType:
|
|
1256
|
+
description: The type of data stored in specific fields within a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage.
|
|
1257
|
+
type: SemanticMeasurementDataTypeEnum
|
|
1258
|
+
directionality:
|
|
1259
|
+
description: Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down).
|
|
1260
|
+
type: SemanticDirectionalityTypeEnum
|
|
1261
|
+
required: false
|
|
1262
|
+
isAggregatable:
|
|
1263
|
+
description: Indicates if the measurement can be aggregated or not
|
|
1264
|
+
type: boolean | nil
|
|
1265
|
+
required: false
|
|
1266
|
+
shouldTreatNullsAsZeros:
|
|
1267
|
+
description: Should we treat nulls as zeros?
|
|
1268
|
+
type: boolean | nil
|
|
1269
|
+
dataObjectFieldName:
|
|
1270
|
+
description: The API name of the referenced data object measurement.
|
|
1271
|
+
type: string | nil
|
|
1272
|
+
SemanticMetricCollectionOutputRepresentation:
|
|
1273
|
+
description: Semantic metrics collection representation.
|
|
1274
|
+
type: object
|
|
1275
|
+
properties:
|
|
1276
|
+
metrics:
|
|
1277
|
+
description: The list of semantic metrics.
|
|
1278
|
+
type: array
|
|
1279
|
+
items:
|
|
1280
|
+
type: SemanticMetricOutputRepresentation
|
|
1281
|
+
SemanticMetricInputRepresentation:
|
|
1282
|
+
description: Input representation for creating a semantic metric
|
|
1283
|
+
type: object
|
|
1284
|
+
properties:
|
|
1285
|
+
apiName:
|
|
1286
|
+
description: The API name of the semantic entity.
|
|
1287
|
+
type: string
|
|
1288
|
+
dataspace:
|
|
1289
|
+
description: An optional dataspace in which the entity is located.
|
|
1290
|
+
type: string | nil
|
|
1291
|
+
description:
|
|
1292
|
+
description: An optional description of the semantic entity.
|
|
1293
|
+
type: string | nil
|
|
1294
|
+
label:
|
|
1295
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
1296
|
+
type: string | nil
|
|
1297
|
+
adjustableFilters:
|
|
1298
|
+
description: A list of dimension API names that can be used as filters.
|
|
1299
|
+
type: array
|
|
1300
|
+
items:
|
|
1301
|
+
type: object
|
|
1302
|
+
filterLogic:
|
|
1303
|
+
description: Logical expression that defines how and when the filter conditions will be applied. Valid values are AND, OR, NOT and parenthesis ().
|
|
1304
|
+
type: string | nil
|
|
1305
|
+
filters:
|
|
1306
|
+
description: A list of filters to be used to create filter logic.
|
|
1307
|
+
type: array
|
|
1308
|
+
items:
|
|
1309
|
+
type: object
|
|
1310
|
+
insightsSettings:
|
|
1311
|
+
description: Settings for insightsSettings
|
|
1312
|
+
type: object
|
|
1313
|
+
measurementReference:
|
|
1314
|
+
description: References a specific calculated measurement or field.
|
|
1315
|
+
type: object
|
|
1316
|
+
timeDimensionReference:
|
|
1317
|
+
description: References a specific calculated time dimension or field.
|
|
1318
|
+
type: object
|
|
1319
|
+
timeGrains:
|
|
1320
|
+
description: The time grain values allowed to be used.
|
|
1321
|
+
type: array
|
|
1322
|
+
items:
|
|
1323
|
+
type: SemanticTimeGrainTypeEnum
|
|
1324
|
+
SemanticMetricOutputRepresentation:
|
|
1325
|
+
description: Output representation for creating a semantic metric
|
|
1326
|
+
type: object
|
|
1327
|
+
properties:
|
|
1328
|
+
apiName:
|
|
1329
|
+
description: The API name of the semantic entity.
|
|
1330
|
+
type: string
|
|
1331
|
+
createdBy:
|
|
1332
|
+
description: The user who created the semantic entity.
|
|
1333
|
+
type: string
|
|
1334
|
+
createdDate:
|
|
1335
|
+
description: The date in which the semantic entity was created.
|
|
1336
|
+
type: string
|
|
1337
|
+
description:
|
|
1338
|
+
description: The Description of the semantic entity.
|
|
1339
|
+
type: string | nil
|
|
1340
|
+
required: false
|
|
1341
|
+
id:
|
|
1342
|
+
description: The object ID of the semantic entity.
|
|
1343
|
+
type: string
|
|
1344
|
+
label:
|
|
1345
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
1346
|
+
type: string | nil
|
|
1347
|
+
lastModifiedBy:
|
|
1348
|
+
description: The user who last modified the semantic entity.
|
|
1349
|
+
type: string | nil
|
|
1350
|
+
required: false
|
|
1351
|
+
lastModifiedDate:
|
|
1352
|
+
description: The date in which the semantic entity was last modified.
|
|
1353
|
+
type: string | nil
|
|
1354
|
+
required: false
|
|
1355
|
+
adjustableFilters:
|
|
1356
|
+
description: A list of dimension API names that can be used as filters.
|
|
1357
|
+
type: array
|
|
1358
|
+
required: false
|
|
1359
|
+
items:
|
|
1360
|
+
type: SemanticFieldReferenceOutputRepresentation
|
|
1361
|
+
filterLogic:
|
|
1362
|
+
description: The logic expression for generating a filter based on the list of filters.
|
|
1363
|
+
type: string | nil
|
|
1364
|
+
required: false
|
|
1365
|
+
filters:
|
|
1366
|
+
description: A list of filters to be used to create filter logic.
|
|
1367
|
+
type: array
|
|
1368
|
+
required: false
|
|
1369
|
+
items:
|
|
1370
|
+
type: SemanticFilterOutputRepresentation
|
|
1371
|
+
insightsSettings:
|
|
1372
|
+
description: Settings for insights
|
|
1373
|
+
type: SemanticInsightsSettingsOutputRepresentation
|
|
1374
|
+
required: false
|
|
1375
|
+
measurementReference:
|
|
1376
|
+
description: References a specific calculated measurement or field.
|
|
1377
|
+
type: SemanticFieldReferenceOutputRepresentation
|
|
1378
|
+
required: false
|
|
1379
|
+
timeDimensionReference:
|
|
1380
|
+
description: References a specific calculated time dimension or field.
|
|
1381
|
+
type: SemanticFieldReferenceOutputRepresentation
|
|
1382
|
+
required: false
|
|
1383
|
+
timeGrains:
|
|
1384
|
+
description: The time grain values allowed to be used.
|
|
1385
|
+
type: array
|
|
1386
|
+
required: false
|
|
1387
|
+
items:
|
|
1388
|
+
type: SemanticTimeGrainTypeEnum
|
|
1389
|
+
SemanticModelCollectionOutputRepresentation:
|
|
1390
|
+
description: Semantic model collection representation.
|
|
1391
|
+
type: object
|
|
1392
|
+
properties:
|
|
1393
|
+
count:
|
|
1394
|
+
description: The number of results returned in this page.
|
|
1395
|
+
type: integer | nil
|
|
1396
|
+
currentPageUrl:
|
|
1397
|
+
description: Support for server side pagination - Current page absolute url with query parameters.
|
|
1398
|
+
type: string | nil
|
|
1399
|
+
required: false
|
|
1400
|
+
items:
|
|
1401
|
+
description: The list of semantic models.
|
|
1402
|
+
type: array
|
|
1403
|
+
required: false
|
|
1404
|
+
items:
|
|
1405
|
+
type: SemanticModelPartialOutputRepresentation
|
|
1406
|
+
nextPageUrl:
|
|
1407
|
+
description: Support for server side pagination - Next page absolute url with query parameters.
|
|
1408
|
+
type: string | nil
|
|
1409
|
+
required: false
|
|
1410
|
+
previousPageUrl:
|
|
1411
|
+
description: Support for server side pagination - Previous page absolute url with query parameters.
|
|
1412
|
+
type: string | nil
|
|
1413
|
+
required: false
|
|
1414
|
+
total:
|
|
1415
|
+
description: The total amount of results in all the pages.
|
|
1416
|
+
type: integer | nil
|
|
1417
|
+
SemanticModelInputRepresentation:
|
|
1418
|
+
description: Input representation for creating semantic model
|
|
1419
|
+
type: object
|
|
1420
|
+
properties:
|
|
1421
|
+
apiName:
|
|
1422
|
+
description: The API name of the semantic entity.
|
|
1423
|
+
type: string
|
|
1424
|
+
dataspace:
|
|
1425
|
+
description: An optional dataspace in which the entity is located.
|
|
1426
|
+
type: string | nil
|
|
1427
|
+
description:
|
|
1428
|
+
description: An optional description of the semantic entity.
|
|
1429
|
+
type: string | nil
|
|
1430
|
+
label:
|
|
1431
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
1432
|
+
type: string | nil
|
|
1433
|
+
app:
|
|
1434
|
+
description: App to which the Semantic Model belongs.
|
|
1435
|
+
type: string | nil
|
|
1436
|
+
categories:
|
|
1437
|
+
description: Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other.
|
|
1438
|
+
type: array
|
|
1439
|
+
items:
|
|
1440
|
+
type: SemanticDisplayCategoryEnum
|
|
1441
|
+
queryUnrelatedDataObjects:
|
|
1442
|
+
description: Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
1443
|
+
type: SemanticQueryUnrelatedDataObjectTypeEnum
|
|
1444
|
+
baseModels:
|
|
1445
|
+
description: App to which the Semantic Model belongs.
|
|
1446
|
+
type: array
|
|
1447
|
+
items:
|
|
1448
|
+
type: object
|
|
1449
|
+
semanticCalculatedDimensions:
|
|
1450
|
+
description: Semantic calculated dimensions within the model.
|
|
1451
|
+
type: array
|
|
1452
|
+
items:
|
|
1453
|
+
type: object
|
|
1454
|
+
semanticCalculatedMeasurements:
|
|
1455
|
+
description: Semantic calculated measurements within the model.
|
|
1456
|
+
type: array
|
|
1457
|
+
items:
|
|
1458
|
+
type: object
|
|
1459
|
+
semanticDataObjects:
|
|
1460
|
+
description: Semantic data objects within the model.
|
|
1461
|
+
type: array
|
|
1462
|
+
items:
|
|
1463
|
+
type: object
|
|
1464
|
+
semanticLogicalViews:
|
|
1465
|
+
description: Semantic logical views within the model.
|
|
1466
|
+
type: array
|
|
1467
|
+
items:
|
|
1468
|
+
type: object
|
|
1469
|
+
semanticMetrics:
|
|
1470
|
+
description: Semantic metrics within the model.
|
|
1471
|
+
type: array
|
|
1472
|
+
items:
|
|
1473
|
+
type: object
|
|
1474
|
+
semanticParameters:
|
|
1475
|
+
description: Semantic parameters within the model.
|
|
1476
|
+
type: array
|
|
1477
|
+
items:
|
|
1478
|
+
type: object
|
|
1479
|
+
semanticRelationships:
|
|
1480
|
+
description: Semantic relationships within the model.
|
|
1481
|
+
type: array
|
|
1482
|
+
items:
|
|
1483
|
+
type: object
|
|
1484
|
+
SemanticModelOutputRepresentation:
|
|
1485
|
+
description: The output representation of a specific semantic model.
|
|
1486
|
+
type: object
|
|
1487
|
+
properties:
|
|
1488
|
+
apiName:
|
|
1489
|
+
description: The API name of the semantic entity.
|
|
1490
|
+
type: string
|
|
1491
|
+
createdBy:
|
|
1492
|
+
description: The user who created the semantic entity.
|
|
1493
|
+
type: string
|
|
1494
|
+
createdDate:
|
|
1495
|
+
description: The date in which the semantic entity was created.
|
|
1496
|
+
type: string
|
|
1497
|
+
description:
|
|
1498
|
+
description: The Description of the semantic entity.
|
|
1499
|
+
type: string | nil
|
|
1500
|
+
required: false
|
|
1501
|
+
id:
|
|
1502
|
+
description: The object ID of the semantic entity.
|
|
1503
|
+
type: string
|
|
1504
|
+
label:
|
|
1505
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
1506
|
+
type: string | nil
|
|
1507
|
+
lastModifiedBy:
|
|
1508
|
+
description: The user who last modified the semantic entity.
|
|
1509
|
+
type: string | nil
|
|
1510
|
+
required: false
|
|
1511
|
+
lastModifiedDate:
|
|
1512
|
+
description: The date in which the semantic entity was last modified.
|
|
1513
|
+
type: string | nil
|
|
1514
|
+
required: false
|
|
1515
|
+
app:
|
|
1516
|
+
description: App to which the Semantic Model belongs.
|
|
1517
|
+
type: string | nil
|
|
1518
|
+
required: false
|
|
1519
|
+
categories:
|
|
1520
|
+
description: Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other.
|
|
1521
|
+
type: array
|
|
1522
|
+
required: false
|
|
1523
|
+
items:
|
|
1524
|
+
type: SemanticDisplayCategoryEnum
|
|
1525
|
+
dataspace:
|
|
1526
|
+
description: Required. Dataspace in which the Semantic Model is located.
|
|
1527
|
+
type: string | nil
|
|
1528
|
+
queryUnrelatedDataObjects:
|
|
1529
|
+
description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
1530
|
+
type: SemanticQueryUnrelatedDataObjectTypeEnum
|
|
1531
|
+
required: false
|
|
1532
|
+
semanticCalculatedDimensionsUrl:
|
|
1533
|
+
description: The URL that references the Semantic Calculated Dimensions.
|
|
1534
|
+
type: string | nil
|
|
1535
|
+
required: false
|
|
1536
|
+
semanticCalculatedMeasurementsUrl:
|
|
1537
|
+
description: The URL that references the Semantic Calculated Measurements.
|
|
1538
|
+
type: string | nil
|
|
1539
|
+
required: false
|
|
1540
|
+
semanticDataObjectsUrl:
|
|
1541
|
+
description: The URL that references the Semantic Data Objects.
|
|
1542
|
+
type: string | nil
|
|
1543
|
+
required: false
|
|
1544
|
+
semanticParametersUrl:
|
|
1545
|
+
description: The URL that references the Semantic Parameters.
|
|
1546
|
+
type: string | nil
|
|
1547
|
+
required: false
|
|
1548
|
+
semanticRelationshipsUrl:
|
|
1549
|
+
description: The URL that references the Semantic Relationships.
|
|
1550
|
+
type: string | nil
|
|
1551
|
+
required: false
|
|
1552
|
+
baseModels:
|
|
1553
|
+
description: List of base models, the current model is extending.
|
|
1554
|
+
type: array
|
|
1555
|
+
required: false
|
|
1556
|
+
items:
|
|
1557
|
+
type: SemanticBaseModelOutputRepresentation
|
|
1558
|
+
semanticCalculatedDimensions:
|
|
1559
|
+
description: The semantic calculated dimensions belonging to this model.
|
|
1560
|
+
type: array
|
|
1561
|
+
required: false
|
|
1562
|
+
items:
|
|
1563
|
+
type: SemanticCalculatedDimensionOutputRepresentation
|
|
1564
|
+
semanticCalculatedMeasurements:
|
|
1565
|
+
description: The semantic calculated measurements belonging to this model.
|
|
1566
|
+
type: array
|
|
1567
|
+
required: false
|
|
1568
|
+
items:
|
|
1569
|
+
type: SemanticCalculatedMeasurementOutputRepresentation
|
|
1570
|
+
semanticDataObjects:
|
|
1571
|
+
description: The list of semantic data objects belonging to the semantic model.
|
|
1572
|
+
type: array
|
|
1573
|
+
required: false
|
|
1574
|
+
items:
|
|
1575
|
+
type: SemanticDataObjectOutputRepresentation
|
|
1576
|
+
semanticLogicalViews:
|
|
1577
|
+
description: The semantic logical views belonging to this model.
|
|
1578
|
+
type: array
|
|
1579
|
+
required: false
|
|
1580
|
+
items:
|
|
1581
|
+
type: SemanticLogicalViewOutputRepresentation
|
|
1582
|
+
semanticMetrics:
|
|
1583
|
+
description: The semantic metrics belonging to this model.
|
|
1584
|
+
type: array
|
|
1585
|
+
required: false
|
|
1586
|
+
items:
|
|
1587
|
+
type: SemanticMetricOutputRepresentation
|
|
1588
|
+
semanticParameters:
|
|
1589
|
+
description: The list of parameters belonging to the semantic model.
|
|
1590
|
+
type: array
|
|
1591
|
+
required: false
|
|
1592
|
+
items:
|
|
1593
|
+
type: SemanticParameterOutputRepresentation
|
|
1594
|
+
semanticRelationships:
|
|
1595
|
+
description: The list of relationships belonging to the semantic model.
|
|
1596
|
+
type: array
|
|
1597
|
+
required: false
|
|
1598
|
+
items:
|
|
1599
|
+
type: SemanticRelationshipOutputRepresentation
|
|
1600
|
+
SemanticModelPartialInputRepresentation:
|
|
1601
|
+
description: Limited input representation for patching semantic model
|
|
1602
|
+
type: object
|
|
1603
|
+
properties:
|
|
1604
|
+
apiName:
|
|
1605
|
+
description: The API name of the semantic entity.
|
|
1606
|
+
type: string
|
|
1607
|
+
dataspace:
|
|
1608
|
+
description: An optional dataspace in which the entity is located.
|
|
1609
|
+
type: string | nil
|
|
1610
|
+
description:
|
|
1611
|
+
description: An optional description of the semantic entity.
|
|
1612
|
+
type: string | nil
|
|
1613
|
+
label:
|
|
1614
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
1615
|
+
type: string | nil
|
|
1616
|
+
app:
|
|
1617
|
+
description: App to which the Semantic Model belongs.
|
|
1618
|
+
type: string | nil
|
|
1619
|
+
categories:
|
|
1620
|
+
description: Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other.
|
|
1621
|
+
type: array
|
|
1622
|
+
items:
|
|
1623
|
+
type: SemanticDisplayCategoryEnum
|
|
1624
|
+
queryUnrelatedDataObjects:
|
|
1625
|
+
description: Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
1626
|
+
type: SemanticQueryUnrelatedDataObjectTypeEnum
|
|
1627
|
+
SemanticModelPartialOutputRepresentation:
|
|
1628
|
+
description: The output representation of a partial semantic model.
|
|
1629
|
+
type: object
|
|
1630
|
+
properties:
|
|
1631
|
+
apiName:
|
|
1632
|
+
description: The API name of the semantic entity.
|
|
1633
|
+
type: string
|
|
1634
|
+
createdBy:
|
|
1635
|
+
description: The user who created the semantic entity.
|
|
1636
|
+
type: string
|
|
1637
|
+
createdDate:
|
|
1638
|
+
description: The date in which the semantic entity was created.
|
|
1639
|
+
type: string
|
|
1640
|
+
description:
|
|
1641
|
+
description: The Description of the semantic entity.
|
|
1642
|
+
type: string | nil
|
|
1643
|
+
required: false
|
|
1644
|
+
id:
|
|
1645
|
+
description: The object ID of the semantic entity.
|
|
1646
|
+
type: string
|
|
1647
|
+
label:
|
|
1648
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
1649
|
+
type: string | nil
|
|
1650
|
+
lastModifiedBy:
|
|
1651
|
+
description: The user who last modified the semantic entity.
|
|
1652
|
+
type: string | nil
|
|
1653
|
+
required: false
|
|
1654
|
+
lastModifiedDate:
|
|
1655
|
+
description: The date in which the semantic entity was last modified.
|
|
1656
|
+
type: string | nil
|
|
1657
|
+
required: false
|
|
1658
|
+
app:
|
|
1659
|
+
description: App to which the Semantic Model belongs.
|
|
1660
|
+
type: string | nil
|
|
1661
|
+
required: false
|
|
1662
|
+
categories:
|
|
1663
|
+
description: Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other.
|
|
1664
|
+
type: array
|
|
1665
|
+
required: false
|
|
1666
|
+
items:
|
|
1667
|
+
type: SemanticDisplayCategoryEnum
|
|
1668
|
+
dataspace:
|
|
1669
|
+
description: Required. Dataspace in which the Semantic Model is located.
|
|
1670
|
+
type: string | nil
|
|
1671
|
+
queryUnrelatedDataObjects:
|
|
1672
|
+
description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
1673
|
+
type: SemanticQueryUnrelatedDataObjectTypeEnum
|
|
1674
|
+
required: false
|
|
1675
|
+
semanticCalculatedDimensionsUrl:
|
|
1676
|
+
description: The URL that references the Semantic Calculated Dimensions.
|
|
1677
|
+
type: string | nil
|
|
1678
|
+
required: false
|
|
1679
|
+
semanticCalculatedMeasurementsUrl:
|
|
1680
|
+
description: The URL that references the Semantic Calculated Measurements.
|
|
1681
|
+
type: string | nil
|
|
1682
|
+
required: false
|
|
1683
|
+
semanticDataObjectsUrl:
|
|
1684
|
+
description: The URL that references the Semantic Data Objects.
|
|
1685
|
+
type: string | nil
|
|
1686
|
+
required: false
|
|
1687
|
+
semanticParametersUrl:
|
|
1688
|
+
description: The URL that references the Semantic Parameters.
|
|
1689
|
+
type: string | nil
|
|
1690
|
+
required: false
|
|
1691
|
+
semanticRelationshipsUrl:
|
|
1692
|
+
description: The URL that references the Semantic Relationships.
|
|
1693
|
+
type: string | nil
|
|
1694
|
+
required: false
|
|
1695
|
+
SemanticParameterCollectionOutputRepresentation:
|
|
1696
|
+
description: Semantic parameter collection representation.
|
|
1697
|
+
type: object
|
|
1698
|
+
properties:
|
|
1699
|
+
items:
|
|
1700
|
+
description: A list of semantic items.
|
|
1701
|
+
type: array
|
|
1702
|
+
items:
|
|
1703
|
+
type: SemanticParameterOutputRepresentation
|
|
1704
|
+
SemanticParameterInputRepresentation:
|
|
1705
|
+
description: Input representation for creating a semantic parameter
|
|
1706
|
+
type: object
|
|
1707
|
+
properties:
|
|
1708
|
+
apiName:
|
|
1709
|
+
description: The API name of the semantic entity.
|
|
1710
|
+
type: string
|
|
1711
|
+
dataspace:
|
|
1712
|
+
description: An optional dataspace in which the entity is located.
|
|
1713
|
+
type: string | nil
|
|
1714
|
+
description:
|
|
1715
|
+
description: An optional description of the semantic entity.
|
|
1716
|
+
type: string | nil
|
|
1717
|
+
label:
|
|
1718
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
1719
|
+
type: string | nil
|
|
1720
|
+
dataType:
|
|
1721
|
+
description: The data type of the semantic parameter.
|
|
1722
|
+
type: SemanticParameterDataTypeEnum
|
|
1723
|
+
defaultValue:
|
|
1724
|
+
description: The default value of the semantic parameter.
|
|
1725
|
+
type: string | nil
|
|
1726
|
+
maxValue:
|
|
1727
|
+
description: The maximum value range of the semantic parameter.
|
|
1728
|
+
type: string | nil
|
|
1729
|
+
minValue:
|
|
1730
|
+
description: The minimum value range of the semantic parameter.
|
|
1731
|
+
type: string | nil
|
|
1732
|
+
stepSize:
|
|
1733
|
+
description: The step size range of the semantic parameter.
|
|
1734
|
+
type: string | nil
|
|
1735
|
+
type:
|
|
1736
|
+
description: The semantic parameter type.
|
|
1737
|
+
type: SemanticParameterTypeEnum
|
|
1738
|
+
values:
|
|
1739
|
+
description: The list values of the semantic parameter.
|
|
1740
|
+
type: array
|
|
1741
|
+
items:
|
|
1742
|
+
type: string
|
|
1743
|
+
SemanticParameterOutputRepresentation:
|
|
1744
|
+
description: A semantic parameter.
|
|
1745
|
+
type: object
|
|
1746
|
+
properties:
|
|
1747
|
+
apiName:
|
|
1748
|
+
description: The API name of the semantic entity.
|
|
1749
|
+
type: string
|
|
1750
|
+
createdBy:
|
|
1751
|
+
description: The user who created the semantic entity.
|
|
1752
|
+
type: string
|
|
1753
|
+
createdDate:
|
|
1754
|
+
description: The date in which the semantic entity was created.
|
|
1755
|
+
type: string
|
|
1756
|
+
description:
|
|
1757
|
+
description: The Description of the semantic entity.
|
|
1758
|
+
type: string | nil
|
|
1759
|
+
required: false
|
|
1760
|
+
id:
|
|
1761
|
+
description: The object ID of the semantic entity.
|
|
1762
|
+
type: string
|
|
1763
|
+
label:
|
|
1764
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
1765
|
+
type: string | nil
|
|
1766
|
+
lastModifiedBy:
|
|
1767
|
+
description: The user who last modified the semantic entity.
|
|
1768
|
+
type: string | nil
|
|
1769
|
+
required: false
|
|
1770
|
+
lastModifiedDate:
|
|
1771
|
+
description: The date in which the semantic entity was last modified.
|
|
1772
|
+
type: string | nil
|
|
1773
|
+
required: false
|
|
1774
|
+
dataType:
|
|
1775
|
+
description: The data type of the semantic parameter.
|
|
1776
|
+
type: SemanticParameterDataTypeEnum
|
|
1777
|
+
defaultValue:
|
|
1778
|
+
description: The default value of the semantic parameter.
|
|
1779
|
+
type: string | nil
|
|
1780
|
+
required: false
|
|
1781
|
+
maxValue:
|
|
1782
|
+
description: The maximum value range of the semantic parameter.
|
|
1783
|
+
type: string | nil
|
|
1784
|
+
required: false
|
|
1785
|
+
minValue:
|
|
1786
|
+
description: The minimum value range of the semantic parameter.
|
|
1787
|
+
type: string | nil
|
|
1788
|
+
required: false
|
|
1789
|
+
stepSize:
|
|
1790
|
+
description: The step size range of the semantic parameter.
|
|
1791
|
+
type: string | nil
|
|
1792
|
+
required: false
|
|
1793
|
+
type:
|
|
1794
|
+
description: The semantic parameter type.
|
|
1795
|
+
type: SemanticParameterTypeEnum
|
|
1796
|
+
values:
|
|
1797
|
+
description: The list values of the semantic parameter.
|
|
1798
|
+
type: array
|
|
1799
|
+
required: false
|
|
1800
|
+
items:
|
|
1801
|
+
type: string
|
|
1802
|
+
SemanticRelationshipCollectionOutputRepresentation:
|
|
1803
|
+
description: Semantic relationship collection representation.
|
|
1804
|
+
type: object
|
|
1805
|
+
properties:
|
|
1806
|
+
items:
|
|
1807
|
+
description: A list of semantic items.
|
|
1808
|
+
type: array
|
|
1809
|
+
items:
|
|
1810
|
+
type: SemanticRelationshipOutputRepresentation
|
|
1811
|
+
SemanticRelationshipCriteriaInputRepresentation:
|
|
1812
|
+
description: Input representation for creating a semantic relationship criteria
|
|
1813
|
+
type: object
|
|
1814
|
+
properties:
|
|
1815
|
+
leftSemanticFieldApiName:
|
|
1816
|
+
description: The api name of the field from the left semantic data object.
|
|
1817
|
+
type: string | nil
|
|
1818
|
+
rightSemanticFieldApiName:
|
|
1819
|
+
description: The api name of the field from the right semantic data object.
|
|
1820
|
+
type: string | nil
|
|
1821
|
+
SemanticRelationshipCriteriaOutputRepresentation:
|
|
1822
|
+
description: A semantic relationship criteria.
|
|
1823
|
+
type: object
|
|
1824
|
+
properties:
|
|
1825
|
+
leftSemanticFieldApiName:
|
|
1826
|
+
description: The api name of the field from the left semantic data object
|
|
1827
|
+
type: string | nil
|
|
1828
|
+
rightSemanticFieldApiName:
|
|
1829
|
+
description: The api name of the field from the right semantic data object
|
|
1830
|
+
type: string | nil
|
|
1831
|
+
SemanticRelationshipInputRepresentation:
|
|
1832
|
+
description: Input representation for creating a semantic relationship
|
|
1833
|
+
type: object
|
|
1834
|
+
properties:
|
|
1835
|
+
apiName:
|
|
1836
|
+
description: The API name of the semantic entity.
|
|
1837
|
+
type: string
|
|
1838
|
+
dataspace:
|
|
1839
|
+
description: An optional dataspace in which the entity is located.
|
|
1840
|
+
type: string | nil
|
|
1841
|
+
description:
|
|
1842
|
+
description: An optional description of the semantic entity.
|
|
1843
|
+
type: string | nil
|
|
1844
|
+
label:
|
|
1845
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
1846
|
+
type: string | nil
|
|
1847
|
+
cardinality:
|
|
1848
|
+
description: The cardinality to use while querying using the semantic relationship.
|
|
1849
|
+
type: SemanticCardinalityTypeEnum
|
|
1850
|
+
criteria:
|
|
1851
|
+
description: The join criterias to use while querying using the semantic relationship.
|
|
1852
|
+
type: array
|
|
1853
|
+
items:
|
|
1854
|
+
type: object
|
|
1855
|
+
isEnabled:
|
|
1856
|
+
description: Indicates whether the relationship is currently enabled
|
|
1857
|
+
type: boolean | nil
|
|
1858
|
+
joinType:
|
|
1859
|
+
description: The join type of the semantic relationship.
|
|
1860
|
+
type: SemanticRelationshipJoinTypeEnum
|
|
1861
|
+
leftSemanticDefinitionApiName:
|
|
1862
|
+
description: The api name of the left semantic definition in the semantic relationship.
|
|
1863
|
+
type: string | nil
|
|
1864
|
+
logicalViewId:
|
|
1865
|
+
description: The object ID of a specific Logical View.
|
|
1866
|
+
type: string | nil
|
|
1867
|
+
rightSemanticDefinitionApiName:
|
|
1868
|
+
description: The api name of the right semantic definition in the semantic relationship.
|
|
1869
|
+
type: string | nil
|
|
1870
|
+
SemanticRelationshipOutputRepresentation:
|
|
1871
|
+
description: The output representation of a semantic relationship.
|
|
1872
|
+
type: object
|
|
1873
|
+
properties:
|
|
1874
|
+
apiName:
|
|
1875
|
+
description: The API name of the semantic entity.
|
|
1876
|
+
type: string
|
|
1877
|
+
createdBy:
|
|
1878
|
+
description: The user who created the semantic entity.
|
|
1879
|
+
type: string
|
|
1880
|
+
createdDate:
|
|
1881
|
+
description: The date in which the semantic entity was created.
|
|
1882
|
+
type: string
|
|
1883
|
+
description:
|
|
1884
|
+
description: The Description of the semantic entity.
|
|
1885
|
+
type: string | nil
|
|
1886
|
+
required: false
|
|
1887
|
+
id:
|
|
1888
|
+
description: The object ID of the semantic entity.
|
|
1889
|
+
type: string
|
|
1890
|
+
label:
|
|
1891
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
1892
|
+
type: string | nil
|
|
1893
|
+
lastModifiedBy:
|
|
1894
|
+
description: The user who last modified the semantic entity.
|
|
1895
|
+
type: string | nil
|
|
1896
|
+
required: false
|
|
1897
|
+
lastModifiedDate:
|
|
1898
|
+
description: The date in which the semantic entity was last modified.
|
|
1899
|
+
type: string | nil
|
|
1900
|
+
required: false
|
|
1901
|
+
cardinality:
|
|
1902
|
+
description: The cardinality to use while querying using the semantic relationship
|
|
1903
|
+
type: SemanticCardinalityTypeEnum
|
|
1904
|
+
criteria:
|
|
1905
|
+
description: The join criteria to use when querying definitions.
|
|
1906
|
+
type: array
|
|
1907
|
+
items:
|
|
1908
|
+
type: SemanticRelationshipCriteriaOutputRepresentation
|
|
1909
|
+
isEnabled:
|
|
1910
|
+
description: Indicates whether the relationship is currently enabled
|
|
1911
|
+
type: boolean | nil
|
|
1912
|
+
joinType:
|
|
1913
|
+
description: the join type of the semantic relationship.
|
|
1914
|
+
type: SemanticRelationshipJoinTypeEnum
|
|
1915
|
+
leftSemanticDefinitionApiName:
|
|
1916
|
+
description: The api name of the left Semantic definition.
|
|
1917
|
+
type: string | nil
|
|
1918
|
+
logicalViewId:
|
|
1919
|
+
description: The api name of the referenced logical view.
|
|
1920
|
+
type: string | nil
|
|
1921
|
+
required: false
|
|
1922
|
+
rightSemanticDefinitionApiName:
|
|
1923
|
+
description: The api name of the right Semantic definition.
|
|
1924
|
+
type: string | nil
|
|
1925
|
+
SemanticValidationOutputRepresentation:
|
|
1926
|
+
description: Semantic Validation output representation
|
|
1927
|
+
type: object
|
|
1928
|
+
properties:
|
|
1929
|
+
isValid:
|
|
1930
|
+
description: The result of the validation.
|
|
1931
|
+
type: boolean | nil
|
|
1932
|
+
params:
|
|
1933
|
+
description: Localization Parameters.
|
|
1934
|
+
type: array
|
|
1935
|
+
items:
|
|
1936
|
+
type: string
|
|
1937
|
+
validationResponses:
|
|
1938
|
+
description: A map of Field Name and Validation Response.
|
|
1939
|
+
type: object
|
|
1940
|
+
properties:
|
|
1941
|
+
//:
|
|
1942
|
+
type: string
|
|
1943
|
+
/ssot/semantic/models:
|
|
1944
|
+
get:
|
|
1945
|
+
displayName: getSemanticModelCollection
|
|
1946
|
+
description: Retrieves a list of available Semantic Models for a specific org or dataspace.
|
|
1947
|
+
responses:
|
|
1948
|
+
'200':
|
|
1949
|
+
description: Success
|
|
1950
|
+
body:
|
|
1951
|
+
application/json:
|
|
1952
|
+
type: SemanticModelCollectionOutputRepresentation
|
|
1953
|
+
queryParameters:
|
|
1954
|
+
app:
|
|
1955
|
+
description: Filters the list of Semantic Models by a specific app string.
|
|
1956
|
+
type: string
|
|
1957
|
+
required: false
|
|
1958
|
+
category:
|
|
1959
|
+
description: Filters the list of Semantic Models by a specific category tag.
|
|
1960
|
+
type: string
|
|
1961
|
+
required: false
|
|
1962
|
+
enum:
|
|
1963
|
+
- Commerce
|
|
1964
|
+
- Marketing
|
|
1965
|
+
- Other
|
|
1966
|
+
- Sales
|
|
1967
|
+
- Service
|
|
1968
|
+
dataspace:
|
|
1969
|
+
description: Filters the list of Semantic Models by a specific dataspace.
|
|
1970
|
+
type: string
|
|
1971
|
+
required: false
|
|
1972
|
+
label:
|
|
1973
|
+
description: Filters the list of Semantic Models by a specific label string.
|
|
1974
|
+
type: string
|
|
1975
|
+
required: false
|
|
1976
|
+
limit:
|
|
1977
|
+
description: Sets a limit on the amount of Semantic Models to be retrieved based on filtering criteria.
|
|
1978
|
+
type: integer
|
|
1979
|
+
required: false
|
|
1980
|
+
offset:
|
|
1981
|
+
description: The offset in which to retrieve items.
|
|
1982
|
+
type: integer
|
|
1983
|
+
required: false
|
|
1984
|
+
orderBy:
|
|
1985
|
+
description: Determines how the Semantic Models will be filtered in the search results. Valid values are app, ASC, label, and DESC.
|
|
1986
|
+
type: string
|
|
1987
|
+
required: false
|
|
1988
|
+
/ssot/semantic/models/{modelApiNameOrId}:
|
|
1989
|
+
get:
|
|
1990
|
+
displayName: getSemanticModel
|
|
1991
|
+
description: Gets the semantic model.
|
|
1992
|
+
responses:
|
|
1993
|
+
'200':
|
|
1994
|
+
description: Success
|
|
1995
|
+
body:
|
|
1996
|
+
application/json:
|
|
1997
|
+
type: SemanticModelOutputRepresentation
|
|
1998
|
+
queryParameters:
|
|
1999
|
+
fieldName:
|
|
2000
|
+
description: Filters search results based on fields that contain a specific string in their label.
|
|
2001
|
+
type: string
|
|
2002
|
+
required: false
|
|
2003
|
+
includeModelContent:
|
|
2004
|
+
description: Enrich model with its content in response.
|
|
2005
|
+
type: boolean
|
|
2006
|
+
required: false
|
|
2007
|
+
uriParameters:
|
|
2008
|
+
modelApiNameOrId:
|
|
2009
|
+
type: string
|
|
2010
|
+
required: true
|
|
2011
|
+
/calculated-dimensions:
|
|
2012
|
+
get:
|
|
2013
|
+
displayName: getSemanticCalculatedDimensionCollection
|
|
2014
|
+
description: Retrieves a list of all Semantic Calculated Dimensions in a specific Semantic Model.
|
|
2015
|
+
responses:
|
|
2016
|
+
'200':
|
|
2017
|
+
description: Success
|
|
2018
|
+
body:
|
|
2019
|
+
application/json:
|
|
2020
|
+
type: SemanticCalculatedDimensionCollectionOutputRepresentation
|
|
2021
|
+
queryParameters:
|
|
2022
|
+
name:
|
|
2023
|
+
description: Filters search results based on a specific string within a Semantic Calculated Dimension’s name.
|
|
2024
|
+
type: string
|
|
2025
|
+
required: false
|
|
2026
|
+
uriParameters:
|
|
2027
|
+
modelApiNameOrId:
|
|
2028
|
+
type: string
|
|
2029
|
+
required: true
|
|
2030
|
+
/{calculatedDimensionNameOrId}:
|
|
2031
|
+
get:
|
|
2032
|
+
displayName: getSemanticCalculatedDimension
|
|
2033
|
+
description: Retrieves the attributes of a specific Semantic Calculated Dimensions in a specific Semantic Model.
|
|
2034
|
+
responses:
|
|
2035
|
+
'200':
|
|
2036
|
+
description: Success
|
|
2037
|
+
body:
|
|
2038
|
+
application/json:
|
|
2039
|
+
type: SemanticCalculatedDimensionOutputRepresentation
|
|
2040
|
+
uriParameters:
|
|
2041
|
+
calculatedDimensionNameOrId:
|
|
2042
|
+
type: string
|
|
2043
|
+
required: true
|
|
2044
|
+
modelApiNameOrId:
|
|
2045
|
+
type: string
|
|
2046
|
+
required: true
|
|
2047
|
+
/calculated-measurements:
|
|
2048
|
+
get:
|
|
2049
|
+
displayName: getSemanticCalculatedMeasurementCollection
|
|
2050
|
+
description: Retrieves a list of all Semantic Calculated Measurements in a specific Semantic Model.
|
|
2051
|
+
responses:
|
|
2052
|
+
'200':
|
|
2053
|
+
description: Success
|
|
2054
|
+
body:
|
|
2055
|
+
application/json:
|
|
2056
|
+
type: SemanticCalculatedMeasurementCollectionOutputRepresentation
|
|
2057
|
+
queryParameters:
|
|
2058
|
+
name:
|
|
2059
|
+
description: Filters search results based on a specific string within a Semantic Calculated Measurement’s name.
|
|
2060
|
+
type: string
|
|
2061
|
+
required: false
|
|
2062
|
+
uriParameters:
|
|
2063
|
+
modelApiNameOrId:
|
|
2064
|
+
type: string
|
|
2065
|
+
required: true
|
|
2066
|
+
/{calculatedMeasurementNameOrId}:
|
|
2067
|
+
get:
|
|
2068
|
+
displayName: getSemanticCalculatedMeasurement
|
|
2069
|
+
description: Retrieves the attributes of a specific Semantic Calculated Measurement in a specific Semantic Model.
|
|
2070
|
+
responses:
|
|
2071
|
+
'200':
|
|
2072
|
+
description: Success
|
|
2073
|
+
body:
|
|
2074
|
+
application/json:
|
|
2075
|
+
type: SemanticCalculatedMeasurementOutputRepresentation
|
|
2076
|
+
uriParameters:
|
|
2077
|
+
calculatedMeasurementNameOrId:
|
|
2078
|
+
type: string
|
|
2079
|
+
required: true
|
|
2080
|
+
modelApiNameOrId:
|
|
2081
|
+
type: string
|
|
2082
|
+
required: true
|
|
2083
|
+
/data-objects:
|
|
2084
|
+
get:
|
|
2085
|
+
displayName: getSemanticDataObjectCollection
|
|
2086
|
+
description: Retrieves a list of all objects within a specific Semantic Model.
|
|
2087
|
+
responses:
|
|
2088
|
+
'200':
|
|
2089
|
+
description: Success
|
|
2090
|
+
body:
|
|
2091
|
+
application/json:
|
|
2092
|
+
type: SemanticDataObjectCollectionOutputRepresentation
|
|
2093
|
+
uriParameters:
|
|
2094
|
+
modelApiNameOrId:
|
|
2095
|
+
type: string
|
|
2096
|
+
required: true
|
|
2097
|
+
/{dataObjectNameOrId}:
|
|
2098
|
+
get:
|
|
2099
|
+
displayName: getSemanticDataObject
|
|
2100
|
+
description: Retrieves the attributes of a specific Semantic Data Object in a specific Semantic Model.
|
|
2101
|
+
responses:
|
|
2102
|
+
'200':
|
|
2103
|
+
description: Success
|
|
2104
|
+
body:
|
|
2105
|
+
application/json:
|
|
2106
|
+
type: SemanticDataObjectOutputRepresentation
|
|
2107
|
+
uriParameters:
|
|
2108
|
+
dataObjectNameOrId:
|
|
2109
|
+
type: string
|
|
2110
|
+
required: true
|
|
2111
|
+
modelApiNameOrId:
|
|
2112
|
+
type: string
|
|
2113
|
+
required: true
|
|
2114
|
+
/dimensions:
|
|
2115
|
+
get:
|
|
2116
|
+
displayName: getSemanticDimensionCollection
|
|
2117
|
+
description: Retrieves a list of all Semantic Dimensions in a specific Semantic Model.
|
|
2118
|
+
responses:
|
|
2119
|
+
'200':
|
|
2120
|
+
description: Success
|
|
2121
|
+
body:
|
|
2122
|
+
application/json:
|
|
2123
|
+
type: SemanticDimensionCollectionOutputRepresentation
|
|
2124
|
+
queryParameters:
|
|
2125
|
+
name:
|
|
2126
|
+
description: Filters search results based on a specific string within a Semantic Dimension’s name.
|
|
2127
|
+
type: string
|
|
2128
|
+
required: false
|
|
2129
|
+
uriParameters:
|
|
2130
|
+
dataObjectNameOrId:
|
|
2131
|
+
type: string
|
|
2132
|
+
required: true
|
|
2133
|
+
modelApiNameOrId:
|
|
2134
|
+
type: string
|
|
2135
|
+
required: true
|
|
2136
|
+
/dimensions/{dimensionNameOrId}:
|
|
2137
|
+
get:
|
|
2138
|
+
displayName: getSemanticDimension
|
|
2139
|
+
description: Retrieves the attributes of a specific Semantic Dimensions in a specific Semantic Model.
|
|
2140
|
+
responses:
|
|
2141
|
+
'200':
|
|
2142
|
+
description: Success
|
|
2143
|
+
body:
|
|
2144
|
+
application/json:
|
|
2145
|
+
type: SemanticDimensionOutputRepresentation
|
|
2146
|
+
uriParameters:
|
|
2147
|
+
dataObjectNameOrId:
|
|
2148
|
+
type: string
|
|
2149
|
+
required: true
|
|
2150
|
+
dimensionNameOrId:
|
|
2151
|
+
type: string
|
|
2152
|
+
required: true
|
|
2153
|
+
modelApiNameOrId:
|
|
2154
|
+
type: string
|
|
2155
|
+
required: true
|
|
2156
|
+
/measurements:
|
|
2157
|
+
get:
|
|
2158
|
+
displayName: getSemanticMeasurementCollection
|
|
2159
|
+
description: Retrieves a list of all Semantic Measurements in a specific Semantic Model.
|
|
2160
|
+
responses:
|
|
2161
|
+
'200':
|
|
2162
|
+
description: Success
|
|
2163
|
+
body:
|
|
2164
|
+
application/json:
|
|
2165
|
+
type: SemanticMeasurementCollectionOutputRepresentation
|
|
2166
|
+
queryParameters:
|
|
2167
|
+
name:
|
|
2168
|
+
description: Filters search results based on a specific string within a Semantic Measurement’s name.
|
|
2169
|
+
type: string
|
|
2170
|
+
required: false
|
|
2171
|
+
uriParameters:
|
|
2172
|
+
dataObjectNameOrId:
|
|
2173
|
+
type: string
|
|
2174
|
+
required: true
|
|
2175
|
+
modelApiNameOrId:
|
|
2176
|
+
type: string
|
|
2177
|
+
required: true
|
|
2178
|
+
/measurements/{measurementNameOrId}:
|
|
2179
|
+
get:
|
|
2180
|
+
displayName: getSemanticMeasurement
|
|
2181
|
+
description: Retrieves the attributes of a specific Semantic Calculated Measurement in a specific Semantic Model.
|
|
2182
|
+
responses:
|
|
2183
|
+
'200':
|
|
2184
|
+
description: Success
|
|
2185
|
+
body:
|
|
2186
|
+
application/json:
|
|
2187
|
+
type: SemanticMeasurementOutputRepresentation
|
|
2188
|
+
uriParameters:
|
|
2189
|
+
dataObjectNameOrId:
|
|
2190
|
+
type: string
|
|
2191
|
+
required: true
|
|
2192
|
+
measurementNameOrId:
|
|
2193
|
+
type: string
|
|
2194
|
+
required: true
|
|
2195
|
+
modelApiNameOrId:
|
|
2196
|
+
type: string
|
|
2197
|
+
required: true
|
|
2198
|
+
/logical-views/{logicalViewApiNameOrId}:
|
|
2199
|
+
get:
|
|
2200
|
+
displayName: getSemanticLogicalView
|
|
2201
|
+
description: Retrieves a specific Semantic Logical View object.
|
|
2202
|
+
responses:
|
|
2203
|
+
'200':
|
|
2204
|
+
description: Success
|
|
2205
|
+
body:
|
|
2206
|
+
application/json:
|
|
2207
|
+
type: SemanticLogicalViewOutputRepresentation
|
|
2208
|
+
uriParameters:
|
|
2209
|
+
logicalViewApiNameOrId:
|
|
2210
|
+
type: string
|
|
2211
|
+
required: true
|
|
2212
|
+
modelApiNameOrId:
|
|
2213
|
+
type: string
|
|
2214
|
+
required: true
|
|
2215
|
+
/metrics:
|
|
2216
|
+
get:
|
|
2217
|
+
displayName: getSemanticMetricCollection
|
|
2218
|
+
description: Retrieves a result of Semantic Metrics.
|
|
2219
|
+
responses:
|
|
2220
|
+
'200':
|
|
2221
|
+
description: Success
|
|
2222
|
+
body:
|
|
2223
|
+
application/json:
|
|
2224
|
+
type: SemanticMetricCollectionOutputRepresentation
|
|
2225
|
+
uriParameters:
|
|
2226
|
+
modelApiNameOrId:
|
|
2227
|
+
type: string
|
|
2228
|
+
required: true
|
|
2229
|
+
/metrics/{metricNameOrId}:
|
|
2230
|
+
get:
|
|
2231
|
+
displayName: getSemanticMetric
|
|
2232
|
+
description: Retrieves a specific Semantic Metric.
|
|
2233
|
+
responses:
|
|
2234
|
+
'200':
|
|
2235
|
+
description: Success
|
|
2236
|
+
body:
|
|
2237
|
+
application/json:
|
|
2238
|
+
type: SemanticMetricOutputRepresentation
|
|
2239
|
+
uriParameters:
|
|
2240
|
+
metricNameOrId:
|
|
2241
|
+
type: string
|
|
2242
|
+
required: true
|
|
2243
|
+
modelApiNameOrId:
|
|
2244
|
+
type: string
|
|
2245
|
+
required: true
|
|
2246
|
+
/parameters:
|
|
2247
|
+
get:
|
|
2248
|
+
displayName: getSemanticParameterCollection
|
|
2249
|
+
description: Retrieves a result of semantic parameters.
|
|
2250
|
+
responses:
|
|
2251
|
+
'200':
|
|
2252
|
+
description: Success
|
|
2253
|
+
body:
|
|
2254
|
+
application/json:
|
|
2255
|
+
type: SemanticParameterCollectionOutputRepresentation
|
|
2256
|
+
uriParameters:
|
|
2257
|
+
modelApiNameOrId:
|
|
2258
|
+
type: string
|
|
2259
|
+
required: true
|
|
2260
|
+
/{parameterApiNameOrId}:
|
|
2261
|
+
get:
|
|
2262
|
+
displayName: getSemanticParameter
|
|
2263
|
+
description: Gets the semantic parameter.
|
|
2264
|
+
responses:
|
|
2265
|
+
'200':
|
|
2266
|
+
description: Success
|
|
2267
|
+
body:
|
|
2268
|
+
application/json:
|
|
2269
|
+
type: SemanticParameterOutputRepresentation
|
|
2270
|
+
uriParameters:
|
|
2271
|
+
modelApiNameOrId:
|
|
2272
|
+
type: string
|
|
2273
|
+
required: true
|
|
2274
|
+
parameterApiNameOrId:
|
|
2275
|
+
type: string
|
|
2276
|
+
required: true
|
|
2277
|
+
/relationships:
|
|
2278
|
+
get:
|
|
2279
|
+
displayName: getSemanticRelationshipCollection
|
|
2280
|
+
description: Retrieves a list of relationships between all Semantic Data Objects in a specific Semantic Model.
|
|
2281
|
+
responses:
|
|
2282
|
+
'200':
|
|
2283
|
+
description: Success
|
|
2284
|
+
body:
|
|
2285
|
+
application/json:
|
|
2286
|
+
type: SemanticRelationshipCollectionOutputRepresentation
|
|
2287
|
+
uriParameters:
|
|
2288
|
+
modelApiNameOrId:
|
|
2289
|
+
type: string
|
|
2290
|
+
required: true
|
|
2291
|
+
/{relationshipNameOrId}:
|
|
2292
|
+
get:
|
|
2293
|
+
displayName: getSemanticRelationship
|
|
2294
|
+
description: Retrieves the attributes for a specific relationship between Semantic Definitions in a specific Semantic Model.
|
|
2295
|
+
responses:
|
|
2296
|
+
'200':
|
|
2297
|
+
description: Success
|
|
2298
|
+
body:
|
|
2299
|
+
application/json:
|
|
2300
|
+
type: SemanticRelationshipOutputRepresentation
|
|
2301
|
+
uriParameters:
|
|
2302
|
+
modelApiNameOrId:
|
|
2303
|
+
type: string
|
|
2304
|
+
required: true
|
|
2305
|
+
relationshipNameOrId:
|
|
2306
|
+
type: string
|
|
2307
|
+
required: true
|