grexx-api 1.0.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.
Files changed (193) hide show
  1. package/.idea/grexx-api.iml +12 -0
  2. package/.idea/modules.xml +8 -0
  3. package/.idea/vcs.xml +6 -0
  4. package/dist/api.js +2508 -0
  5. package/dist/base.js +68 -0
  6. package/dist/common.js +161 -0
  7. package/dist/configuration.js +44 -0
  8. package/dist/generated/api.js +2448 -0
  9. package/dist/generated/apis/CaseApi.js +745 -0
  10. package/dist/generated/apis/PlatformApi.js +82 -0
  11. package/dist/generated/apis/index.js +20 -0
  12. package/dist/generated/base.js +71 -0
  13. package/dist/generated/common.js +145 -0
  14. package/dist/generated/configuration.js +104 -0
  15. package/dist/generated/core/ApiError.js +20 -0
  16. package/dist/generated/core/ApiRequestOptions.js +2 -0
  17. package/dist/generated/core/ApiResult.js +2 -0
  18. package/dist/generated/core/CancelablePromise.js +104 -0
  19. package/dist/generated/core/OpenAPI.js +14 -0
  20. package/dist/generated/core/request.js +294 -0
  21. package/dist/generated/index.js +58 -0
  22. package/dist/generated/models/AbstractCondition.js +2 -0
  23. package/dist/generated/models/AbstractReference.js +2 -0
  24. package/dist/generated/models/AbstractRule.js +2 -0
  25. package/dist/generated/models/Activity.js +2 -0
  26. package/dist/generated/models/ActivityDirectSubmit200Response.js +74 -0
  27. package/dist/generated/models/AdditionalAggregateColumn.js +10 -0
  28. package/dist/generated/models/AdditionalDataHistoryColumn.js +10 -0
  29. package/dist/generated/models/AdditionalDerivedColumn.js +16 -0
  30. package/dist/generated/models/AdditionalExternalColumn.js +10 -0
  31. package/dist/generated/models/AdditionalGroupbyColumn.js +10 -0
  32. package/dist/generated/models/AdditionalMetaColumn.js +27 -0
  33. package/dist/generated/models/AdditionalTemplateColumn.js +10 -0
  34. package/dist/generated/models/AnalyseDependency.js +2 -0
  35. package/dist/generated/models/BaseMessage.js +14 -0
  36. package/dist/generated/models/CaseInfo200Response.js +88 -0
  37. package/dist/generated/models/CaseInfo200ResponseCasetype.js +63 -0
  38. package/dist/generated/models/CaseInfo200ResponseCasetypePlatformTheme.js +84 -0
  39. package/dist/generated/models/CaseInfo200ResponseCasetypePlatformThemeCssVariables.js +98 -0
  40. package/dist/generated/models/CaseInfo200ResponseCasetypeViewsInner.js +96 -0
  41. package/dist/generated/models/CaseInfo200ResponseRootlineInner.js +52 -0
  42. package/dist/generated/models/CaseReference.js +2 -0
  43. package/dist/generated/models/CasetypeAttribute.js +2 -0
  44. package/dist/generated/models/CasetypeAttributeCurrency.js +48 -0
  45. package/dist/generated/models/CasetypeCss.js +2 -0
  46. package/dist/generated/models/CatchBlock.js +2 -0
  47. package/dist/generated/models/CatchPattern.js +11 -0
  48. package/dist/generated/models/ColumnId.js +2 -0
  49. package/dist/generated/models/ColumnIdentifier.js +14 -0
  50. package/dist/generated/models/ConditionList.js +2 -0
  51. package/dist/generated/models/ConditionOperatorType.js +30 -0
  52. package/dist/generated/models/CustomThrow.js +2 -0
  53. package/dist/generated/models/Dataset.js +2 -0
  54. package/dist/generated/models/DatasetColumn.js +2 -0
  55. package/dist/generated/models/DatasetCondition.js +2 -0
  56. package/dist/generated/models/DatasetResult.js +2 -0
  57. package/dist/generated/models/DatasetResultDatasetDefinition.js +54 -0
  58. package/dist/generated/models/DatasetResultDatasetDefinitionSortConfig.js +50 -0
  59. package/dist/generated/models/DatasetRetrieveRequest.js +80 -0
  60. package/dist/generated/models/DatasetRetrieveRequestAdditionalColumnsInner.js +120 -0
  61. package/dist/generated/models/DatasetRetrieveRequestSearch.js +73 -0
  62. package/dist/generated/models/DatasetRetrieveViaWidgetRequest.js +86 -0
  63. package/dist/generated/models/FieldType.js +20 -0
  64. package/dist/generated/models/FileUploadProfile.js +2 -0
  65. package/dist/generated/models/ForEach.js +2 -0
  66. package/dist/generated/models/FormAction.js +2 -0
  67. package/dist/generated/models/FormActionInlineJavascript.js +2 -0
  68. package/dist/generated/models/FormField.js +2 -0
  69. package/dist/generated/models/FormFieldConditionList.js +10 -0
  70. package/dist/generated/models/FormFieldMultitaskPlatformAttribute.js +184 -0
  71. package/dist/generated/models/FormFieldNotCondition.js +2 -0
  72. package/dist/generated/models/FormFieldSimpleCondition.js +10 -0
  73. package/dist/generated/models/FormFieldValueInner.js +58 -0
  74. package/dist/generated/models/FormGroup.js +2 -0
  75. package/dist/generated/models/FormRetrieve200Response.js +95 -0
  76. package/dist/generated/models/GrexxComplexDatatype.js +2 -0
  77. package/dist/generated/models/HasRoleCondition.js +2 -0
  78. package/dist/generated/models/IfThenElse.js +2 -0
  79. package/dist/generated/models/Instant.js +2 -0
  80. package/dist/generated/models/InterfaceConditionListType.js +12 -0
  81. package/dist/generated/models/MapStringObject.js +2 -0
  82. package/dist/generated/models/Mapping.js +2 -0
  83. package/dist/generated/models/ModelRequestContext.js +107 -0
  84. package/dist/generated/models/NotCondition.js +2 -0
  85. package/dist/generated/models/ParallelBlock.js +2 -0
  86. package/dist/generated/models/Picklist.js +2 -0
  87. package/dist/generated/models/PicklistTemplate.js +78 -0
  88. package/dist/generated/models/PlatformVersion200Response.js +54 -0
  89. package/dist/generated/models/PrimitiveType.js +39 -0
  90. package/dist/generated/models/RequestContext.js +2 -0
  91. package/dist/generated/models/ReturnTypeFlags.js +11 -0
  92. package/dist/generated/models/RuleList.js +2 -0
  93. package/dist/generated/models/SimpleCondition.js +2 -0
  94. package/dist/generated/models/SortConfigSearchCondition.js +10 -0
  95. package/dist/generated/models/SortConfigSearchConditionValueDatatype.js +52 -0
  96. package/dist/generated/models/SortConfigSearchList.js +10 -0
  97. package/dist/generated/models/SortConfigSort.js +11 -0
  98. package/dist/generated/models/TaskCreate200Response.js +63 -0
  99. package/dist/generated/models/TaskCreate200ResponseFormCondition.js +79 -0
  100. package/dist/generated/models/TaskCreateRequest.js +74 -0
  101. package/dist/generated/models/TaskCreateRequestAnyOf.js +65 -0
  102. package/dist/generated/models/TaskCreateRequestAnyOf1.js +65 -0
  103. package/dist/generated/models/TaskCreateRequestAnyOf2.js +64 -0
  104. package/dist/generated/models/TaskSubmitRequest.js +71 -0
  105. package/dist/generated/models/TaskSubmitRequestAnyOf.js +67 -0
  106. package/dist/generated/models/TaskSubmitRequestAnyOf1.js +66 -0
  107. package/dist/generated/models/TaskSubmitRequestAnyOf1FieldsInner.js +56 -0
  108. package/dist/generated/models/TaskSubmitRequestAnyOf2.js +65 -0
  109. package/dist/generated/models/Trigger.js +2 -0
  110. package/dist/generated/models/TryBlock.js +2 -0
  111. package/dist/generated/models/UUID.js +2 -0
  112. package/dist/generated/models/UnversionedReference.js +2 -0
  113. package/dist/generated/models/VersionedReference.js +2 -0
  114. package/dist/generated/models/While.js +2 -0
  115. package/dist/generated/models/index.js +102 -0
  116. package/dist/generated/runtime.js +345 -0
  117. package/dist/generated/services/CaseService.js +378 -0
  118. package/dist/generated/services/PlatformService.js +19 -0
  119. package/dist/index.js +31 -0
  120. package/openapi.yaml +4470 -0
  121. package/openapitools.json +7 -0
  122. package/package.json +15 -0
  123. package/src/generated/core/ApiError.ts +25 -0
  124. package/src/generated/core/ApiRequestOptions.ts +17 -0
  125. package/src/generated/core/ApiResult.ts +11 -0
  126. package/src/generated/core/CancelablePromise.ts +131 -0
  127. package/src/generated/core/OpenAPI.ts +32 -0
  128. package/src/generated/core/request.ts +322 -0
  129. package/src/generated/index.ts +73 -0
  130. package/src/generated/models/AbstractCondition.ts +11 -0
  131. package/src/generated/models/AbstractReference.ts +8 -0
  132. package/src/generated/models/AbstractRule.ts +19 -0
  133. package/src/generated/models/Activity.ts +7 -0
  134. package/src/generated/models/AdditionalAggregateColumn.ts +20 -0
  135. package/src/generated/models/AdditionalDataHistoryColumn.ts +17 -0
  136. package/src/generated/models/AdditionalDerivedColumn.ts +24 -0
  137. package/src/generated/models/AdditionalExternalColumn.ts +16 -0
  138. package/src/generated/models/AdditionalGroupbyColumn.ts +18 -0
  139. package/src/generated/models/AdditionalMetaColumn.ts +34 -0
  140. package/src/generated/models/AdditionalTemplateColumn.ts +22 -0
  141. package/src/generated/models/AnalyseDependency.ts +39 -0
  142. package/src/generated/models/BaseMessage.ts +26 -0
  143. package/src/generated/models/CaseReference.ts +8 -0
  144. package/src/generated/models/CasetypeAttribute.ts +7 -0
  145. package/src/generated/models/CasetypeCss.ts +10 -0
  146. package/src/generated/models/CatchBlock.ts +7 -0
  147. package/src/generated/models/CatchPattern.ts +7 -0
  148. package/src/generated/models/ColumnId.ts +5 -0
  149. package/src/generated/models/ColumnIdentifier.ts +10 -0
  150. package/src/generated/models/ConditionList.ts +7 -0
  151. package/src/generated/models/ConditionOperatorType.ts +26 -0
  152. package/src/generated/models/CustomThrow.ts +7 -0
  153. package/src/generated/models/Dataset.ts +7 -0
  154. package/src/generated/models/DatasetColumn.ts +7 -0
  155. package/src/generated/models/DatasetCondition.ts +7 -0
  156. package/src/generated/models/DatasetResult.ts +20 -0
  157. package/src/generated/models/FieldType.ts +16 -0
  158. package/src/generated/models/FileUploadProfile.ts +7 -0
  159. package/src/generated/models/ForEach.ts +7 -0
  160. package/src/generated/models/FormAction.ts +7 -0
  161. package/src/generated/models/FormActionInlineJavascript.ts +7 -0
  162. package/src/generated/models/FormField.ts +7 -0
  163. package/src/generated/models/FormFieldConditionList.ts +19 -0
  164. package/src/generated/models/FormFieldNotCondition.ts +12 -0
  165. package/src/generated/models/FormFieldSimpleCondition.ts +27 -0
  166. package/src/generated/models/FormGroup.ts +7 -0
  167. package/src/generated/models/GrexxComplexDatatype.ts +11 -0
  168. package/src/generated/models/HasRoleCondition.ts +7 -0
  169. package/src/generated/models/IfThenElse.ts +7 -0
  170. package/src/generated/models/Instant.ts +5 -0
  171. package/src/generated/models/InterfaceConditionListType.ts +8 -0
  172. package/src/generated/models/MapStringObject.ts +5 -0
  173. package/src/generated/models/Mapping.ts +7 -0
  174. package/src/generated/models/NotCondition.ts +7 -0
  175. package/src/generated/models/ParallelBlock.ts +7 -0
  176. package/src/generated/models/Picklist.ts +7 -0
  177. package/src/generated/models/PrimitiveType.ts +35 -0
  178. package/src/generated/models/RequestContext.ts +7 -0
  179. package/src/generated/models/ReturnTypeFlags.ts +19 -0
  180. package/src/generated/models/RuleList.ts +7 -0
  181. package/src/generated/models/SimpleCondition.ts +7 -0
  182. package/src/generated/models/SortConfigSearchCondition.ts +24 -0
  183. package/src/generated/models/SortConfigSearchList.ts +17 -0
  184. package/src/generated/models/SortConfigSort.ts +16 -0
  185. package/src/generated/models/Trigger.ts +7 -0
  186. package/src/generated/models/TryBlock.ts +7 -0
  187. package/src/generated/models/UUID.ts +5 -0
  188. package/src/generated/models/UnversionedReference.ts +8 -0
  189. package/src/generated/models/VersionedReference.ts +8 -0
  190. package/src/generated/models/While.ts +7 -0
  191. package/src/generated/services/CaseService.ts +800 -0
  192. package/src/generated/services/PlatformService.ts +26 -0
  193. package/tsconfig.json +13 -0
package/openapi.yaml ADDED
@@ -0,0 +1,4470 @@
1
+ openapi: 3.0.2
2
+ info:
3
+ title: Grexx Platform API
4
+ description: This is the Grexx Platform API
5
+ contact:
6
+ name: Grexx Platform Documentation
7
+ url: https://docs.grexx.io/
8
+ version: 12.6.1
9
+ externalDocs:
10
+ description: Read the documentation about the usage of this API
11
+ url: https://docs.grexx.io/connect/api/
12
+ servers:
13
+ - url: https://{hostname}/api/v1
14
+ variables:
15
+ hostname:
16
+ default: daanpaardekooper-studio.local.grexx.io
17
+ description: The hostname for your Grexx platform.
18
+ tags:
19
+ - name: case
20
+ description: Requests related to a case
21
+ - name: platform
22
+ description: Requests related to the platform
23
+ security:
24
+ - id-and-key: []
25
+ paths:
26
+ /case-info/{casePath}:
27
+ get:
28
+ parameters:
29
+ - in: query
30
+ name: css
31
+ description: Set css
32
+ required: false
33
+ schema:
34
+ type: boolean
35
+ - in: query
36
+ name: rootline
37
+ description: Set rootline
38
+ required: false
39
+ schema:
40
+ type: boolean
41
+ - in: query
42
+ name: views
43
+ description: Set views
44
+ required: false
45
+ schema:
46
+ type: boolean
47
+ - in: path
48
+ required: true
49
+ name: casePath
50
+ description: Path or Id of case
51
+ schema:
52
+ type: string
53
+ tags:
54
+ - case
55
+ responses:
56
+ '200':
57
+ content:
58
+ application/json:
59
+ schema: &ref_2
60
+ type: object
61
+ properties:
62
+ caseRedirect:
63
+ type: string
64
+ casetype:
65
+ type: object
66
+ properties:
67
+ cssTemplates:
68
+ type: array
69
+ items:
70
+ $ref: '#/components/schemas/CasetypeCss'
71
+ defaultView:
72
+ $ref: '#/components/schemas/VersionedReference'
73
+ name:
74
+ type: string
75
+ description: the name of the casetype
76
+ platformCssTemplates:
77
+ type: array
78
+ items:
79
+ $ref: '#/components/schemas/CasetypeCss'
80
+ platformTheme:
81
+ properties:
82
+ name:
83
+ type: string
84
+ description: Single language value of a multilanguage string
85
+ cssVariables:
86
+ description: >-
87
+ Expanding a GrexxObject of type:
88
+ StylingCssVariables
89
+ properties:
90
+ name:
91
+ type: string
92
+ description: >-
93
+ Single language value of a multilanguage
94
+ string
95
+ accentColor:
96
+ type: string
97
+ description: Parsed template as string
98
+ backgroundColor:
99
+ type: string
100
+ description: Parsed template as string
101
+ bodyFont:
102
+ type: string
103
+ description: Parsed template as string
104
+ borderColor:
105
+ type: string
106
+ description: Parsed template as string
107
+ borderRadius:
108
+ type: string
109
+ description: Parsed template as string
110
+ headingFont:
111
+ type: string
112
+ description: Parsed template as string
113
+ hoverColor:
114
+ type: string
115
+ description: Parsed template as string
116
+ primaryColor:
117
+ type: string
118
+ description: Parsed template as string
119
+ secondaryColor:
120
+ type: string
121
+ description: Parsed template as string
122
+ shadowColor:
123
+ type: string
124
+ description: Parsed template as string
125
+ textColor:
126
+ type: string
127
+ description: Parsed template as string
128
+ id:
129
+ $ref: '#/components/schemas/VersionedReference'
130
+ src:
131
+ $ref: '#/components/schemas/VersionedReference'
132
+ origin:
133
+ $ref: '#/components/schemas/UnversionedReference'
134
+ knownIDs:
135
+ type: array
136
+ items:
137
+ $ref: '#/components/schemas/UnversionedReference'
138
+ description: >-
139
+ A set of ID's of different platforms that all
140
+ reference to this object. This set will at
141
+ least contain the values of `id`, `src` and
142
+ `origin`.
143
+ devParentCase:
144
+ $ref: '#/components/schemas/VersionedReference'
145
+ description:
146
+ type: string
147
+ description: Parsed template as string
148
+ devref:
149
+ type: string
150
+ instruction:
151
+ type: string
152
+ description: Parsed template as string
153
+ tooltip:
154
+ type: string
155
+ description: Parsed template as string
156
+ tags:
157
+ type: array
158
+ items:
159
+ $ref: '#/components/schemas/VersionedReference'
160
+ description: >-
161
+ Reference to a Collection<GrexxObject> of
162
+ type: Tag
163
+ __messages:
164
+ type: array
165
+ items:
166
+ $ref: '#/components/schemas/UUID'
167
+ errorId:
168
+ $ref: '#/components/schemas/VersionedReference'
169
+ errorStatus:
170
+ type: boolean
171
+ errorMessage:
172
+ type: string
173
+ parentTheme:
174
+ $ref: '#/components/schemas/VersionedReference'
175
+ id:
176
+ $ref: '#/components/schemas/VersionedReference'
177
+ src:
178
+ $ref: '#/components/schemas/VersionedReference'
179
+ origin:
180
+ $ref: '#/components/schemas/UnversionedReference'
181
+ knownIDs:
182
+ type: array
183
+ items:
184
+ $ref: '#/components/schemas/UnversionedReference'
185
+ description: >-
186
+ A set of ID's of different platforms that all
187
+ reference to this object. This set will at least
188
+ contain the values of `id`, `src` and `origin`.
189
+ devParentCase:
190
+ $ref: '#/components/schemas/VersionedReference'
191
+ description:
192
+ type: string
193
+ description: Parsed template as string
194
+ devref:
195
+ type: string
196
+ instruction:
197
+ type: string
198
+ description: Parsed template as string
199
+ tooltip:
200
+ type: string
201
+ description: Parsed template as string
202
+ tags:
203
+ type: array
204
+ items:
205
+ $ref: '#/components/schemas/VersionedReference'
206
+ description: >-
207
+ Reference to a Collection<GrexxObject> of type:
208
+ Tag
209
+ __messages:
210
+ type: array
211
+ items:
212
+ $ref: '#/components/schemas/UUID'
213
+ errorId:
214
+ $ref: '#/components/schemas/VersionedReference'
215
+ errorStatus:
216
+ type: boolean
217
+ errorMessage:
218
+ type: string
219
+ staticDependency:
220
+ anyOf:
221
+ - $ref: '#/components/schemas/AnalyseDependency'
222
+ views:
223
+ type: array
224
+ items:
225
+ properties:
226
+ name:
227
+ type: string
228
+ description: Single language value of a multilanguage string
229
+ options:
230
+ type: object
231
+ hide:
232
+ type: boolean
233
+ externallyCallable:
234
+ type: boolean
235
+ activeNavigationItems:
236
+ type: array
237
+ items:
238
+ $ref: '#/components/schemas/UnversionedReference'
239
+ css:
240
+ type: array
241
+ items:
242
+ $ref: '#/components/schemas/VersionedReference'
243
+ description: >-
244
+ Reference to a Collection<GrexxObject> of type:
245
+ Template
246
+ navigation:
247
+ type: array
248
+ items:
249
+ $ref: '#/components/schemas/VersionedReference'
250
+ description: >-
251
+ Reference to a Collection<GrexxObject> of type:
252
+ Navigation
253
+ metadatas:
254
+ type: array
255
+ items:
256
+ $ref: '#/components/schemas/VersionedReference'
257
+ description: >-
258
+ Reference to a Collection<GrexxObject> of type:
259
+ SeoMetadata
260
+ path:
261
+ description: Parsed template
262
+ closedPath:
263
+ description: Parsed template
264
+ hasSeparatePathForArchive:
265
+ type: boolean
266
+ id:
267
+ $ref: '#/components/schemas/VersionedReference'
268
+ src:
269
+ $ref: '#/components/schemas/VersionedReference'
270
+ origin:
271
+ $ref: '#/components/schemas/UnversionedReference'
272
+ knownIDs:
273
+ type: array
274
+ items:
275
+ $ref: '#/components/schemas/UnversionedReference'
276
+ description: >-
277
+ A set of ID's of different platforms that all
278
+ reference to this object. This set will at least
279
+ contain the values of `id`, `src` and `origin`.
280
+ devParentCase:
281
+ $ref: '#/components/schemas/VersionedReference'
282
+ description:
283
+ type: string
284
+ description: Parsed template as string
285
+ devref:
286
+ type: string
287
+ instruction:
288
+ type: string
289
+ description: Parsed template as string
290
+ tooltip:
291
+ type: string
292
+ description: Parsed template as string
293
+ tags:
294
+ type: array
295
+ items:
296
+ $ref: '#/components/schemas/VersionedReference'
297
+ description: >-
298
+ Reference to a Collection<GrexxObject> of type:
299
+ Tag
300
+ __messages:
301
+ type: array
302
+ items:
303
+ $ref: '#/components/schemas/UUID'
304
+ errorId:
305
+ $ref: '#/components/schemas/VersionedReference'
306
+ errorStatus:
307
+ type: boolean
308
+ errorMessage:
309
+ type: string
310
+ required:
311
+ - name
312
+ additionalProperties: false
313
+ devParentCase:
314
+ $ref: '#/components/schemas/UnversionedReference'
315
+ id:
316
+ $ref: '#/components/schemas/CaseReference'
317
+ jumpToCase:
318
+ type: boolean
319
+ jumpToCase_case:
320
+ $ref: '#/components/schemas/UnversionedReference'
321
+ jumpToCase_view:
322
+ $ref: '#/components/schemas/AbstractReference'
323
+ redirectToURL:
324
+ type: string
325
+ redirectToURL_data:
326
+ type: string
327
+ redirectToURL_encoding:
328
+ type: string
329
+ redirectToURL_method:
330
+ type: string
331
+ reference:
332
+ type: string
333
+ reloadCaches:
334
+ type: string
335
+ rootline:
336
+ type: array
337
+ items:
338
+ type: object
339
+ properties:
340
+ id:
341
+ $ref: '#/components/schemas/CaseReference'
342
+ reference:
343
+ type: string
344
+ required:
345
+ - id
346
+ additionalProperties: false
347
+ submitMessageBody:
348
+ type: string
349
+ submitMessageButtonText:
350
+ type: string
351
+ submitMessageStyle:
352
+ type: string
353
+ userCaseLocale:
354
+ type: string
355
+ required:
356
+ - casetype
357
+ - id
358
+ additionalProperties: false
359
+ description: Retrieve information on a case
360
+ summary: Retrieve information on a case
361
+ operationId: case-info
362
+ /dataset/{dataset}/{casePath}:
363
+ post:
364
+ parameters:
365
+ - in: path
366
+ required: true
367
+ name: casePath
368
+ description: Path or Id of case
369
+ schema:
370
+ type: string
371
+ - in: path
372
+ required: true
373
+ name: dataset
374
+ description: ID of dataset
375
+ schema:
376
+ $ref: '#/components/schemas/UnversionedReference'
377
+ - in: query
378
+ required: true
379
+ name: format
380
+ description: Format of the result
381
+ schema:
382
+ type: string
383
+ description: Can be used to simplify or extend the output data
384
+ default: simple
385
+ enum:
386
+ - simple
387
+ - full
388
+ tags:
389
+ - case
390
+ responses:
391
+ '200':
392
+ content:
393
+ application/json:
394
+ schema: &ref_3
395
+ $ref: '#/components/schemas/DatasetResult'
396
+ description: >-
397
+ Retrieve the contents of a dataset, rights are checked via dataset
398
+ rights
399
+ requestBody:
400
+ content:
401
+ application/json:
402
+ schema: &ref_4
403
+ type: object
404
+ properties:
405
+ additionalColumns:
406
+ type: array
407
+ items:
408
+ anyOf:
409
+ - $ref: '#/components/schemas/AdditionalTemplateColumn'
410
+ - $ref: '#/components/schemas/AdditionalMetaColumn'
411
+ - $ref: '#/components/schemas/AdditionalAggregateColumn'
412
+ - $ref: '#/components/schemas/AdditionalGroupbyColumn'
413
+ - $ref: '#/components/schemas/AdditionalDataHistoryColumn'
414
+ - $ref: '#/components/schemas/AdditionalExternalColumn'
415
+ - $ref: '#/components/schemas/AdditionalDerivedColumn'
416
+ allowHtmlAlways:
417
+ type: boolean
418
+ calculateFullCount:
419
+ type: boolean
420
+ columns:
421
+ type: array
422
+ items:
423
+ $ref: '#/components/schemas/ColumnId'
424
+ dataset:
425
+ $ref: '#/components/schemas/AbstractReference'
426
+ doAnalysis:
427
+ type: boolean
428
+ forceCount:
429
+ type: boolean
430
+ identifier:
431
+ $ref: '#/components/schemas/ColumnIdentifier'
432
+ limit:
433
+ type: integer
434
+ search:
435
+ anyOf:
436
+ - $ref: '#/components/schemas/SortConfigSearchList'
437
+ - $ref: '#/components/schemas/SortConfigSearchCondition'
438
+ skip:
439
+ type: integer
440
+ sort:
441
+ type: array
442
+ items:
443
+ $ref: '#/components/schemas/SortConfigSort'
444
+ unAggregatedAdditionalColumns:
445
+ type: array
446
+ items:
447
+ anyOf:
448
+ - $ref: '#/components/schemas/AdditionalTemplateColumn'
449
+ - $ref: '#/components/schemas/AdditionalMetaColumn'
450
+ - $ref: '#/components/schemas/AdditionalAggregateColumn'
451
+ - $ref: '#/components/schemas/AdditionalGroupbyColumn'
452
+ - $ref: '#/components/schemas/AdditionalDataHistoryColumn'
453
+ - $ref: '#/components/schemas/AdditionalExternalColumn'
454
+ - $ref: '#/components/schemas/AdditionalDerivedColumn'
455
+ unAggregatedSearch:
456
+ anyOf:
457
+ - $ref: '#/components/schemas/SortConfigSearchList'
458
+ - $ref: '#/components/schemas/SortConfigSearchCondition'
459
+ required:
460
+ - dataset
461
+ additionalProperties: false
462
+ summary: >-
463
+ Retrieve the contents of a dataset, rights are checked via dataset
464
+ rights
465
+ operationId: dataset-retrieve
466
+ /form/{form}/{casePath}:
467
+ get:
468
+ parameters:
469
+ - in: query
470
+ name: form
471
+ description: Set form
472
+ required: false
473
+ schema: {}
474
+ - in: path
475
+ required: true
476
+ name: casePath
477
+ description: Path or Id of case
478
+ schema:
479
+ type: string
480
+ - in: path
481
+ required: true
482
+ name: formId
483
+ description: ID of form
484
+ schema:
485
+ $ref: '#/components/schemas/UnversionedReference'
486
+ - in: query
487
+ required: true
488
+ name: format
489
+ description: Format of the result
490
+ schema:
491
+ type: string
492
+ description: Can be used to simply or extend the output data
493
+ default: simple
494
+ enum:
495
+ - simple
496
+ - extended
497
+ - full
498
+ tags:
499
+ - case
500
+ responses:
501
+ '200':
502
+ content:
503
+ application/json:
504
+ schema: &ref_5
505
+ properties:
506
+ name:
507
+ type: string
508
+ description: Single language value of a multilanguage string
509
+ logic:
510
+ type: object
511
+ cssClass:
512
+ type: array
513
+ items:
514
+ type: string
515
+ formVersion:
516
+ type: string
517
+ formLogic:
518
+ $ref: '#/components/schemas/AbstractRule'
519
+ onStart:
520
+ $ref: '#/components/schemas/AbstractRule'
521
+ formGroup:
522
+ $ref: '#/components/schemas/FormGroup'
523
+ dataset:
524
+ $ref: '#/components/schemas/Dataset'
525
+ condition:
526
+ $ref: '#/components/schemas/VersionedReference'
527
+ id:
528
+ $ref: '#/components/schemas/VersionedReference'
529
+ src:
530
+ $ref: '#/components/schemas/VersionedReference'
531
+ origin:
532
+ $ref: '#/components/schemas/UnversionedReference'
533
+ knownIDs:
534
+ type: array
535
+ items:
536
+ $ref: '#/components/schemas/UnversionedReference'
537
+ description: >-
538
+ A set of ID's of different platforms that all reference to
539
+ this object. This set will at least contain the values of
540
+ `id`, `src` and `origin`.
541
+ devParentCase:
542
+ $ref: '#/components/schemas/VersionedReference'
543
+ description:
544
+ type: string
545
+ description: Parsed template as string
546
+ devref:
547
+ type: string
548
+ instruction:
549
+ type: string
550
+ description: Parsed template as string
551
+ tooltip:
552
+ type: string
553
+ description: Parsed template as string
554
+ tags:
555
+ type: array
556
+ items:
557
+ $ref: '#/components/schemas/VersionedReference'
558
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
559
+ __messages:
560
+ type: array
561
+ items:
562
+ $ref: '#/components/schemas/UUID'
563
+ errorId:
564
+ $ref: '#/components/schemas/VersionedReference'
565
+ errorStatus:
566
+ type: boolean
567
+ errorMessage:
568
+ type: string
569
+ description: Retrieve the contents of a form, rights are checked via form rights
570
+ summary: Retrieve the contents of a form, rights are checked via form rights
571
+ operationId: form-retrieve
572
+ /widget-dataset/{dataset}/{widget}/{casePath}:
573
+ post:
574
+ parameters:
575
+ - in: path
576
+ required: true
577
+ name: casePath
578
+ description: Path or Id of case
579
+ schema:
580
+ type: string
581
+ - in: path
582
+ required: true
583
+ name: dataset
584
+ description: ID of dataset
585
+ schema:
586
+ $ref: '#/components/schemas/UnversionedReference'
587
+ - in: path
588
+ required: true
589
+ name: widget
590
+ description: ID of widget
591
+ schema:
592
+ $ref: '#/components/schemas/UnversionedReference'
593
+ - in: query
594
+ required: true
595
+ name: format
596
+ description: Format of the result
597
+ schema:
598
+ type: string
599
+ description: Can be used to simplify or extend the output data
600
+ default: full
601
+ enum:
602
+ - simple
603
+ - full
604
+ tags:
605
+ - case
606
+ responses:
607
+ '200':
608
+ content:
609
+ application/json:
610
+ schema: &ref_6
611
+ $ref: '#/components/schemas/DatasetResult'
612
+ description: >-
613
+ Retrieve the contents of a dataset, rights are checked via widget
614
+ rights
615
+ requestBody:
616
+ content:
617
+ application/json:
618
+ schema: &ref_7
619
+ type: object
620
+ properties:
621
+ additionalColumns:
622
+ type: array
623
+ items:
624
+ anyOf:
625
+ - $ref: '#/components/schemas/AdditionalTemplateColumn'
626
+ - $ref: '#/components/schemas/AdditionalMetaColumn'
627
+ - $ref: '#/components/schemas/AdditionalAggregateColumn'
628
+ - $ref: '#/components/schemas/AdditionalGroupbyColumn'
629
+ - $ref: '#/components/schemas/AdditionalDataHistoryColumn'
630
+ - $ref: '#/components/schemas/AdditionalExternalColumn'
631
+ - $ref: '#/components/schemas/AdditionalDerivedColumn'
632
+ allowHtmlAlways:
633
+ type: boolean
634
+ calculateFullCount:
635
+ type: boolean
636
+ columns:
637
+ type: array
638
+ items:
639
+ $ref: '#/components/schemas/ColumnId'
640
+ dataset:
641
+ $ref: '#/components/schemas/AbstractReference'
642
+ doAnalysis:
643
+ type: boolean
644
+ forceCount:
645
+ type: boolean
646
+ identifier:
647
+ $ref: '#/components/schemas/ColumnIdentifier'
648
+ limit:
649
+ type: integer
650
+ search:
651
+ anyOf:
652
+ - $ref: '#/components/schemas/SortConfigSearchList'
653
+ - $ref: '#/components/schemas/SortConfigSearchCondition'
654
+ skip:
655
+ type: integer
656
+ sort:
657
+ type: array
658
+ items:
659
+ $ref: '#/components/schemas/SortConfigSort'
660
+ unAggregatedAdditionalColumns:
661
+ type: array
662
+ items:
663
+ anyOf:
664
+ - $ref: '#/components/schemas/AdditionalTemplateColumn'
665
+ - $ref: '#/components/schemas/AdditionalMetaColumn'
666
+ - $ref: '#/components/schemas/AdditionalAggregateColumn'
667
+ - $ref: '#/components/schemas/AdditionalGroupbyColumn'
668
+ - $ref: '#/components/schemas/AdditionalDataHistoryColumn'
669
+ - $ref: '#/components/schemas/AdditionalExternalColumn'
670
+ - $ref: '#/components/schemas/AdditionalDerivedColumn'
671
+ unAggregatedSearch:
672
+ anyOf:
673
+ - $ref: '#/components/schemas/SortConfigSearchList'
674
+ - $ref: '#/components/schemas/SortConfigSearchCondition'
675
+ widget:
676
+ $ref: '#/components/schemas/AbstractReference'
677
+ widgetCaseid:
678
+ $ref: '#/components/schemas/CaseReference'
679
+ required:
680
+ - dataset
681
+ - widget
682
+ additionalProperties: false
683
+ summary: Retrieve the contents of a dataset, rights are checked via widget rights
684
+ operationId: dataset-retrieve-via-widget
685
+ /activity/{activity}/{casePath}:
686
+ post:
687
+ parameters:
688
+ - in: path
689
+ required: true
690
+ name: casePath
691
+ description: Path or Id of case
692
+ schema:
693
+ type: string
694
+ - in: path
695
+ required: true
696
+ name: activity
697
+ description: ID of activity
698
+ schema:
699
+ $ref: '#/components/schemas/UnversionedReference'
700
+ tags:
701
+ - case
702
+ responses:
703
+ '200':
704
+ content:
705
+ application/json:
706
+ schema: &ref_1
707
+ type: object
708
+ properties:
709
+ createdCase:
710
+ $ref: '#/components/schemas/CaseReference'
711
+ jumpToCase:
712
+ type: boolean
713
+ jumpToCase_case:
714
+ $ref: '#/components/schemas/UnversionedReference'
715
+ jumpToCase_view:
716
+ $ref: '#/components/schemas/AbstractReference'
717
+ redirectToURL:
718
+ type: string
719
+ redirectToURL_data:
720
+ type: string
721
+ redirectToURL_encoding:
722
+ type: string
723
+ redirectToURL_method:
724
+ type: string
725
+ reloadCaches:
726
+ type: string
727
+ returnResult:
728
+ $ref: '#/components/schemas/MapStringObject'
729
+ status:
730
+ type: string
731
+ submitMessageBody:
732
+ type: string
733
+ submitMessageButtonText:
734
+ type: string
735
+ submitMessageStyle:
736
+ type: string
737
+ additionalProperties: false
738
+ description: >-
739
+ Submit (create and submit) an activity based on the activity ID and
740
+ filled in fields
741
+ requestBody:
742
+ content:
743
+ application/json:
744
+ schema:
745
+ type: object
746
+ example:
747
+ externalReference: value for field with this externalReference
748
+ '1:9746:71523': value for field with this id/src/origin
749
+ summary: >-
750
+ Submit (create and submit) an activity based on the activity ID and
751
+ filled in fields
752
+ operationId: activity-direct-submit
753
+ /task-create/{activity}/{casePath}:
754
+ post:
755
+ parameters:
756
+ - in: path
757
+ required: true
758
+ name: casePath
759
+ description: Path or Id of case
760
+ schema:
761
+ type: string
762
+ - in: path
763
+ required: true
764
+ name: activity
765
+ description: ID of activity
766
+ schema:
767
+ $ref: '#/components/schemas/UnversionedReference'
768
+ - in: query
769
+ required: true
770
+ name: format
771
+ description: Format of the result
772
+ schema:
773
+ type: string
774
+ description: Can be used to simplify or extend the output data
775
+ default: full
776
+ enum:
777
+ - simple
778
+ - full
779
+ tags:
780
+ - case
781
+ responses:
782
+ '200':
783
+ content:
784
+ application/json:
785
+ schema: &ref_0
786
+ type: object
787
+ properties:
788
+ activity:
789
+ $ref: '#/components/schemas/Activity'
790
+ form:
791
+ properties:
792
+ name:
793
+ type: string
794
+ description: Single language value of a multilanguage string
795
+ logic:
796
+ type: object
797
+ cssClass:
798
+ type: array
799
+ items:
800
+ type: string
801
+ formVersion:
802
+ type: string
803
+ formLogic:
804
+ $ref: '#/components/schemas/AbstractRule'
805
+ onStart:
806
+ $ref: '#/components/schemas/AbstractRule'
807
+ formGroup:
808
+ $ref: '#/components/schemas/FormGroup'
809
+ dataset:
810
+ $ref: '#/components/schemas/Dataset'
811
+ condition:
812
+ $ref: '#/components/schemas/VersionedReference'
813
+ id:
814
+ $ref: '#/components/schemas/VersionedReference'
815
+ src:
816
+ $ref: '#/components/schemas/VersionedReference'
817
+ origin:
818
+ $ref: '#/components/schemas/UnversionedReference'
819
+ knownIDs:
820
+ type: array
821
+ items:
822
+ $ref: '#/components/schemas/UnversionedReference'
823
+ description: >-
824
+ A set of ID's of different platforms that all
825
+ reference to this object. This set will at least
826
+ contain the values of `id`, `src` and `origin`.
827
+ devParentCase:
828
+ $ref: '#/components/schemas/VersionedReference'
829
+ description:
830
+ type: string
831
+ description: Parsed template as string
832
+ devref:
833
+ type: string
834
+ instruction:
835
+ type: string
836
+ description: Parsed template as string
837
+ tooltip:
838
+ type: string
839
+ description: Parsed template as string
840
+ tags:
841
+ type: array
842
+ items:
843
+ $ref: '#/components/schemas/VersionedReference'
844
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
845
+ __messages:
846
+ type: array
847
+ items:
848
+ $ref: '#/components/schemas/UUID'
849
+ errorId:
850
+ $ref: '#/components/schemas/VersionedReference'
851
+ errorStatus:
852
+ type: boolean
853
+ errorMessage:
854
+ type: string
855
+ formCondition:
856
+ anyOf:
857
+ - $ref: '#/components/schemas/FormFieldConditionList'
858
+ - $ref: '#/components/schemas/FormFieldSimpleCondition'
859
+ - $ref: '#/components/schemas/FormFieldNotCondition'
860
+ name:
861
+ type: string
862
+ parentCase:
863
+ $ref: '#/components/schemas/UnversionedReference'
864
+ startActivity:
865
+ $ref: '#/components/schemas/Activity'
866
+ task:
867
+ type: integer
868
+ additionalProperties: false
869
+ description: Create a new optional task based on an activity ID
870
+ requestBody:
871
+ content:
872
+ application/json:
873
+ schema: &ref_8
874
+ anyOf:
875
+ - type: object
876
+ properties:
877
+ activity:
878
+ $ref: '#/components/schemas/AbstractReference'
879
+ autoProgress:
880
+ type: boolean
881
+ skipCheckRights:
882
+ type: boolean
883
+ type:
884
+ type: string
885
+ enum:
886
+ - optional
887
+ required:
888
+ - activity
889
+ - type
890
+ additionalProperties: false
891
+ - type: object
892
+ properties:
893
+ activityTag:
894
+ type: string
895
+ autoProgress:
896
+ type: boolean
897
+ skipCheckRights:
898
+ type: boolean
899
+ type:
900
+ type: string
901
+ enum:
902
+ - optionalByTag
903
+ required:
904
+ - activityTag
905
+ - type
906
+ additionalProperties: false
907
+ - type: object
908
+ properties:
909
+ autoProgress:
910
+ type: boolean
911
+ skipCheckRights:
912
+ type: boolean
913
+ task:
914
+ type: integer
915
+ type:
916
+ type: string
917
+ enum:
918
+ - mandatory
919
+ - required
920
+ required:
921
+ - type
922
+ additionalProperties: false
923
+ summary: Create a new optional task based on an activity ID
924
+ operationId: task-create
925
+ /task-info/{task}/{casePath}:
926
+ get:
927
+ parameters:
928
+ - in: path
929
+ required: true
930
+ name: casePath
931
+ description: Path or Id of case
932
+ schema:
933
+ type: string
934
+ - in: path
935
+ required: true
936
+ name: task
937
+ description: ID of task
938
+ schema:
939
+ type: integer
940
+ - in: query
941
+ required: true
942
+ name: format
943
+ description: Format of the result
944
+ schema:
945
+ type: string
946
+ description: Can be used to simplify the output data
947
+ default: full
948
+ enum:
949
+ - simple
950
+ - full
951
+ tags:
952
+ - case
953
+ responses:
954
+ '200':
955
+ content:
956
+ application/json:
957
+ schema: *ref_0
958
+ description: Retrieve an existing task based on the task ID
959
+ summary: Retrieve an existing task based on the task ID
960
+ operationId: task-info
961
+ /task-submit/{task}/{casePath}:
962
+ post:
963
+ parameters:
964
+ - in: path
965
+ required: true
966
+ name: casePath
967
+ description: Path or Id of case
968
+ schema:
969
+ type: string
970
+ - in: path
971
+ required: true
972
+ name: task
973
+ description: ID of task
974
+ schema:
975
+ type: integer
976
+ tags:
977
+ - case
978
+ responses:
979
+ '200':
980
+ content:
981
+ application/json:
982
+ schema: *ref_1
983
+ description: Submit an existing task based on the task ID and filled in fields
984
+ requestBody:
985
+ content:
986
+ application/json:
987
+ schema: &ref_9
988
+ anyOf:
989
+ - type: object
990
+ properties:
991
+ activity:
992
+ $ref: '#/components/schemas/AbstractReference'
993
+ autoProgress:
994
+ type: boolean
995
+ fields:
996
+ $ref: '#/components/schemas/MapStringObject'
997
+ returnResult:
998
+ type: boolean
999
+ skipCheckRights:
1000
+ type: boolean
1001
+ type:
1002
+ type: string
1003
+ enum:
1004
+ - optional
1005
+ required:
1006
+ - activity
1007
+ additionalProperties: false
1008
+ - type: object
1009
+ properties:
1010
+ autoProgress:
1011
+ type: boolean
1012
+ fields:
1013
+ type: array
1014
+ items:
1015
+ type: object
1016
+ properties:
1017
+ devref:
1018
+ type: string
1019
+ description: Only allowed in the studio's.
1020
+ externalReference:
1021
+ type: string
1022
+ description: The external reference.
1023
+ id:
1024
+ $ref: '#/components/schemas/AbstractReference'
1025
+ name:
1026
+ type: string
1027
+ description: Not used in the backend side
1028
+ value: {}
1029
+ additionalProperties: false
1030
+ returnResult:
1031
+ type: boolean
1032
+ skipCheckRights:
1033
+ type: boolean
1034
+ task:
1035
+ type: integer
1036
+ type:
1037
+ type: string
1038
+ enum:
1039
+ - task-array
1040
+ additionalProperties: false
1041
+ - type: object
1042
+ properties:
1043
+ autoProgress:
1044
+ type: boolean
1045
+ fields:
1046
+ $ref: '#/components/schemas/MapStringObject'
1047
+ returnResult:
1048
+ type: boolean
1049
+ skipCheckRights:
1050
+ type: boolean
1051
+ task:
1052
+ type: integer
1053
+ type:
1054
+ type: string
1055
+ enum:
1056
+ - task-json
1057
+ additionalProperties: false
1058
+ summary: Submit an existing task based on the task ID and filled in fields
1059
+ operationId: task-submit
1060
+ /platform/version:
1061
+ get:
1062
+ parameters: []
1063
+ tags:
1064
+ - platform
1065
+ responses:
1066
+ '200':
1067
+ content:
1068
+ application/json:
1069
+ schema:
1070
+ type: object
1071
+ properties:
1072
+ definitionHash:
1073
+ type: string
1074
+ releaseRing:
1075
+ type: string
1076
+ reloadTime:
1077
+ $ref: '#/components/schemas/Instant'
1078
+ version:
1079
+ type: string
1080
+ additionalProperties: false
1081
+ description: Get version, compile and reload information
1082
+ summary: Get version, compile and reload information
1083
+ operationId: platform-version
1084
+ /case/{caseId}:
1085
+ get:
1086
+ parameters:
1087
+ - in: query
1088
+ name: css
1089
+ description: Set css
1090
+ required: false
1091
+ schema:
1092
+ type: boolean
1093
+ - in: query
1094
+ name: rootline
1095
+ description: Set rootline
1096
+ required: false
1097
+ schema:
1098
+ type: boolean
1099
+ - in: query
1100
+ name: views
1101
+ description: Set views
1102
+ required: false
1103
+ schema:
1104
+ type: boolean
1105
+ - in: path
1106
+ required: true
1107
+ name: caseId
1108
+ description: ID of case
1109
+ schema:
1110
+ $ref: '#/components/schemas/UnversionedReference'
1111
+ tags:
1112
+ - case
1113
+ responses:
1114
+ '200':
1115
+ content:
1116
+ application/json:
1117
+ schema: *ref_2
1118
+ description: Retrieve information on a case
1119
+ summary: Retrieve information on a case
1120
+ operationId: case-view
1121
+ deprecated: true
1122
+ /case/{caseId}/dataset/{dataset}:
1123
+ post:
1124
+ parameters:
1125
+ - in: path
1126
+ required: true
1127
+ name: caseId
1128
+ description: ID of case
1129
+ schema:
1130
+ $ref: '#/components/schemas/UnversionedReference'
1131
+ - in: path
1132
+ required: true
1133
+ name: dataset
1134
+ description: ID of dataset
1135
+ schema:
1136
+ $ref: '#/components/schemas/UnversionedReference'
1137
+ - in: query
1138
+ required: true
1139
+ name: format
1140
+ description: Format of the result
1141
+ schema:
1142
+ type: string
1143
+ description: Can be used to simplify or extend the output data
1144
+ default: simple
1145
+ enum:
1146
+ - simple
1147
+ - full
1148
+ tags:
1149
+ - case
1150
+ responses:
1151
+ '200':
1152
+ content:
1153
+ application/json:
1154
+ schema: *ref_3
1155
+ description: >-
1156
+ Retrieve the contents of a dataset, rights are checked via dataset
1157
+ rights
1158
+ requestBody:
1159
+ content:
1160
+ application/json:
1161
+ schema: *ref_4
1162
+ summary: >-
1163
+ Retrieve the contents of a dataset, rights are checked via dataset
1164
+ rights
1165
+ operationId: dataset-get
1166
+ deprecated: true
1167
+ /case/{caseId}/form/{form}:
1168
+ get:
1169
+ parameters:
1170
+ - in: query
1171
+ name: form
1172
+ description: Set form
1173
+ required: false
1174
+ schema: {}
1175
+ - in: path
1176
+ required: true
1177
+ name: caseId
1178
+ description: ID of case
1179
+ schema:
1180
+ $ref: '#/components/schemas/UnversionedReference'
1181
+ - in: path
1182
+ required: true
1183
+ name: formId
1184
+ description: ID of form
1185
+ schema:
1186
+ $ref: '#/components/schemas/UnversionedReference'
1187
+ - in: query
1188
+ required: true
1189
+ name: format
1190
+ description: Format of the result
1191
+ schema:
1192
+ type: string
1193
+ description: Can be used to simply or extend the output data
1194
+ default: simple
1195
+ enum:
1196
+ - simple
1197
+ - extended
1198
+ - full
1199
+ tags:
1200
+ - case
1201
+ responses:
1202
+ '200':
1203
+ content:
1204
+ application/json:
1205
+ schema: *ref_5
1206
+ description: Retrieve the contents of a form, rights are checked via form rights
1207
+ summary: Retrieve the contents of a form, rights are checked via form rights
1208
+ operationId: form-get
1209
+ deprecated: true
1210
+ /case/{caseId}/dataset/{dataset}/widget/{widget}:
1211
+ post:
1212
+ parameters:
1213
+ - in: path
1214
+ required: true
1215
+ name: caseId
1216
+ description: ID of case
1217
+ schema:
1218
+ $ref: '#/components/schemas/UnversionedReference'
1219
+ - in: path
1220
+ required: true
1221
+ name: dataset
1222
+ description: ID of dataset
1223
+ schema:
1224
+ $ref: '#/components/schemas/UnversionedReference'
1225
+ - in: path
1226
+ required: true
1227
+ name: widget
1228
+ description: ID of widget
1229
+ schema:
1230
+ $ref: '#/components/schemas/UnversionedReference'
1231
+ - in: query
1232
+ required: true
1233
+ name: format
1234
+ description: Format of the result
1235
+ schema:
1236
+ type: string
1237
+ description: Can be used to simplify or extend the output data
1238
+ default: full
1239
+ enum:
1240
+ - simple
1241
+ - full
1242
+ tags:
1243
+ - case
1244
+ responses:
1245
+ '200':
1246
+ content:
1247
+ application/json:
1248
+ schema: *ref_6
1249
+ description: >-
1250
+ Retrieve the contents of a dataset, rights are checked via widget
1251
+ rights
1252
+ requestBody:
1253
+ content:
1254
+ application/json:
1255
+ schema: *ref_7
1256
+ summary: Retrieve the contents of a dataset, rights are checked via widget rights
1257
+ operationId: dataset-get-via-widget
1258
+ deprecated: true
1259
+ /case/{caseId}/activity/{activity}:
1260
+ post:
1261
+ parameters:
1262
+ - in: path
1263
+ required: true
1264
+ name: caseId
1265
+ description: ID of case
1266
+ schema:
1267
+ $ref: '#/components/schemas/UnversionedReference'
1268
+ - in: path
1269
+ required: true
1270
+ name: activity
1271
+ description: ID of activity
1272
+ schema:
1273
+ $ref: '#/components/schemas/UnversionedReference'
1274
+ tags:
1275
+ - case
1276
+ responses:
1277
+ '200':
1278
+ content:
1279
+ application/json:
1280
+ schema: *ref_1
1281
+ description: >-
1282
+ Submit (create and submit) an activity based on the activity ID and
1283
+ filled in fields
1284
+ requestBody:
1285
+ content:
1286
+ application/json:
1287
+ schema:
1288
+ type: object
1289
+ example:
1290
+ externalReference: value for field with this externalReference
1291
+ '1:9746:71523': value for field with this id/src/origin
1292
+ summary: >-
1293
+ Submit (create and submit) an activity based on the activity ID and
1294
+ filled in fields
1295
+ operationId: activity-submit
1296
+ deprecated: true
1297
+ /case/{caseId}/task/create/{activity}:
1298
+ post:
1299
+ parameters:
1300
+ - in: path
1301
+ required: true
1302
+ name: caseId
1303
+ description: ID of case
1304
+ schema:
1305
+ $ref: '#/components/schemas/UnversionedReference'
1306
+ - in: path
1307
+ required: true
1308
+ name: activity
1309
+ description: ID of activity
1310
+ schema:
1311
+ $ref: '#/components/schemas/UnversionedReference'
1312
+ - in: query
1313
+ required: true
1314
+ name: format
1315
+ description: Format of the result
1316
+ schema:
1317
+ type: string
1318
+ description: Can be used to simplify or extend the output data
1319
+ default: full
1320
+ enum:
1321
+ - simple
1322
+ - full
1323
+ tags:
1324
+ - case
1325
+ responses:
1326
+ '200':
1327
+ content:
1328
+ application/json:
1329
+ schema: *ref_0
1330
+ description: Create a new optional task based on an activity ID
1331
+ requestBody:
1332
+ content:
1333
+ application/json:
1334
+ schema: *ref_8
1335
+ summary: Create a new optional task based on an activity ID
1336
+ operationId: case-task-create
1337
+ deprecated: true
1338
+ /case/{caseId}/task/{task}:
1339
+ get:
1340
+ parameters:
1341
+ - in: path
1342
+ required: true
1343
+ name: caseId
1344
+ description: ID of case
1345
+ schema:
1346
+ $ref: '#/components/schemas/UnversionedReference'
1347
+ - in: path
1348
+ required: true
1349
+ name: task
1350
+ description: ID of task
1351
+ schema:
1352
+ type: integer
1353
+ - in: query
1354
+ required: true
1355
+ name: format
1356
+ description: Format of the result
1357
+ schema:
1358
+ type: string
1359
+ description: Can be used to simplify the output data
1360
+ default: full
1361
+ enum:
1362
+ - simple
1363
+ - full
1364
+ tags:
1365
+ - case
1366
+ responses:
1367
+ '200':
1368
+ content:
1369
+ application/json:
1370
+ schema: *ref_0
1371
+ description: Retrieve an existing task based on the task ID
1372
+ summary: Retrieve an existing task based on the task ID
1373
+ operationId: case-task-get
1374
+ deprecated: true
1375
+ post:
1376
+ parameters:
1377
+ - in: path
1378
+ required: true
1379
+ name: caseId
1380
+ description: ID of case
1381
+ schema:
1382
+ $ref: '#/components/schemas/UnversionedReference'
1383
+ - in: path
1384
+ required: true
1385
+ name: task
1386
+ description: ID of task
1387
+ schema:
1388
+ type: integer
1389
+ tags:
1390
+ - case
1391
+ responses:
1392
+ '200':
1393
+ content:
1394
+ application/json:
1395
+ schema: *ref_1
1396
+ description: Submit an existing task based on the task ID and filled in fields
1397
+ requestBody:
1398
+ content:
1399
+ application/json:
1400
+ schema: *ref_9
1401
+ summary: Submit an existing task based on the task ID and filled in fields
1402
+ operationId: case-task-submit
1403
+ deprecated: true
1404
+ components:
1405
+ securitySchemes:
1406
+ id-and-key:
1407
+ type: oauth2
1408
+ flows:
1409
+ clientCredentials:
1410
+ tokenUrl: /oauth/access_token
1411
+ scopes:
1412
+ all: Use all available endpoints
1413
+ schemas:
1414
+ AbstractCondition:
1415
+ anyOf:
1416
+ - $ref: '#/components/schemas/ConditionList'
1417
+ - $ref: '#/components/schemas/DatasetCondition'
1418
+ - $ref: '#/components/schemas/HasRoleCondition'
1419
+ - $ref: '#/components/schemas/NotCondition'
1420
+ - $ref: '#/components/schemas/SimpleCondition'
1421
+ AbstractReference:
1422
+ type: string
1423
+ description: A caseid is of the form 1:{{platform-id}}:{{caseid-id}}(:1)
1424
+ pattern: \d+:\d+:\d+(:\d+)?
1425
+ example: 1:234:567 or 1:234:567:1
1426
+ AbstractRule:
1427
+ anyOf:
1428
+ - $ref: '#/components/schemas/CatchBlock'
1429
+ - $ref: '#/components/schemas/CustomThrow'
1430
+ - $ref: '#/components/schemas/ForEach'
1431
+ - $ref: '#/components/schemas/FormAction'
1432
+ - $ref: '#/components/schemas/FormActionInlineJavascript'
1433
+ - $ref: '#/components/schemas/IfThenElse'
1434
+ - $ref: '#/components/schemas/Mapping'
1435
+ - $ref: '#/components/schemas/ParallelBlock'
1436
+ - $ref: '#/components/schemas/RequestContext'
1437
+ - $ref: '#/components/schemas/RuleList'
1438
+ - $ref: '#/components/schemas/Trigger'
1439
+ - $ref: '#/components/schemas/TryBlock'
1440
+ - $ref: '#/components/schemas/While'
1441
+ Activity:
1442
+ properties:
1443
+ name:
1444
+ type: string
1445
+ description: Single language value of a multilanguage string
1446
+ type:
1447
+ type: string
1448
+ enum:
1449
+ - form
1450
+ - casetype
1451
+ - processblock
1452
+ - event
1453
+ - multitask
1454
+ - unknown
1455
+ alternativeName:
1456
+ type: string
1457
+ description: Parsed template as string
1458
+ autoMapFromLocal:
1459
+ type: boolean
1460
+ autoMapToLocal:
1461
+ type: boolean
1462
+ submitText:
1463
+ type: string
1464
+ description: Parsed template as string
1465
+ cancelText:
1466
+ type: string
1467
+ description: Parsed template as string
1468
+ submittingText:
1469
+ type: string
1470
+ description: Parsed template as string
1471
+ hideInTaskList:
1472
+ type: boolean
1473
+ allowOnFinishedCase:
1474
+ type: boolean
1475
+ doNotCancelOnCaseFinish:
1476
+ type: boolean
1477
+ jumpToCase:
1478
+ type: boolean
1479
+ processBlockType:
1480
+ type: string
1481
+ enum:
1482
+ - dummy
1483
+ - recalculate
1484
+ - delete-invalidate-paths
1485
+ - and-join
1486
+ - n-join
1487
+ - or-join
1488
+ - start-module
1489
+ - finish-module
1490
+ - finish-case
1491
+ - reopen-case
1492
+ - commit-all
1493
+ deadline:
1494
+ description: Parsed template
1495
+ timedEventTemplate:
1496
+ description: Parsed template
1497
+ eventType:
1498
+ type: integer
1499
+ joinN:
1500
+ type: integer
1501
+ timeOutHours:
1502
+ type: integer
1503
+ externallyCallable:
1504
+ type: boolean
1505
+ callableByAnyPlatform:
1506
+ type: boolean
1507
+ multitaskLayout:
1508
+ type: string
1509
+ multitaskType:
1510
+ type: string
1511
+ enum:
1512
+ - submitEach
1513
+ - submitAll
1514
+ queueCase:
1515
+ description: Parsed template
1516
+ casetype:
1517
+ $ref: '#/components/schemas/VersionedReference'
1518
+ form:
1519
+ $ref: '#/components/schemas/VersionedReference'
1520
+ onExecuteRule:
1521
+ $ref: '#/components/schemas/VersionedReference'
1522
+ inRule:
1523
+ $ref: '#/components/schemas/VersionedReference'
1524
+ submitRule:
1525
+ $ref: '#/components/schemas/VersionedReference'
1526
+ outRule:
1527
+ $ref: '#/components/schemas/VersionedReference'
1528
+ caseViewJumpToCase:
1529
+ $ref: '#/components/schemas/VersionedReference'
1530
+ module:
1531
+ $ref: '#/components/schemas/VersionedReference'
1532
+ newCaseAlternativeStartActivity:
1533
+ $ref: '#/components/schemas/VersionedReference'
1534
+ queue:
1535
+ $ref: '#/components/schemas/VersionedReference'
1536
+ multitaskDataset:
1537
+ $ref: '#/components/schemas/VersionedReference'
1538
+ multitaskTag:
1539
+ $ref: '#/components/schemas/VersionedReference'
1540
+ captchaType:
1541
+ type: string
1542
+ captchaTheme:
1543
+ type: string
1544
+ description: Parsed template as string
1545
+ captchaSize:
1546
+ type: string
1547
+ description: Parsed template as string
1548
+ id:
1549
+ $ref: '#/components/schemas/VersionedReference'
1550
+ src:
1551
+ $ref: '#/components/schemas/VersionedReference'
1552
+ origin:
1553
+ $ref: '#/components/schemas/UnversionedReference'
1554
+ knownIDs:
1555
+ type: array
1556
+ items:
1557
+ $ref: '#/components/schemas/UnversionedReference'
1558
+ description: >-
1559
+ A set of ID's of different platforms that all reference to this
1560
+ object. This set will at least contain the values of `id`, `src` and
1561
+ `origin`.
1562
+ devParentCase:
1563
+ $ref: '#/components/schemas/VersionedReference'
1564
+ description:
1565
+ type: string
1566
+ description: Parsed template as string
1567
+ devref:
1568
+ type: string
1569
+ instruction:
1570
+ type: string
1571
+ description: Parsed template as string
1572
+ tooltip:
1573
+ type: string
1574
+ description: Parsed template as string
1575
+ tags:
1576
+ type: array
1577
+ items:
1578
+ $ref: '#/components/schemas/VersionedReference'
1579
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
1580
+ __messages:
1581
+ type: array
1582
+ items:
1583
+ $ref: '#/components/schemas/UUID'
1584
+ errorId:
1585
+ $ref: '#/components/schemas/VersionedReference'
1586
+ errorStatus:
1587
+ type: boolean
1588
+ errorMessage:
1589
+ type: string
1590
+ AdditionalAggregateColumn:
1591
+ type: object
1592
+ properties:
1593
+ alias:
1594
+ type: string
1595
+ allowHtmlAlways:
1596
+ type: boolean
1597
+ datatype:
1598
+ type: string
1599
+ externalReference:
1600
+ type: string
1601
+ operator:
1602
+ type: string
1603
+ parentColumn:
1604
+ $ref: '#/components/schemas/ColumnId'
1605
+ type:
1606
+ type: string
1607
+ enum:
1608
+ - aggregated
1609
+ additionalProperties: false
1610
+ AdditionalDataHistoryColumn:
1611
+ type: object
1612
+ properties:
1613
+ alias:
1614
+ type: string
1615
+ allowHtmlAlways:
1616
+ type: boolean
1617
+ externalReference:
1618
+ type: string
1619
+ metaname:
1620
+ type: string
1621
+ type:
1622
+ type: string
1623
+ enum:
1624
+ - dataHistory
1625
+ required:
1626
+ - metaname
1627
+ additionalProperties: false
1628
+ AdditionalDerivedColumn:
1629
+ type: object
1630
+ properties:
1631
+ alias:
1632
+ type: string
1633
+ allowHtmlAlways:
1634
+ type: boolean
1635
+ columnID:
1636
+ $ref: '#/components/schemas/AbstractReference'
1637
+ derivation:
1638
+ type: string
1639
+ enum:
1640
+ - PICKLISTLABEL
1641
+ - FASTPICKLISTLABEL
1642
+ - REFERENCE
1643
+ externalReference:
1644
+ type: string
1645
+ type:
1646
+ type: string
1647
+ enum:
1648
+ - derived
1649
+ required:
1650
+ - columnID
1651
+ - derivation
1652
+ additionalProperties: false
1653
+ AdditionalExternalColumn:
1654
+ type: object
1655
+ properties:
1656
+ alias:
1657
+ type: string
1658
+ allowHtmlAlways:
1659
+ type: boolean
1660
+ externalReference:
1661
+ type: string
1662
+ type:
1663
+ type: string
1664
+ enum:
1665
+ - external
1666
+ additionalProperties: false
1667
+ AdditionalGroupbyColumn:
1668
+ type: object
1669
+ properties:
1670
+ alias:
1671
+ type: string
1672
+ allowHtmlAlways:
1673
+ type: boolean
1674
+ externalReference:
1675
+ type: string
1676
+ parentColumn:
1677
+ $ref: '#/components/schemas/ColumnId'
1678
+ type:
1679
+ type: string
1680
+ enum:
1681
+ - groupby
1682
+ additionalProperties: false
1683
+ AdditionalMetaColumn:
1684
+ type: object
1685
+ properties:
1686
+ alias:
1687
+ type: string
1688
+ allowHtmlAlways:
1689
+ type: boolean
1690
+ externalReference:
1691
+ type: string
1692
+ fieldtype:
1693
+ type: string
1694
+ enum:
1695
+ - caseData
1696
+ - caseMetaData
1697
+ - inlineTemplate
1698
+ - value
1699
+ - taskMetaData
1700
+ - taskqueueMetaData
1701
+ - activityMetadata
1702
+ - external
1703
+ - dataHistory
1704
+ - platformAttribute
1705
+ - caseMetaId
1706
+ - joinDataset1
1707
+ - joinDataset2
1708
+ - testing
1709
+ metaname:
1710
+ type: string
1711
+ type:
1712
+ type: string
1713
+ enum:
1714
+ - meta
1715
+ required:
1716
+ - fieldtype
1717
+ - metaname
1718
+ additionalProperties: false
1719
+ AdditionalTemplateColumn:
1720
+ type: object
1721
+ properties:
1722
+ alias:
1723
+ type: string
1724
+ allowHtmlAlways:
1725
+ type: boolean
1726
+ externalReference:
1727
+ type: string
1728
+ template:
1729
+ type: object
1730
+ description: An inline template
1731
+ example: >-
1732
+ {"template":[{"type":"text","value":"Home"}],"relatedCases":[],"returnType":{"flags":{"multilanguage":false,"multivalue":false},"type":"string"}}
1733
+ templateID:
1734
+ $ref: '#/components/schemas/AbstractReference'
1735
+ type:
1736
+ type: string
1737
+ enum:
1738
+ - template
1739
+ additionalProperties: false
1740
+ AnalyseDependency:
1741
+ type: object
1742
+ properties:
1743
+ anyCase:
1744
+ type: boolean
1745
+ description: For example current case, user, pages and cases dataset
1746
+ currentCase:
1747
+ type: boolean
1748
+ description: For example the casedata, casemeta, but also task data.
1749
+ date:
1750
+ type: boolean
1751
+ description: For example current date and temporary files
1752
+ foreach:
1753
+ type: boolean
1754
+ description: For example the foreach.currentcase, foreach.currentrow
1755
+ random:
1756
+ type: boolean
1757
+ description: For example random strings and random numbers
1758
+ requestContext:
1759
+ type: boolean
1760
+ description: For example root caseid of the url of the request
1761
+ unknown:
1762
+ type: boolean
1763
+ description: >-
1764
+ Dependency analyse was incomplete. Possibly there was an error,
1765
+ possibly not implemented, possibly to hard to determine.
1766
+ user:
1767
+ type: boolean
1768
+ description: For example currentusercase and usersession info.
1769
+ additionalProperties: false
1770
+ BaseMessage:
1771
+ type: object
1772
+ properties:
1773
+ cause:
1774
+ $ref: '#/components/schemas/BaseMessage'
1775
+ causes:
1776
+ type: array
1777
+ items:
1778
+ $ref: '#/components/schemas/BaseMessage'
1779
+ code:
1780
+ type: string
1781
+ context:
1782
+ $ref: '#/components/schemas/MapStringObject'
1783
+ date:
1784
+ $ref: '#/components/schemas/Instant'
1785
+ id:
1786
+ $ref: '#/components/schemas/UUID'
1787
+ level:
1788
+ type: string
1789
+ enum:
1790
+ - DEBUG
1791
+ - INFO
1792
+ - WARNING
1793
+ - ERROR
1794
+ - CRITICAL
1795
+ required:
1796
+ - code
1797
+ - context
1798
+ additionalProperties: false
1799
+ CaseReference:
1800
+ type: string
1801
+ description: A caseid is of the form 1:{{platform-id}}:{{caseid-id}}
1802
+ pattern: \d+:\d+:\d+
1803
+ example: '1:234:567'
1804
+ CasetypeAttribute:
1805
+ properties:
1806
+ name:
1807
+ type: string
1808
+ description: Single language value of a multilanguage string
1809
+ type:
1810
+ type: string
1811
+ enum:
1812
+ - boolean
1813
+ - date
1814
+ - datetime
1815
+ - integer
1816
+ - long
1817
+ - double
1818
+ - string
1819
+ - mediumstring
1820
+ - smallstring
1821
+ - tinystring
1822
+ - case
1823
+ - internalexternalcaseid
1824
+ - task
1825
+ - json
1826
+ - file
1827
+ - inlinetemplate
1828
+ - money
1829
+ - uuid
1830
+ - datasetrow
1831
+ - versionedid
1832
+ - point2d
1833
+ - polygon2d
1834
+ - grexxblob
1835
+ - singlecurrencymoney
1836
+ fileuploadInstruction:
1837
+ type: string
1838
+ description: Parsed template as string
1839
+ currentCasetypes:
1840
+ description: Parsed template
1841
+ multivalue:
1842
+ type: boolean
1843
+ isBigDatatype:
1844
+ type: boolean
1845
+ multivalueType:
1846
+ type: string
1847
+ enum:
1848
+ - set
1849
+ - list
1850
+ multiLanguage:
1851
+ type: boolean
1852
+ picklistBase:
1853
+ type: string
1854
+ placeholder:
1855
+ type: string
1856
+ description: Parsed template as string
1857
+ addActivityBase:
1858
+ type: string
1859
+ validation:
1860
+ type: string
1861
+ multivalueMin:
1862
+ type: integer
1863
+ multivalueMax:
1864
+ type: integer
1865
+ filesizeMin:
1866
+ type: integer
1867
+ filesizeMax:
1868
+ type: integer
1869
+ externalReference:
1870
+ type: string
1871
+ currency:
1872
+ type: object
1873
+ properties:
1874
+ currencyCode:
1875
+ type: string
1876
+ additionalProperties: false
1877
+ picklistShowLinkToCase:
1878
+ type: boolean
1879
+ addActivity:
1880
+ $ref: '#/components/schemas/VersionedReference'
1881
+ picklist:
1882
+ $ref: '#/components/schemas/Picklist'
1883
+ fileProfile:
1884
+ type: array
1885
+ items:
1886
+ $ref: '#/components/schemas/FileUploadProfile'
1887
+ description: 'Expanding a Collection<GrexxObject> of type: FileUploadProfile'
1888
+ attributeDefaultValue:
1889
+ type: string
1890
+ allowHTML:
1891
+ type: boolean
1892
+ isCalculated:
1893
+ type: boolean
1894
+ calculatedCached:
1895
+ type: boolean
1896
+ doNotUpdateLastModified:
1897
+ type: boolean
1898
+ excludeFromRelatedCases:
1899
+ type: boolean
1900
+ anonymizeAttribute:
1901
+ type: boolean
1902
+ calculatedTemplate:
1903
+ $ref: '#/components/schemas/VersionedReference'
1904
+ uniqueDataset:
1905
+ $ref: '#/components/schemas/VersionedReference'
1906
+ uniqueColumn:
1907
+ $ref: '#/components/schemas/VersionedReference'
1908
+ attributeDataretentionProfiles:
1909
+ type: array
1910
+ items:
1911
+ $ref: '#/components/schemas/VersionedReference'
1912
+ description: >-
1913
+ Reference to a Collection<GrexxObject> of type:
1914
+ GrexxDataRetentionProfile
1915
+ subtype:
1916
+ type: array
1917
+ items:
1918
+ $ref: '#/components/schemas/VersionedReference'
1919
+ description: 'Reference to a Collection<GrexxObject> of type: Casetype'
1920
+ externalSourceColumnName:
1921
+ type: string
1922
+ platformAttribute:
1923
+ $ref: '#/components/schemas/VersionedReference'
1924
+ id:
1925
+ $ref: '#/components/schemas/VersionedReference'
1926
+ src:
1927
+ $ref: '#/components/schemas/VersionedReference'
1928
+ origin:
1929
+ $ref: '#/components/schemas/UnversionedReference'
1930
+ knownIDs:
1931
+ type: array
1932
+ items:
1933
+ $ref: '#/components/schemas/UnversionedReference'
1934
+ description: >-
1935
+ A set of ID's of different platforms that all reference to this
1936
+ object. This set will at least contain the values of `id`, `src` and
1937
+ `origin`.
1938
+ devParentCase:
1939
+ $ref: '#/components/schemas/VersionedReference'
1940
+ description:
1941
+ type: string
1942
+ description: Parsed template as string
1943
+ devref:
1944
+ type: string
1945
+ instruction:
1946
+ type: string
1947
+ description: Parsed template as string
1948
+ tooltip:
1949
+ type: string
1950
+ description: Parsed template as string
1951
+ tags:
1952
+ type: array
1953
+ items:
1954
+ $ref: '#/components/schemas/VersionedReference'
1955
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
1956
+ __messages:
1957
+ type: array
1958
+ items:
1959
+ $ref: '#/components/schemas/UUID'
1960
+ errorId:
1961
+ $ref: '#/components/schemas/VersionedReference'
1962
+ errorStatus:
1963
+ type: boolean
1964
+ errorMessage:
1965
+ type: string
1966
+ CasetypeCss:
1967
+ type: object
1968
+ properties:
1969
+ css:
1970
+ type: string
1971
+ id:
1972
+ $ref: '#/components/schemas/VersionedReference'
1973
+ additionalProperties: false
1974
+ CatchBlock:
1975
+ properties:
1976
+ order:
1977
+ type: integer
1978
+ showProgress:
1979
+ type: boolean
1980
+ progressTitle:
1981
+ type: string
1982
+ description: Single language value of a multilanguage string
1983
+ progressTemplate:
1984
+ type: string
1985
+ description: Parsed template as string
1986
+ parentRule:
1987
+ $ref: '#/components/schemas/VersionedReference'
1988
+ root:
1989
+ $ref: '#/components/schemas/UnversionedReference'
1990
+ pattern:
1991
+ type: array
1992
+ items:
1993
+ $ref: '#/components/schemas/CatchPattern'
1994
+ catchRule:
1995
+ $ref: '#/components/schemas/RuleList'
1996
+ parentTryBlock:
1997
+ $ref: '#/components/schemas/TryBlock'
1998
+ id:
1999
+ $ref: '#/components/schemas/VersionedReference'
2000
+ src:
2001
+ $ref: '#/components/schemas/VersionedReference'
2002
+ origin:
2003
+ $ref: '#/components/schemas/UnversionedReference'
2004
+ knownIDs:
2005
+ type: array
2006
+ items:
2007
+ $ref: '#/components/schemas/UnversionedReference'
2008
+ description: >-
2009
+ A set of ID's of different platforms that all reference to this
2010
+ object. This set will at least contain the values of `id`, `src` and
2011
+ `origin`.
2012
+ devParentCase:
2013
+ $ref: '#/components/schemas/VersionedReference'
2014
+ description:
2015
+ type: string
2016
+ description: Parsed template as string
2017
+ devref:
2018
+ type: string
2019
+ instruction:
2020
+ type: string
2021
+ description: Parsed template as string
2022
+ tooltip:
2023
+ type: string
2024
+ description: Parsed template as string
2025
+ tags:
2026
+ type: array
2027
+ items:
2028
+ $ref: '#/components/schemas/VersionedReference'
2029
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2030
+ __messages:
2031
+ type: array
2032
+ items:
2033
+ $ref: '#/components/schemas/UUID'
2034
+ errorId:
2035
+ $ref: '#/components/schemas/VersionedReference'
2036
+ errorStatus:
2037
+ type: boolean
2038
+ errorMessage:
2039
+ type: string
2040
+ _ruleType:
2041
+ type: string
2042
+ CatchPattern:
2043
+ type: string
2044
+ enum:
2045
+ - EMAIL-1001
2046
+ ColumnId:
2047
+ type: string
2048
+ ColumnIdentifier:
2049
+ type: string
2050
+ enum:
2051
+ - legacy
2052
+ - columnCaseid
2053
+ - externalReference
2054
+ - alias
2055
+ ConditionList:
2056
+ properties:
2057
+ order:
2058
+ type: integer
2059
+ negate:
2060
+ type: boolean
2061
+ parentCondition:
2062
+ $ref: '#/components/schemas/VersionedReference'
2063
+ root:
2064
+ $ref: '#/components/schemas/UnversionedReference'
2065
+ type:
2066
+ type: string
2067
+ enum:
2068
+ - AND
2069
+ - OR
2070
+ id:
2071
+ $ref: '#/components/schemas/VersionedReference'
2072
+ src:
2073
+ $ref: '#/components/schemas/VersionedReference'
2074
+ origin:
2075
+ $ref: '#/components/schemas/UnversionedReference'
2076
+ knownIDs:
2077
+ type: array
2078
+ items:
2079
+ $ref: '#/components/schemas/UnversionedReference'
2080
+ description: >-
2081
+ A set of ID's of different platforms that all reference to this
2082
+ object. This set will at least contain the values of `id`, `src` and
2083
+ `origin`.
2084
+ devParentCase:
2085
+ $ref: '#/components/schemas/VersionedReference'
2086
+ description:
2087
+ type: string
2088
+ description: Parsed template as string
2089
+ devref:
2090
+ type: string
2091
+ instruction:
2092
+ type: string
2093
+ description: Parsed template as string
2094
+ tooltip:
2095
+ type: string
2096
+ description: Parsed template as string
2097
+ tags:
2098
+ type: array
2099
+ items:
2100
+ $ref: '#/components/schemas/VersionedReference'
2101
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2102
+ __messages:
2103
+ type: array
2104
+ items:
2105
+ $ref: '#/components/schemas/UUID'
2106
+ errorId:
2107
+ $ref: '#/components/schemas/VersionedReference'
2108
+ errorStatus:
2109
+ type: boolean
2110
+ errorMessage:
2111
+ type: string
2112
+ conditions:
2113
+ type: array
2114
+ items:
2115
+ $ref: '#/components/schemas/AbstractCondition'
2116
+ description: 'Expanding a Collection<GrexxObject> of type: AbstractCondition'
2117
+ ConditionOperatorType:
2118
+ type: string
2119
+ enum:
2120
+ - '=='
2121
+ - '==text=='
2122
+ - '!==text!=='
2123
+ - '!=='
2124
+ - '>='
2125
+ - '>'
2126
+ - <=
2127
+ - <
2128
+ - contains
2129
+ - notcontains
2130
+ - stringcontains
2131
+ - notstringcontains
2132
+ - multivaluecontains
2133
+ - notmultivaluecontains
2134
+ - anyin
2135
+ - notanyin
2136
+ - allin
2137
+ - notallin
2138
+ - in
2139
+ - notin
2140
+ - like
2141
+ - notlike
2142
+ - beginswith
2143
+ - notbeginswith
2144
+ - endswith
2145
+ - notendswith
2146
+ CustomThrow:
2147
+ properties:
2148
+ order:
2149
+ type: integer
2150
+ showProgress:
2151
+ type: boolean
2152
+ progressTitle:
2153
+ type: string
2154
+ description: Single language value of a multilanguage string
2155
+ progressTemplate:
2156
+ type: string
2157
+ description: Parsed template as string
2158
+ parentRule:
2159
+ $ref: '#/components/schemas/VersionedReference'
2160
+ root:
2161
+ $ref: '#/components/schemas/UnversionedReference'
2162
+ debugMessage:
2163
+ type: string
2164
+ description: Parsed template as string
2165
+ publicMessage:
2166
+ type: string
2167
+ description: Parsed template as string
2168
+ id:
2169
+ $ref: '#/components/schemas/VersionedReference'
2170
+ src:
2171
+ $ref: '#/components/schemas/VersionedReference'
2172
+ origin:
2173
+ $ref: '#/components/schemas/UnversionedReference'
2174
+ knownIDs:
2175
+ type: array
2176
+ items:
2177
+ $ref: '#/components/schemas/UnversionedReference'
2178
+ description: >-
2179
+ A set of ID's of different platforms that all reference to this
2180
+ object. This set will at least contain the values of `id`, `src` and
2181
+ `origin`.
2182
+ devParentCase:
2183
+ $ref: '#/components/schemas/VersionedReference'
2184
+ description:
2185
+ type: string
2186
+ description: Parsed template as string
2187
+ devref:
2188
+ type: string
2189
+ instruction:
2190
+ type: string
2191
+ description: Parsed template as string
2192
+ tooltip:
2193
+ type: string
2194
+ description: Parsed template as string
2195
+ tags:
2196
+ type: array
2197
+ items:
2198
+ $ref: '#/components/schemas/VersionedReference'
2199
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2200
+ __messages:
2201
+ type: array
2202
+ items:
2203
+ $ref: '#/components/schemas/UUID'
2204
+ errorId:
2205
+ $ref: '#/components/schemas/VersionedReference'
2206
+ errorStatus:
2207
+ type: boolean
2208
+ errorMessage:
2209
+ type: string
2210
+ _ruleType:
2211
+ type: string
2212
+ Dataset:
2213
+ properties:
2214
+ name:
2215
+ type: string
2216
+ description: Single language value of a multilanguage string
2217
+ options:
2218
+ type: object
2219
+ type:
2220
+ type: string
2221
+ enum:
2222
+ - mandatoryTasks
2223
+ - mandatoryTasksNoRightsCheck
2224
+ - mandatoryTasksPlatform
2225
+ - mandatoryPlatformNoRightsCheck
2226
+ - allTasks
2227
+ - allTasksIncludingNew
2228
+ - allTasksPlatform
2229
+ - allTasksPlatformIncludingNew
2230
+ - queuedTasks
2231
+ - optionalTasks
2232
+ - optionalTasksNoRightsCheck
2233
+ - cases
2234
+ - casespostprocess
2235
+ - externalcases
2236
+ - multivalueAttribute
2237
+ - taskHistory
2238
+ - externalUrl
2239
+ - json
2240
+ - kibanaPerformance
2241
+ - elasticPerformance
2242
+ - elasticPerformanceClient
2243
+ - elasticPerformanceUnion
2244
+ - elasticError
2245
+ - elasticUsage
2246
+ - elasticGcMessages
2247
+ - elasticPlatformMessages
2248
+ - elasticGui
2249
+ - elasticApiRequestV2
2250
+ - aggregate
2251
+ - special
2252
+ - join
2253
+ - casedataHistory
2254
+ - casepath
2255
+ - size
2256
+ - sizeaggregated
2257
+ - filter
2258
+ includeOpen:
2259
+ type: boolean
2260
+ includeFinished:
2261
+ type: boolean
2262
+ noFullCount:
2263
+ type: boolean
2264
+ specialDataset:
2265
+ type: string
2266
+ enum:
2267
+ - special
2268
+ - datatype
2269
+ - systemservice
2270
+ - gitDataCommits
2271
+ - gitDataBranches
2272
+ - gitDefinitionBranches
2273
+ - eventtype
2274
+ - releaseRings
2275
+ - availableLocales
2276
+ - webhookEvent
2277
+ - webhookDatatype
2278
+ - jobStep
2279
+ - jobDefinition
2280
+ casePointer:
2281
+ description: Parsed template
2282
+ json:
2283
+ description: Parsed template
2284
+ mva_attribute:
2285
+ $ref: '#/components/schemas/UnversionedReference'
2286
+ externalURL:
2287
+ type: string
2288
+ description: Parsed template as string
2289
+ params:
2290
+ description: Parsed template
2291
+ headers:
2292
+ description: Parsed template
2293
+ method:
2294
+ type: string
2295
+ resultPath:
2296
+ type: string
2297
+ fullCountPath:
2298
+ type: string
2299
+ casedataAttributes:
2300
+ type: array
2301
+ items:
2302
+ $ref: '#/components/schemas/UnversionedReference'
2303
+ includedCasetype:
2304
+ type: array
2305
+ items:
2306
+ $ref: '#/components/schemas/VersionedReference'
2307
+ description: 'Reference to a Collection<GrexxObject> of type: Casetype'
2308
+ condition:
2309
+ $ref: '#/components/schemas/VersionedReference'
2310
+ parentDataset:
2311
+ $ref: '#/components/schemas/VersionedReference'
2312
+ id:
2313
+ $ref: '#/components/schemas/VersionedReference'
2314
+ src:
2315
+ $ref: '#/components/schemas/VersionedReference'
2316
+ origin:
2317
+ $ref: '#/components/schemas/UnversionedReference'
2318
+ knownIDs:
2319
+ type: array
2320
+ items:
2321
+ $ref: '#/components/schemas/UnversionedReference'
2322
+ description: >-
2323
+ A set of ID's of different platforms that all reference to this
2324
+ object. This set will at least contain the values of `id`, `src` and
2325
+ `origin`.
2326
+ devParentCase:
2327
+ $ref: '#/components/schemas/VersionedReference'
2328
+ description:
2329
+ type: string
2330
+ description: Parsed template as string
2331
+ devref:
2332
+ type: string
2333
+ instruction:
2334
+ type: string
2335
+ description: Parsed template as string
2336
+ tooltip:
2337
+ type: string
2338
+ description: Parsed template as string
2339
+ tags:
2340
+ type: array
2341
+ items:
2342
+ $ref: '#/components/schemas/VersionedReference'
2343
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2344
+ __messages:
2345
+ type: array
2346
+ items:
2347
+ $ref: '#/components/schemas/UUID'
2348
+ errorId:
2349
+ $ref: '#/components/schemas/VersionedReference'
2350
+ errorStatus:
2351
+ type: boolean
2352
+ errorMessage:
2353
+ type: string
2354
+ columns:
2355
+ type: array
2356
+ items:
2357
+ $ref: '#/components/schemas/DatasetColumn'
2358
+ description: 'Expanding a Collection<GrexxObject> of type: DatasetColumn'
2359
+ DatasetColumn:
2360
+ properties:
2361
+ order:
2362
+ type: integer
2363
+ title:
2364
+ type: string
2365
+ description: Single language value of a multilanguage string
2366
+ alias:
2367
+ type: string
2368
+ fieldType:
2369
+ type: string
2370
+ field:
2371
+ type: string
2372
+ attribute:
2373
+ $ref: '#/components/schemas/UnversionedReference'
2374
+ sortDirection:
2375
+ type: string
2376
+ sortOrder:
2377
+ type: integer
2378
+ externalReference:
2379
+ type: string
2380
+ overrideWithEmpty:
2381
+ type: boolean
2382
+ aggregationOperation:
2383
+ type: string
2384
+ columnType:
2385
+ type: string
2386
+ dataType:
2387
+ type: string
2388
+ allowHTML:
2389
+ type: boolean
2390
+ dataset:
2391
+ $ref: '#/components/schemas/VersionedReference'
2392
+ baseColumn:
2393
+ $ref: '#/components/schemas/VersionedReference'
2394
+ id:
2395
+ $ref: '#/components/schemas/VersionedReference'
2396
+ src:
2397
+ $ref: '#/components/schemas/VersionedReference'
2398
+ origin:
2399
+ $ref: '#/components/schemas/UnversionedReference'
2400
+ knownIDs:
2401
+ type: array
2402
+ items:
2403
+ $ref: '#/components/schemas/UnversionedReference'
2404
+ description: >-
2405
+ A set of ID's of different platforms that all reference to this
2406
+ object. This set will at least contain the values of `id`, `src` and
2407
+ `origin`.
2408
+ devParentCase:
2409
+ $ref: '#/components/schemas/VersionedReference'
2410
+ description:
2411
+ type: string
2412
+ description: Parsed template as string
2413
+ devref:
2414
+ type: string
2415
+ instruction:
2416
+ type: string
2417
+ description: Parsed template as string
2418
+ tooltip:
2419
+ type: string
2420
+ description: Parsed template as string
2421
+ tags:
2422
+ type: array
2423
+ items:
2424
+ $ref: '#/components/schemas/VersionedReference'
2425
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2426
+ __messages:
2427
+ type: array
2428
+ items:
2429
+ $ref: '#/components/schemas/UUID'
2430
+ errorId:
2431
+ $ref: '#/components/schemas/VersionedReference'
2432
+ errorStatus:
2433
+ type: boolean
2434
+ errorMessage:
2435
+ type: string
2436
+ column_attribute:
2437
+ $ref: '#/components/schemas/CasetypeAttribute'
2438
+ column_datatype:
2439
+ type: object
2440
+ DatasetCondition:
2441
+ properties:
2442
+ order:
2443
+ type: integer
2444
+ negate:
2445
+ type: boolean
2446
+ parentCondition:
2447
+ $ref: '#/components/schemas/VersionedReference'
2448
+ root:
2449
+ $ref: '#/components/schemas/UnversionedReference'
2450
+ operator:
2451
+ type: string
2452
+ enum:
2453
+ - '=='
2454
+ - '==text=='
2455
+ - '!==text!=='
2456
+ - '!=='
2457
+ - '>='
2458
+ - '>'
2459
+ - <=
2460
+ - <
2461
+ - contains
2462
+ - notcontains
2463
+ - stringcontains
2464
+ - notstringcontains
2465
+ - multivaluecontains
2466
+ - notmultivaluecontains
2467
+ - anyin
2468
+ - notanyin
2469
+ - allin
2470
+ - notallin
2471
+ - in
2472
+ - notin
2473
+ - like
2474
+ - notlike
2475
+ - beginswith
2476
+ - notbeginswith
2477
+ - endswith
2478
+ - notendswith
2479
+ fieldType:
2480
+ type: string
2481
+ field:
2482
+ type: string
2483
+ value:
2484
+ type: string
2485
+ column:
2486
+ $ref: '#/components/schemas/VersionedReference'
2487
+ id:
2488
+ $ref: '#/components/schemas/VersionedReference'
2489
+ src:
2490
+ $ref: '#/components/schemas/VersionedReference'
2491
+ origin:
2492
+ $ref: '#/components/schemas/UnversionedReference'
2493
+ knownIDs:
2494
+ type: array
2495
+ items:
2496
+ $ref: '#/components/schemas/UnversionedReference'
2497
+ description: >-
2498
+ A set of ID's of different platforms that all reference to this
2499
+ object. This set will at least contain the values of `id`, `src` and
2500
+ `origin`.
2501
+ devParentCase:
2502
+ $ref: '#/components/schemas/VersionedReference'
2503
+ description:
2504
+ type: string
2505
+ description: Parsed template as string
2506
+ devref:
2507
+ type: string
2508
+ instruction:
2509
+ type: string
2510
+ description: Parsed template as string
2511
+ tooltip:
2512
+ type: string
2513
+ description: Parsed template as string
2514
+ tags:
2515
+ type: array
2516
+ items:
2517
+ $ref: '#/components/schemas/VersionedReference'
2518
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2519
+ __messages:
2520
+ type: array
2521
+ items:
2522
+ $ref: '#/components/schemas/UUID'
2523
+ errorId:
2524
+ $ref: '#/components/schemas/VersionedReference'
2525
+ errorStatus:
2526
+ type: boolean
2527
+ errorMessage:
2528
+ type: string
2529
+ DatasetResult:
2530
+ type: object
2531
+ properties:
2532
+ analysis:
2533
+ type: array
2534
+ items:
2535
+ $ref: '#/components/schemas/BaseMessage'
2536
+ count:
2537
+ type: integer
2538
+ data:
2539
+ type: array
2540
+ items:
2541
+ type: object
2542
+ datasetDefinition:
2543
+ type: object
2544
+ properties:
2545
+ dataset:
2546
+ $ref: '#/components/schemas/Dataset'
2547
+ sortConfig:
2548
+ type: object
2549
+ properties:
2550
+ limit:
2551
+ type: integer
2552
+ skipItems:
2553
+ type: integer
2554
+ additionalProperties: false
2555
+ required:
2556
+ - sortConfig
2557
+ additionalProperties: false
2558
+ fullCount:
2559
+ type: integer
2560
+ required:
2561
+ - data
2562
+ additionalProperties: false
2563
+ FieldType:
2564
+ type: string
2565
+ enum:
2566
+ - taskIn
2567
+ - taskOut
2568
+ - taskinformfield
2569
+ - taskoutformfield
2570
+ - caseData
2571
+ - inlinetemplate
2572
+ - value
2573
+ - staticPicklistItem
2574
+ - taskdata
2575
+ - formfield
2576
+ FileUploadProfile:
2577
+ properties:
2578
+ name:
2579
+ type: string
2580
+ description: Single language value of a multilanguage string
2581
+ allowedExtensions:
2582
+ type: array
2583
+ items:
2584
+ type: string
2585
+ disallowedExtensions:
2586
+ type: array
2587
+ items:
2588
+ type: string
2589
+ minFileSize:
2590
+ type: integer
2591
+ maxFileSize:
2592
+ type: integer
2593
+ id:
2594
+ $ref: '#/components/schemas/VersionedReference'
2595
+ src:
2596
+ $ref: '#/components/schemas/VersionedReference'
2597
+ origin:
2598
+ $ref: '#/components/schemas/UnversionedReference'
2599
+ knownIDs:
2600
+ type: array
2601
+ items:
2602
+ $ref: '#/components/schemas/UnversionedReference'
2603
+ description: >-
2604
+ A set of ID's of different platforms that all reference to this
2605
+ object. This set will at least contain the values of `id`, `src` and
2606
+ `origin`.
2607
+ devParentCase:
2608
+ $ref: '#/components/schemas/VersionedReference'
2609
+ description:
2610
+ type: string
2611
+ description: Parsed template as string
2612
+ devref:
2613
+ type: string
2614
+ instruction:
2615
+ type: string
2616
+ description: Parsed template as string
2617
+ tooltip:
2618
+ type: string
2619
+ description: Parsed template as string
2620
+ tags:
2621
+ type: array
2622
+ items:
2623
+ $ref: '#/components/schemas/VersionedReference'
2624
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2625
+ __messages:
2626
+ type: array
2627
+ items:
2628
+ $ref: '#/components/schemas/UUID'
2629
+ errorId:
2630
+ $ref: '#/components/schemas/VersionedReference'
2631
+ errorStatus:
2632
+ type: boolean
2633
+ errorMessage:
2634
+ type: string
2635
+ ForEach:
2636
+ properties:
2637
+ order:
2638
+ type: integer
2639
+ showProgress:
2640
+ type: boolean
2641
+ progressTitle:
2642
+ type: string
2643
+ description: Single language value of a multilanguage string
2644
+ progressTemplate:
2645
+ type: string
2646
+ description: Parsed template as string
2647
+ parentRule:
2648
+ $ref: '#/components/schemas/VersionedReference'
2649
+ root:
2650
+ $ref: '#/components/schemas/UnversionedReference'
2651
+ name:
2652
+ type: string
2653
+ description: Single language value of a multilanguage string
2654
+ useCaseIDOnly:
2655
+ type: boolean
2656
+ for:
2657
+ $ref: '#/components/schemas/CasetypeAttribute'
2658
+ forDataset:
2659
+ $ref: '#/components/schemas/VersionedReference'
2660
+ each:
2661
+ $ref: '#/components/schemas/RuleList'
2662
+ id:
2663
+ $ref: '#/components/schemas/VersionedReference'
2664
+ src:
2665
+ $ref: '#/components/schemas/VersionedReference'
2666
+ origin:
2667
+ $ref: '#/components/schemas/UnversionedReference'
2668
+ knownIDs:
2669
+ type: array
2670
+ items:
2671
+ $ref: '#/components/schemas/UnversionedReference'
2672
+ description: >-
2673
+ A set of ID's of different platforms that all reference to this
2674
+ object. This set will at least contain the values of `id`, `src` and
2675
+ `origin`.
2676
+ devParentCase:
2677
+ $ref: '#/components/schemas/VersionedReference'
2678
+ description:
2679
+ type: string
2680
+ description: Parsed template as string
2681
+ devref:
2682
+ type: string
2683
+ instruction:
2684
+ type: string
2685
+ description: Parsed template as string
2686
+ tooltip:
2687
+ type: string
2688
+ description: Parsed template as string
2689
+ tags:
2690
+ type: array
2691
+ items:
2692
+ $ref: '#/components/schemas/VersionedReference'
2693
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2694
+ __messages:
2695
+ type: array
2696
+ items:
2697
+ $ref: '#/components/schemas/UUID'
2698
+ errorId:
2699
+ $ref: '#/components/schemas/VersionedReference'
2700
+ errorStatus:
2701
+ type: boolean
2702
+ errorMessage:
2703
+ type: string
2704
+ _ruleType:
2705
+ type: string
2706
+ FormAction:
2707
+ properties:
2708
+ order:
2709
+ type: integer
2710
+ showProgress:
2711
+ type: boolean
2712
+ progressTitle:
2713
+ type: string
2714
+ description: Single language value of a multilanguage string
2715
+ progressTemplate:
2716
+ type: string
2717
+ description: Parsed template as string
2718
+ parentRule:
2719
+ $ref: '#/components/schemas/VersionedReference'
2720
+ root:
2721
+ $ref: '#/components/schemas/UnversionedReference'
2722
+ type:
2723
+ type: string
2724
+ value:
2725
+ description: Parsed template
2726
+ fieldsJSON:
2727
+ type: object
2728
+ settingsJSON:
2729
+ type: object
2730
+ relatedPlugin:
2731
+ $ref: '#/components/schemas/UnversionedReference'
2732
+ formfield:
2733
+ type: array
2734
+ items:
2735
+ $ref: '#/components/schemas/VersionedReference'
2736
+ description: 'Reference to a Collection<GrexxObject> of type: FormField'
2737
+ formgroup:
2738
+ type: array
2739
+ items:
2740
+ $ref: '#/components/schemas/VersionedReference'
2741
+ description: 'Reference to a Collection<GrexxObject> of type: FormGroup'
2742
+ form:
2743
+ $ref: '#/components/schemas/VersionedReference'
2744
+ picklist:
2745
+ $ref: '#/components/schemas/Picklist'
2746
+ datafield:
2747
+ $ref: '#/components/schemas/VersionedReference'
2748
+ actions:
2749
+ $ref: '#/components/schemas/RuleList'
2750
+ id:
2751
+ $ref: '#/components/schemas/VersionedReference'
2752
+ src:
2753
+ $ref: '#/components/schemas/VersionedReference'
2754
+ origin:
2755
+ $ref: '#/components/schemas/UnversionedReference'
2756
+ knownIDs:
2757
+ type: array
2758
+ items:
2759
+ $ref: '#/components/schemas/UnversionedReference'
2760
+ description: >-
2761
+ A set of ID's of different platforms that all reference to this
2762
+ object. This set will at least contain the values of `id`, `src` and
2763
+ `origin`.
2764
+ devParentCase:
2765
+ $ref: '#/components/schemas/VersionedReference'
2766
+ description:
2767
+ type: string
2768
+ description: Parsed template as string
2769
+ devref:
2770
+ type: string
2771
+ instruction:
2772
+ type: string
2773
+ description: Parsed template as string
2774
+ tooltip:
2775
+ type: string
2776
+ description: Parsed template as string
2777
+ tags:
2778
+ type: array
2779
+ items:
2780
+ $ref: '#/components/schemas/VersionedReference'
2781
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2782
+ __messages:
2783
+ type: array
2784
+ items:
2785
+ $ref: '#/components/schemas/UUID'
2786
+ errorId:
2787
+ $ref: '#/components/schemas/VersionedReference'
2788
+ errorStatus:
2789
+ type: boolean
2790
+ errorMessage:
2791
+ type: string
2792
+ _ruleType:
2793
+ type: string
2794
+ valueTemplate:
2795
+ type: object
2796
+ FormActionInlineJavascript:
2797
+ properties:
2798
+ order:
2799
+ type: integer
2800
+ showProgress:
2801
+ type: boolean
2802
+ progressTitle:
2803
+ type: string
2804
+ description: Single language value of a multilanguage string
2805
+ progressTemplate:
2806
+ type: string
2807
+ description: Parsed template as string
2808
+ parentRule:
2809
+ $ref: '#/components/schemas/VersionedReference'
2810
+ root:
2811
+ $ref: '#/components/schemas/UnversionedReference'
2812
+ codeBlock:
2813
+ type: string
2814
+ id:
2815
+ $ref: '#/components/schemas/VersionedReference'
2816
+ src:
2817
+ $ref: '#/components/schemas/VersionedReference'
2818
+ origin:
2819
+ $ref: '#/components/schemas/UnversionedReference'
2820
+ knownIDs:
2821
+ type: array
2822
+ items:
2823
+ $ref: '#/components/schemas/UnversionedReference'
2824
+ description: >-
2825
+ A set of ID's of different platforms that all reference to this
2826
+ object. This set will at least contain the values of `id`, `src` and
2827
+ `origin`.
2828
+ devParentCase:
2829
+ $ref: '#/components/schemas/VersionedReference'
2830
+ description:
2831
+ type: string
2832
+ description: Parsed template as string
2833
+ devref:
2834
+ type: string
2835
+ instruction:
2836
+ type: string
2837
+ description: Parsed template as string
2838
+ tooltip:
2839
+ type: string
2840
+ description: Parsed template as string
2841
+ tags:
2842
+ type: array
2843
+ items:
2844
+ $ref: '#/components/schemas/VersionedReference'
2845
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
2846
+ __messages:
2847
+ type: array
2848
+ items:
2849
+ $ref: '#/components/schemas/UUID'
2850
+ errorId:
2851
+ $ref: '#/components/schemas/VersionedReference'
2852
+ errorStatus:
2853
+ type: boolean
2854
+ errorMessage:
2855
+ type: string
2856
+ _ruleType:
2857
+ type: string
2858
+ FormField:
2859
+ properties:
2860
+ name:
2861
+ type: string
2862
+ description: Single language value of a multilanguage string
2863
+ type:
2864
+ type: string
2865
+ enum:
2866
+ - boolean
2867
+ - date
2868
+ - datetime
2869
+ - integer
2870
+ - long
2871
+ - double
2872
+ - string
2873
+ - mediumstring
2874
+ - smallstring
2875
+ - tinystring
2876
+ - case
2877
+ - internalexternalcaseid
2878
+ - task
2879
+ - json
2880
+ - file
2881
+ - inlinetemplate
2882
+ - money
2883
+ - uuid
2884
+ - datasetrow
2885
+ - versionedid
2886
+ - point2d
2887
+ - polygon2d
2888
+ - grexxblob
2889
+ - singlecurrencymoney
2890
+ fileuploadInstruction:
2891
+ type: string
2892
+ description: Parsed template as string
2893
+ currentCasetypes:
2894
+ description: Parsed template
2895
+ multivalue:
2896
+ type: boolean
2897
+ isBigDatatype:
2898
+ type: boolean
2899
+ multivalueType:
2900
+ type: string
2901
+ enum:
2902
+ - set
2903
+ - list
2904
+ multiLanguage:
2905
+ type: boolean
2906
+ picklistBase:
2907
+ type: string
2908
+ placeholder:
2909
+ type: string
2910
+ description: Parsed template as string
2911
+ addActivityBase:
2912
+ type: string
2913
+ validation:
2914
+ type: string
2915
+ multivalueMin:
2916
+ type: integer
2917
+ multivalueMax:
2918
+ type: integer
2919
+ filesizeMin:
2920
+ type: integer
2921
+ filesizeMax:
2922
+ type: integer
2923
+ externalReference:
2924
+ type: string
2925
+ currency:
2926
+ type: object
2927
+ properties:
2928
+ currencyCode:
2929
+ type: string
2930
+ additionalProperties: false
2931
+ picklistShowLinkToCase:
2932
+ type: boolean
2933
+ addActivity:
2934
+ $ref: '#/components/schemas/VersionedReference'
2935
+ picklist:
2936
+ $ref: '#/components/schemas/Picklist'
2937
+ fileProfile:
2938
+ type: array
2939
+ items:
2940
+ $ref: '#/components/schemas/FileUploadProfile'
2941
+ description: 'Expanding a Collection<GrexxObject> of type: FileUploadProfile'
2942
+ operator:
2943
+ type: string
2944
+ enum:
2945
+ - '=='
2946
+ - '==text=='
2947
+ - '!==text!=='
2948
+ - '!=='
2949
+ - '>='
2950
+ - '>'
2951
+ - <=
2952
+ - <
2953
+ - contains
2954
+ - notcontains
2955
+ - stringcontains
2956
+ - notstringcontains
2957
+ - multivaluecontains
2958
+ - notmultivaluecontains
2959
+ - anyin
2960
+ - notanyin
2961
+ - allin
2962
+ - notallin
2963
+ - in
2964
+ - notin
2965
+ - like
2966
+ - notlike
2967
+ - beginswith
2968
+ - notbeginswith
2969
+ - endswith
2970
+ - notendswith
2971
+ optional:
2972
+ type: boolean
2973
+ readonly:
2974
+ type: boolean
2975
+ hide:
2976
+ type: boolean
2977
+ order:
2978
+ type: integer
2979
+ logic:
2980
+ type: object
2981
+ render:
2982
+ type: string
2983
+ multivalueInputSeparator:
2984
+ type: array
2985
+ items:
2986
+ type: string
2987
+ formfieldDefaultValue:
2988
+ type: string
2989
+ anonymizeFormfield:
2990
+ type: boolean
2991
+ textRows:
2992
+ type: integer
2993
+ cssClass:
2994
+ type: array
2995
+ items:
2996
+ type: string
2997
+ offset:
2998
+ type: integer
2999
+ width:
3000
+ type: integer
3001
+ labelWidth:
3002
+ type: integer
3003
+ labelStyle:
3004
+ type: string
3005
+ placeholderUseLabel:
3006
+ type: boolean
3007
+ form:
3008
+ $ref: '#/components/schemas/VersionedReference'
3009
+ attribute:
3010
+ $ref: '#/components/schemas/CasetypeAttribute'
3011
+ multitaskPlatformAttribute:
3012
+ description: 'Expanding a GrexxObject of type: PlatformAttribute'
3013
+ properties:
3014
+ name:
3015
+ type: string
3016
+ description: Single language value of a multilanguage string
3017
+ type:
3018
+ type: string
3019
+ enum:
3020
+ - boolean
3021
+ - date
3022
+ - datetime
3023
+ - integer
3024
+ - long
3025
+ - double
3026
+ - string
3027
+ - mediumstring
3028
+ - smallstring
3029
+ - tinystring
3030
+ - case
3031
+ - internalexternalcaseid
3032
+ - task
3033
+ - json
3034
+ - file
3035
+ - inlinetemplate
3036
+ - money
3037
+ - uuid
3038
+ - datasetrow
3039
+ - versionedid
3040
+ - point2d
3041
+ - polygon2d
3042
+ - grexxblob
3043
+ - singlecurrencymoney
3044
+ fileuploadInstruction:
3045
+ type: string
3046
+ description: Parsed template as string
3047
+ currentCasetypes:
3048
+ description: Parsed template
3049
+ multivalue:
3050
+ type: boolean
3051
+ isBigDatatype:
3052
+ type: boolean
3053
+ multivalueType:
3054
+ type: string
3055
+ enum:
3056
+ - set
3057
+ - list
3058
+ multiLanguage:
3059
+ type: boolean
3060
+ picklistBase:
3061
+ type: string
3062
+ placeholder:
3063
+ type: string
3064
+ description: Parsed template as string
3065
+ addActivityBase:
3066
+ type: string
3067
+ validation:
3068
+ type: string
3069
+ multivalueMin:
3070
+ type: integer
3071
+ multivalueMax:
3072
+ type: integer
3073
+ filesizeMin:
3074
+ type: integer
3075
+ filesizeMax:
3076
+ type: integer
3077
+ externalReference:
3078
+ type: string
3079
+ currency:
3080
+ type: object
3081
+ properties:
3082
+ currencyCode:
3083
+ type: string
3084
+ additionalProperties: false
3085
+ picklistShowLinkToCase:
3086
+ type: boolean
3087
+ addActivity:
3088
+ $ref: '#/components/schemas/VersionedReference'
3089
+ picklist:
3090
+ $ref: '#/components/schemas/Picklist'
3091
+ fileProfile:
3092
+ type: array
3093
+ items:
3094
+ $ref: '#/components/schemas/FileUploadProfile'
3095
+ description: 'Expanding a Collection<GrexxObject> of type: FileUploadProfile'
3096
+ attributeDefaultValue:
3097
+ type: string
3098
+ allowHTML:
3099
+ type: boolean
3100
+ isCalculated:
3101
+ type: boolean
3102
+ calculatedCached:
3103
+ type: boolean
3104
+ doNotUpdateLastModified:
3105
+ type: boolean
3106
+ excludeFromRelatedCases:
3107
+ type: boolean
3108
+ anonymizeAttribute:
3109
+ type: boolean
3110
+ calculatedTemplate:
3111
+ $ref: '#/components/schemas/VersionedReference'
3112
+ uniqueDataset:
3113
+ $ref: '#/components/schemas/VersionedReference'
3114
+ uniqueColumn:
3115
+ $ref: '#/components/schemas/VersionedReference'
3116
+ attributeDataretentionProfiles:
3117
+ type: array
3118
+ items:
3119
+ $ref: '#/components/schemas/VersionedReference'
3120
+ description: >-
3121
+ Reference to a Collection<GrexxObject> of type:
3122
+ GrexxDataRetentionProfile
3123
+ subtype:
3124
+ type: array
3125
+ items:
3126
+ $ref: '#/components/schemas/VersionedReference'
3127
+ description: 'Reference to a Collection<GrexxObject> of type: Casetype'
3128
+ externalSourceColumnName:
3129
+ type: string
3130
+ id:
3131
+ $ref: '#/components/schemas/VersionedReference'
3132
+ src:
3133
+ $ref: '#/components/schemas/VersionedReference'
3134
+ origin:
3135
+ $ref: '#/components/schemas/UnversionedReference'
3136
+ knownIDs:
3137
+ type: array
3138
+ items:
3139
+ $ref: '#/components/schemas/UnversionedReference'
3140
+ description: >-
3141
+ A set of ID's of different platforms that all reference to this
3142
+ object. This set will at least contain the values of `id`, `src`
3143
+ and `origin`.
3144
+ devParentCase:
3145
+ $ref: '#/components/schemas/VersionedReference'
3146
+ description:
3147
+ type: string
3148
+ description: Parsed template as string
3149
+ devref:
3150
+ type: string
3151
+ instruction:
3152
+ type: string
3153
+ description: Parsed template as string
3154
+ tooltip:
3155
+ type: string
3156
+ description: Parsed template as string
3157
+ tags:
3158
+ type: array
3159
+ items:
3160
+ $ref: '#/components/schemas/VersionedReference'
3161
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3162
+ __messages:
3163
+ type: array
3164
+ items:
3165
+ $ref: '#/components/schemas/UUID'
3166
+ errorId:
3167
+ $ref: '#/components/schemas/VersionedReference'
3168
+ errorStatus:
3169
+ type: boolean
3170
+ errorMessage:
3171
+ type: string
3172
+ formGroup:
3173
+ $ref: '#/components/schemas/VersionedReference'
3174
+ column:
3175
+ $ref: '#/components/schemas/DatasetColumn'
3176
+ id:
3177
+ $ref: '#/components/schemas/VersionedReference'
3178
+ src:
3179
+ $ref: '#/components/schemas/VersionedReference'
3180
+ origin:
3181
+ $ref: '#/components/schemas/UnversionedReference'
3182
+ knownIDs:
3183
+ type: array
3184
+ items:
3185
+ $ref: '#/components/schemas/UnversionedReference'
3186
+ description: >-
3187
+ A set of ID's of different platforms that all reference to this
3188
+ object. This set will at least contain the values of `id`, `src` and
3189
+ `origin`.
3190
+ devParentCase:
3191
+ $ref: '#/components/schemas/VersionedReference'
3192
+ description:
3193
+ type: string
3194
+ description: Parsed template as string
3195
+ devref:
3196
+ type: string
3197
+ instruction:
3198
+ type: string
3199
+ description: Parsed template as string
3200
+ tooltip:
3201
+ type: string
3202
+ description: Parsed template as string
3203
+ tags:
3204
+ type: array
3205
+ items:
3206
+ $ref: '#/components/schemas/VersionedReference'
3207
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3208
+ __messages:
3209
+ type: array
3210
+ items:
3211
+ $ref: '#/components/schemas/UUID'
3212
+ errorId:
3213
+ $ref: '#/components/schemas/VersionedReference'
3214
+ errorStatus:
3215
+ type: boolean
3216
+ errorMessage:
3217
+ type: string
3218
+ value:
3219
+ type: array
3220
+ items:
3221
+ type: object
3222
+ properties:
3223
+ locale:
3224
+ type: object
3225
+ picklistLabel:
3226
+ type: string
3227
+ picklistLabel_single:
3228
+ type: string
3229
+ reference:
3230
+ type: string
3231
+ description: If the value is a caseid, this is the reference of that case
3232
+ reference_encodehtml:
3233
+ type: string
3234
+ value:
3235
+ description: The raw value
3236
+ additionalProperties: false
3237
+ FormFieldConditionList:
3238
+ type: object
3239
+ properties:
3240
+ conditions:
3241
+ type: array
3242
+ items:
3243
+ anyOf:
3244
+ - $ref: '#/components/schemas/FormFieldConditionList'
3245
+ - $ref: '#/components/schemas/FormFieldSimpleCondition'
3246
+ - $ref: '#/components/schemas/FormFieldNotCondition'
3247
+ listType:
3248
+ type: string
3249
+ enum:
3250
+ - list
3251
+ negate:
3252
+ type: boolean
3253
+ type:
3254
+ $ref: '#/components/schemas/InterfaceConditionListType'
3255
+ additionalProperties: false
3256
+ FormFieldNotCondition:
3257
+ type: object
3258
+ properties:
3259
+ condition:
3260
+ anyOf:
3261
+ - $ref: '#/components/schemas/FormFieldConditionList'
3262
+ - $ref: '#/components/schemas/FormFieldSimpleCondition'
3263
+ - $ref: '#/components/schemas/FormFieldNotCondition'
3264
+ listType:
3265
+ type: string
3266
+ negate:
3267
+ type: boolean
3268
+ additionalProperties: false
3269
+ FormFieldSimpleCondition:
3270
+ type: object
3271
+ properties:
3272
+ leftDt:
3273
+ $ref: '#/components/schemas/GrexxComplexDatatype'
3274
+ leftField:
3275
+ $ref: '#/components/schemas/FormField'
3276
+ leftType:
3277
+ $ref: '#/components/schemas/FieldType'
3278
+ leftValue: {}
3279
+ listType:
3280
+ type: string
3281
+ enum:
3282
+ - simple
3283
+ negate:
3284
+ type: boolean
3285
+ operator:
3286
+ $ref: '#/components/schemas/ConditionOperatorType'
3287
+ rightDt:
3288
+ $ref: '#/components/schemas/GrexxComplexDatatype'
3289
+ rightField:
3290
+ $ref: '#/components/schemas/FormField'
3291
+ rightType:
3292
+ $ref: '#/components/schemas/FieldType'
3293
+ rightValue: {}
3294
+ additionalProperties: false
3295
+ FormGroup:
3296
+ properties:
3297
+ name:
3298
+ type: string
3299
+ description: Single language value of a multilanguage string
3300
+ hide:
3301
+ type: boolean
3302
+ order:
3303
+ type: integer
3304
+ type:
3305
+ type: string
3306
+ cssClass:
3307
+ type: array
3308
+ items:
3309
+ type: string
3310
+ offset:
3311
+ type: integer
3312
+ width:
3313
+ type: integer
3314
+ formGroup:
3315
+ $ref: '#/components/schemas/VersionedReference'
3316
+ id:
3317
+ $ref: '#/components/schemas/VersionedReference'
3318
+ src:
3319
+ $ref: '#/components/schemas/VersionedReference'
3320
+ origin:
3321
+ $ref: '#/components/schemas/UnversionedReference'
3322
+ knownIDs:
3323
+ type: array
3324
+ items:
3325
+ $ref: '#/components/schemas/UnversionedReference'
3326
+ description: >-
3327
+ A set of ID's of different platforms that all reference to this
3328
+ object. This set will at least contain the values of `id`, `src` and
3329
+ `origin`.
3330
+ devParentCase:
3331
+ $ref: '#/components/schemas/VersionedReference'
3332
+ description:
3333
+ type: string
3334
+ description: Parsed template as string
3335
+ devref:
3336
+ type: string
3337
+ instruction:
3338
+ type: string
3339
+ description: Parsed template as string
3340
+ tooltip:
3341
+ type: string
3342
+ description: Parsed template as string
3343
+ tags:
3344
+ type: array
3345
+ items:
3346
+ $ref: '#/components/schemas/VersionedReference'
3347
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3348
+ __messages:
3349
+ type: array
3350
+ items:
3351
+ $ref: '#/components/schemas/UUID'
3352
+ errorId:
3353
+ $ref: '#/components/schemas/VersionedReference'
3354
+ errorStatus:
3355
+ type: boolean
3356
+ errorMessage:
3357
+ type: string
3358
+ groups:
3359
+ type: array
3360
+ items:
3361
+ $ref: '#/components/schemas/FormGroup'
3362
+ description: 'Expanding a Collection<GrexxObject> of type: FormGroup'
3363
+ fields:
3364
+ type: array
3365
+ items:
3366
+ $ref: '#/components/schemas/FormField'
3367
+ description: 'Expanding a Collection<GrexxObject> of type: FormField'
3368
+ GrexxComplexDatatype:
3369
+ type: object
3370
+ properties:
3371
+ flags:
3372
+ $ref: '#/components/schemas/ReturnTypeFlags'
3373
+ type:
3374
+ $ref: '#/components/schemas/PrimitiveType'
3375
+ additionalProperties: false
3376
+ HasRoleCondition:
3377
+ properties:
3378
+ order:
3379
+ type: integer
3380
+ negate:
3381
+ type: boolean
3382
+ parentCondition:
3383
+ $ref: '#/components/schemas/VersionedReference'
3384
+ root:
3385
+ $ref: '#/components/schemas/UnversionedReference'
3386
+ roleName:
3387
+ type: array
3388
+ items:
3389
+ $ref: '#/components/schemas/VersionedReference'
3390
+ description: 'Reference to a Collection<GrexxObject> of type: RoleName'
3391
+ id:
3392
+ $ref: '#/components/schemas/VersionedReference'
3393
+ src:
3394
+ $ref: '#/components/schemas/VersionedReference'
3395
+ origin:
3396
+ $ref: '#/components/schemas/UnversionedReference'
3397
+ knownIDs:
3398
+ type: array
3399
+ items:
3400
+ $ref: '#/components/schemas/UnversionedReference'
3401
+ description: >-
3402
+ A set of ID's of different platforms that all reference to this
3403
+ object. This set will at least contain the values of `id`, `src` and
3404
+ `origin`.
3405
+ devParentCase:
3406
+ $ref: '#/components/schemas/VersionedReference'
3407
+ description:
3408
+ type: string
3409
+ description: Parsed template as string
3410
+ devref:
3411
+ type: string
3412
+ instruction:
3413
+ type: string
3414
+ description: Parsed template as string
3415
+ tooltip:
3416
+ type: string
3417
+ description: Parsed template as string
3418
+ tags:
3419
+ type: array
3420
+ items:
3421
+ $ref: '#/components/schemas/VersionedReference'
3422
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3423
+ __messages:
3424
+ type: array
3425
+ items:
3426
+ $ref: '#/components/schemas/UUID'
3427
+ errorId:
3428
+ $ref: '#/components/schemas/VersionedReference'
3429
+ errorStatus:
3430
+ type: boolean
3431
+ errorMessage:
3432
+ type: string
3433
+ IfThenElse:
3434
+ properties:
3435
+ order:
3436
+ type: integer
3437
+ showProgress:
3438
+ type: boolean
3439
+ progressTitle:
3440
+ type: string
3441
+ description: Single language value of a multilanguage string
3442
+ progressTemplate:
3443
+ type: string
3444
+ description: Parsed template as string
3445
+ parentRule:
3446
+ $ref: '#/components/schemas/VersionedReference'
3447
+ root:
3448
+ $ref: '#/components/schemas/UnversionedReference'
3449
+ if:
3450
+ $ref: '#/components/schemas/AbstractCondition'
3451
+ then:
3452
+ $ref: '#/components/schemas/RuleList'
3453
+ else:
3454
+ $ref: '#/components/schemas/RuleList'
3455
+ id:
3456
+ $ref: '#/components/schemas/VersionedReference'
3457
+ src:
3458
+ $ref: '#/components/schemas/VersionedReference'
3459
+ origin:
3460
+ $ref: '#/components/schemas/UnversionedReference'
3461
+ knownIDs:
3462
+ type: array
3463
+ items:
3464
+ $ref: '#/components/schemas/UnversionedReference'
3465
+ description: >-
3466
+ A set of ID's of different platforms that all reference to this
3467
+ object. This set will at least contain the values of `id`, `src` and
3468
+ `origin`.
3469
+ devParentCase:
3470
+ $ref: '#/components/schemas/VersionedReference'
3471
+ description:
3472
+ type: string
3473
+ description: Parsed template as string
3474
+ devref:
3475
+ type: string
3476
+ instruction:
3477
+ type: string
3478
+ description: Parsed template as string
3479
+ tooltip:
3480
+ type: string
3481
+ description: Parsed template as string
3482
+ tags:
3483
+ type: array
3484
+ items:
3485
+ $ref: '#/components/schemas/VersionedReference'
3486
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3487
+ __messages:
3488
+ type: array
3489
+ items:
3490
+ $ref: '#/components/schemas/UUID'
3491
+ errorId:
3492
+ $ref: '#/components/schemas/VersionedReference'
3493
+ errorStatus:
3494
+ type: boolean
3495
+ errorMessage:
3496
+ type: string
3497
+ _ruleType:
3498
+ type: string
3499
+ Instant:
3500
+ type: string
3501
+ format: date-time
3502
+ InterfaceConditionListType:
3503
+ type: string
3504
+ enum:
3505
+ - AND
3506
+ - OR
3507
+ Mapping:
3508
+ properties:
3509
+ order:
3510
+ type: integer
3511
+ showProgress:
3512
+ type: boolean
3513
+ progressTitle:
3514
+ type: string
3515
+ description: Single language value of a multilanguage string
3516
+ progressTemplate:
3517
+ type: string
3518
+ description: Parsed template as string
3519
+ parentRule:
3520
+ $ref: '#/components/schemas/VersionedReference'
3521
+ root:
3522
+ $ref: '#/components/schemas/UnversionedReference'
3523
+ toAttributeType:
3524
+ type: string
3525
+ enum:
3526
+ - casedata
3527
+ - casedataplatformattribute
3528
+ - taskin
3529
+ - taskinformfield
3530
+ - taskdata
3531
+ - usersession
3532
+ toAttribute:
3533
+ $ref: '#/components/schemas/UnversionedReference'
3534
+ toKey:
3535
+ type: string
3536
+ taskinRootActivity:
3537
+ type: boolean
3538
+ taskinTrigger:
3539
+ $ref: '#/components/schemas/VersionedReference'
3540
+ operator:
3541
+ type: string
3542
+ enum:
3543
+ - '='
3544
+ - +=
3545
+ - '-='
3546
+ - '*='
3547
+ - /=
3548
+ fromAttributeType:
3549
+ type: string
3550
+ enum:
3551
+ - casedata
3552
+ - casedataplatformattribute
3553
+ - casemetadata
3554
+ - currentitem
3555
+ - inlinetemplate
3556
+ - newcasemetadata
3557
+ - taskout
3558
+ - taskoutformfield
3559
+ - taskdata
3560
+ - value
3561
+ fromAttribute:
3562
+ $ref: '#/components/schemas/UnversionedReference'
3563
+ fromValue:
3564
+ type: string
3565
+ description: Single language value of a multilanguage string
3566
+ fromInlineTemplate:
3567
+ description: Parsed template
3568
+ taskoutRootActivity:
3569
+ type: boolean
3570
+ taskoutTrigger:
3571
+ $ref: '#/components/schemas/VersionedReference'
3572
+ rootActivity:
3573
+ $ref: '#/components/schemas/VersionedReference'
3574
+ jsonPath:
3575
+ type: string
3576
+ description: Parsed template as string
3577
+ id:
3578
+ $ref: '#/components/schemas/VersionedReference'
3579
+ src:
3580
+ $ref: '#/components/schemas/VersionedReference'
3581
+ origin:
3582
+ $ref: '#/components/schemas/UnversionedReference'
3583
+ knownIDs:
3584
+ type: array
3585
+ items:
3586
+ $ref: '#/components/schemas/UnversionedReference'
3587
+ description: >-
3588
+ A set of ID's of different platforms that all reference to this
3589
+ object. This set will at least contain the values of `id`, `src` and
3590
+ `origin`.
3591
+ devParentCase:
3592
+ $ref: '#/components/schemas/VersionedReference'
3593
+ description:
3594
+ type: string
3595
+ description: Parsed template as string
3596
+ devref:
3597
+ type: string
3598
+ instruction:
3599
+ type: string
3600
+ description: Parsed template as string
3601
+ tooltip:
3602
+ type: string
3603
+ description: Parsed template as string
3604
+ tags:
3605
+ type: array
3606
+ items:
3607
+ $ref: '#/components/schemas/VersionedReference'
3608
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3609
+ __messages:
3610
+ type: array
3611
+ items:
3612
+ $ref: '#/components/schemas/UUID'
3613
+ errorId:
3614
+ $ref: '#/components/schemas/VersionedReference'
3615
+ errorStatus:
3616
+ type: boolean
3617
+ errorMessage:
3618
+ type: string
3619
+ _ruleType:
3620
+ type: string
3621
+ NotCondition:
3622
+ properties:
3623
+ order:
3624
+ type: integer
3625
+ negate:
3626
+ type: boolean
3627
+ parentCondition:
3628
+ $ref: '#/components/schemas/VersionedReference'
3629
+ root:
3630
+ $ref: '#/components/schemas/UnversionedReference'
3631
+ condition:
3632
+ $ref: '#/components/schemas/VersionedReference'
3633
+ id:
3634
+ $ref: '#/components/schemas/VersionedReference'
3635
+ src:
3636
+ $ref: '#/components/schemas/VersionedReference'
3637
+ origin:
3638
+ $ref: '#/components/schemas/UnversionedReference'
3639
+ knownIDs:
3640
+ type: array
3641
+ items:
3642
+ $ref: '#/components/schemas/UnversionedReference'
3643
+ description: >-
3644
+ A set of ID's of different platforms that all reference to this
3645
+ object. This set will at least contain the values of `id`, `src` and
3646
+ `origin`.
3647
+ devParentCase:
3648
+ $ref: '#/components/schemas/VersionedReference'
3649
+ description:
3650
+ type: string
3651
+ description: Parsed template as string
3652
+ devref:
3653
+ type: string
3654
+ instruction:
3655
+ type: string
3656
+ description: Parsed template as string
3657
+ tooltip:
3658
+ type: string
3659
+ description: Parsed template as string
3660
+ tags:
3661
+ type: array
3662
+ items:
3663
+ $ref: '#/components/schemas/VersionedReference'
3664
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3665
+ __messages:
3666
+ type: array
3667
+ items:
3668
+ $ref: '#/components/schemas/UUID'
3669
+ errorId:
3670
+ $ref: '#/components/schemas/VersionedReference'
3671
+ errorStatus:
3672
+ type: boolean
3673
+ errorMessage:
3674
+ type: string
3675
+ ParallelBlock:
3676
+ properties:
3677
+ order:
3678
+ type: integer
3679
+ showProgress:
3680
+ type: boolean
3681
+ progressTitle:
3682
+ type: string
3683
+ description: Single language value of a multilanguage string
3684
+ progressTemplate:
3685
+ type: string
3686
+ description: Parsed template as string
3687
+ parentRule:
3688
+ $ref: '#/components/schemas/VersionedReference'
3689
+ root:
3690
+ $ref: '#/components/schemas/UnversionedReference'
3691
+ parallelRules:
3692
+ type: array
3693
+ items:
3694
+ $ref: '#/components/schemas/VersionedReference'
3695
+ description: 'Reference to a Collection<GrexxObject> of type: RuleList'
3696
+ timeOutSeconds:
3697
+ type: integer
3698
+ id:
3699
+ $ref: '#/components/schemas/VersionedReference'
3700
+ src:
3701
+ $ref: '#/components/schemas/VersionedReference'
3702
+ origin:
3703
+ $ref: '#/components/schemas/UnversionedReference'
3704
+ knownIDs:
3705
+ type: array
3706
+ items:
3707
+ $ref: '#/components/schemas/UnversionedReference'
3708
+ description: >-
3709
+ A set of ID's of different platforms that all reference to this
3710
+ object. This set will at least contain the values of `id`, `src` and
3711
+ `origin`.
3712
+ devParentCase:
3713
+ $ref: '#/components/schemas/VersionedReference'
3714
+ description:
3715
+ type: string
3716
+ description: Parsed template as string
3717
+ devref:
3718
+ type: string
3719
+ instruction:
3720
+ type: string
3721
+ description: Parsed template as string
3722
+ tooltip:
3723
+ type: string
3724
+ description: Parsed template as string
3725
+ tags:
3726
+ type: array
3727
+ items:
3728
+ $ref: '#/components/schemas/VersionedReference'
3729
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3730
+ __messages:
3731
+ type: array
3732
+ items:
3733
+ $ref: '#/components/schemas/UUID'
3734
+ errorId:
3735
+ $ref: '#/components/schemas/VersionedReference'
3736
+ errorStatus:
3737
+ type: boolean
3738
+ errorMessage:
3739
+ type: string
3740
+ _ruleType:
3741
+ type: string
3742
+ Picklist:
3743
+ properties:
3744
+ name:
3745
+ type: string
3746
+ description: Single language value of a multilanguage string
3747
+ specialPicklist:
3748
+ type: string
3749
+ enum:
3750
+ - special
3751
+ - datatype
3752
+ - systemservice
3753
+ - gitDataCommits
3754
+ - gitDataBranches
3755
+ - gitDefinitionBranches
3756
+ - eventtype
3757
+ - releaseRings
3758
+ - availableLocales
3759
+ - webhookEvent
3760
+ - webhookDatatype
3761
+ - jobStep
3762
+ - jobDefinition
3763
+ allowHTML:
3764
+ type: boolean
3765
+ dataset:
3766
+ $ref: '#/components/schemas/VersionedReference'
3767
+ template:
3768
+ description: 'Expanding a GrexxObject of type: Template'
3769
+ properties:
3770
+ name:
3771
+ type: string
3772
+ description: Single language value of a multilanguage string
3773
+ parameters:
3774
+ description: Parsed template
3775
+ id:
3776
+ $ref: '#/components/schemas/VersionedReference'
3777
+ src:
3778
+ $ref: '#/components/schemas/VersionedReference'
3779
+ origin:
3780
+ $ref: '#/components/schemas/UnversionedReference'
3781
+ knownIDs:
3782
+ type: array
3783
+ items:
3784
+ $ref: '#/components/schemas/UnversionedReference'
3785
+ description: >-
3786
+ A set of ID's of different platforms that all reference to this
3787
+ object. This set will at least contain the values of `id`, `src`
3788
+ and `origin`.
3789
+ devParentCase:
3790
+ $ref: '#/components/schemas/VersionedReference'
3791
+ description:
3792
+ type: string
3793
+ description: Parsed template as string
3794
+ devref:
3795
+ type: string
3796
+ instruction:
3797
+ type: string
3798
+ description: Parsed template as string
3799
+ tooltip:
3800
+ type: string
3801
+ description: Parsed template as string
3802
+ tags:
3803
+ type: array
3804
+ items:
3805
+ $ref: '#/components/schemas/VersionedReference'
3806
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3807
+ __messages:
3808
+ type: array
3809
+ items:
3810
+ $ref: '#/components/schemas/UUID'
3811
+ errorId:
3812
+ $ref: '#/components/schemas/VersionedReference'
3813
+ errorStatus:
3814
+ type: boolean
3815
+ errorMessage:
3816
+ type: string
3817
+ editActivity:
3818
+ $ref: '#/components/schemas/VersionedReference'
3819
+ deleteActivity:
3820
+ $ref: '#/components/schemas/VersionedReference'
3821
+ id:
3822
+ $ref: '#/components/schemas/VersionedReference'
3823
+ src:
3824
+ $ref: '#/components/schemas/VersionedReference'
3825
+ origin:
3826
+ $ref: '#/components/schemas/UnversionedReference'
3827
+ knownIDs:
3828
+ type: array
3829
+ items:
3830
+ $ref: '#/components/schemas/UnversionedReference'
3831
+ description: >-
3832
+ A set of ID's of different platforms that all reference to this
3833
+ object. This set will at least contain the values of `id`, `src` and
3834
+ `origin`.
3835
+ devParentCase:
3836
+ $ref: '#/components/schemas/VersionedReference'
3837
+ description:
3838
+ type: string
3839
+ description: Parsed template as string
3840
+ devref:
3841
+ type: string
3842
+ instruction:
3843
+ type: string
3844
+ description: Parsed template as string
3845
+ tooltip:
3846
+ type: string
3847
+ description: Parsed template as string
3848
+ tags:
3849
+ type: array
3850
+ items:
3851
+ $ref: '#/components/schemas/VersionedReference'
3852
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3853
+ __messages:
3854
+ type: array
3855
+ items:
3856
+ $ref: '#/components/schemas/UUID'
3857
+ errorId:
3858
+ $ref: '#/components/schemas/VersionedReference'
3859
+ errorStatus:
3860
+ type: boolean
3861
+ errorMessage:
3862
+ type: string
3863
+ staticDependency:
3864
+ anyOf:
3865
+ - $ref: '#/components/schemas/AnalyseDependency'
3866
+ PrimitiveType:
3867
+ type: string
3868
+ enum:
3869
+ - auto
3870
+ - string
3871
+ - case
3872
+ - internalexternalcaseid
3873
+ - caseid
3874
+ - integer
3875
+ - double
3876
+ - date
3877
+ - datetime
3878
+ - boolean
3879
+ - inlinetemplate
3880
+ - file
3881
+ - text
3882
+ - mediumstring
3883
+ - smallstring
3884
+ - tinystring
3885
+ - task
3886
+ - taskid
3887
+ - long
3888
+ - json
3889
+ - jsonobject
3890
+ - money
3891
+ - singlecurrencymoney
3892
+ - uuid
3893
+ - datasetrow
3894
+ - versionedid
3895
+ - point2d
3896
+ - polygon2d
3897
+ - grexxblob
3898
+ RequestContext:
3899
+ properties:
3900
+ order:
3901
+ type: integer
3902
+ showProgress:
3903
+ type: boolean
3904
+ progressTitle:
3905
+ type: string
3906
+ description: Single language value of a multilanguage string
3907
+ progressTemplate:
3908
+ type: string
3909
+ description: Parsed template as string
3910
+ parentRule:
3911
+ $ref: '#/components/schemas/VersionedReference'
3912
+ root:
3913
+ $ref: '#/components/schemas/UnversionedReference'
3914
+ type:
3915
+ type: string
3916
+ fromInlineTemplate:
3917
+ description: Parsed template
3918
+ contexttype:
3919
+ type: string
3920
+ enum:
3921
+ - context
3922
+ - usersession
3923
+ - additionalsecurityprofile
3924
+ - impersonate
3925
+ - resetimpersonate
3926
+ securityProfile:
3927
+ type: array
3928
+ items:
3929
+ $ref: '#/components/schemas/VersionedReference'
3930
+ description: 'Reference to a Collection<GrexxObject> of type: SecurityProfile'
3931
+ id:
3932
+ $ref: '#/components/schemas/VersionedReference'
3933
+ src:
3934
+ $ref: '#/components/schemas/VersionedReference'
3935
+ origin:
3936
+ $ref: '#/components/schemas/UnversionedReference'
3937
+ knownIDs:
3938
+ type: array
3939
+ items:
3940
+ $ref: '#/components/schemas/UnversionedReference'
3941
+ description: >-
3942
+ A set of ID's of different platforms that all reference to this
3943
+ object. This set will at least contain the values of `id`, `src` and
3944
+ `origin`.
3945
+ devParentCase:
3946
+ $ref: '#/components/schemas/VersionedReference'
3947
+ description:
3948
+ type: string
3949
+ description: Parsed template as string
3950
+ devref:
3951
+ type: string
3952
+ instruction:
3953
+ type: string
3954
+ description: Parsed template as string
3955
+ tooltip:
3956
+ type: string
3957
+ description: Parsed template as string
3958
+ tags:
3959
+ type: array
3960
+ items:
3961
+ $ref: '#/components/schemas/VersionedReference'
3962
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
3963
+ __messages:
3964
+ type: array
3965
+ items:
3966
+ $ref: '#/components/schemas/UUID'
3967
+ errorId:
3968
+ $ref: '#/components/schemas/VersionedReference'
3969
+ errorStatus:
3970
+ type: boolean
3971
+ errorMessage:
3972
+ type: string
3973
+ _ruleType:
3974
+ type: string
3975
+ ReturnTypeFlags:
3976
+ type: object
3977
+ properties:
3978
+ currency:
3979
+ type: object
3980
+ properties:
3981
+ currencyCode:
3982
+ type: string
3983
+ additionalProperties: false
3984
+ multilanguage:
3985
+ type: boolean
3986
+ multivalue:
3987
+ type: boolean
3988
+ multivalueType:
3989
+ type: string
3990
+ enum:
3991
+ - set
3992
+ - list
3993
+ additionalProperties: false
3994
+ RuleList:
3995
+ properties:
3996
+ order:
3997
+ type: integer
3998
+ showProgress:
3999
+ type: boolean
4000
+ progressTitle:
4001
+ type: string
4002
+ description: Single language value of a multilanguage string
4003
+ progressTemplate:
4004
+ type: string
4005
+ description: Parsed template as string
4006
+ parentRule:
4007
+ $ref: '#/components/schemas/VersionedReference'
4008
+ root:
4009
+ $ref: '#/components/schemas/UnversionedReference'
4010
+ type:
4011
+ type: string
4012
+ id:
4013
+ $ref: '#/components/schemas/VersionedReference'
4014
+ src:
4015
+ $ref: '#/components/schemas/VersionedReference'
4016
+ origin:
4017
+ $ref: '#/components/schemas/UnversionedReference'
4018
+ knownIDs:
4019
+ type: array
4020
+ items:
4021
+ $ref: '#/components/schemas/UnversionedReference'
4022
+ description: >-
4023
+ A set of ID's of different platforms that all reference to this
4024
+ object. This set will at least contain the values of `id`, `src` and
4025
+ `origin`.
4026
+ devParentCase:
4027
+ $ref: '#/components/schemas/VersionedReference'
4028
+ description:
4029
+ type: string
4030
+ description: Parsed template as string
4031
+ devref:
4032
+ type: string
4033
+ instruction:
4034
+ type: string
4035
+ description: Parsed template as string
4036
+ tooltip:
4037
+ type: string
4038
+ description: Parsed template as string
4039
+ tags:
4040
+ type: array
4041
+ items:
4042
+ $ref: '#/components/schemas/VersionedReference'
4043
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
4044
+ __messages:
4045
+ type: array
4046
+ items:
4047
+ $ref: '#/components/schemas/UUID'
4048
+ errorId:
4049
+ $ref: '#/components/schemas/VersionedReference'
4050
+ errorStatus:
4051
+ type: boolean
4052
+ errorMessage:
4053
+ type: string
4054
+ _ruleType:
4055
+ type: string
4056
+ rules:
4057
+ type: array
4058
+ items:
4059
+ $ref: '#/components/schemas/AbstractRule'
4060
+ description: 'Expanding a Collection<GrexxObject> of type: AbstractRule'
4061
+ SimpleCondition:
4062
+ properties:
4063
+ order:
4064
+ type: integer
4065
+ negate:
4066
+ type: boolean
4067
+ parentCondition:
4068
+ $ref: '#/components/schemas/VersionedReference'
4069
+ root:
4070
+ $ref: '#/components/schemas/UnversionedReference'
4071
+ leftFieldType:
4072
+ type: string
4073
+ enum:
4074
+ - taskIn
4075
+ - taskOut
4076
+ - taskinformfield
4077
+ - taskoutformfield
4078
+ - caseData
4079
+ - inlinetemplate
4080
+ - value
4081
+ - staticPicklistItem
4082
+ - taskdata
4083
+ - formfield
4084
+ leftField:
4085
+ $ref: '#/components/schemas/UnversionedReference'
4086
+ leftValue:
4087
+ type: string
4088
+ leftTemplate:
4089
+ description: Parsed template
4090
+ operator:
4091
+ type: string
4092
+ enum:
4093
+ - '=='
4094
+ - '==text=='
4095
+ - '!==text!=='
4096
+ - '!=='
4097
+ - '>='
4098
+ - '>'
4099
+ - <=
4100
+ - <
4101
+ - contains
4102
+ - notcontains
4103
+ - stringcontains
4104
+ - notstringcontains
4105
+ - multivaluecontains
4106
+ - notmultivaluecontains
4107
+ - anyin
4108
+ - notanyin
4109
+ - allin
4110
+ - notallin
4111
+ - in
4112
+ - notin
4113
+ - like
4114
+ - notlike
4115
+ - beginswith
4116
+ - notbeginswith
4117
+ - endswith
4118
+ - notendswith
4119
+ rightFieldType:
4120
+ type: string
4121
+ enum:
4122
+ - taskIn
4123
+ - taskOut
4124
+ - taskinformfield
4125
+ - taskoutformfield
4126
+ - caseData
4127
+ - inlinetemplate
4128
+ - value
4129
+ - staticPicklistItem
4130
+ - taskdata
4131
+ - formfield
4132
+ rightField:
4133
+ $ref: '#/components/schemas/UnversionedReference'
4134
+ rightValue:
4135
+ type: string
4136
+ rightTemplate:
4137
+ description: Parsed template
4138
+ id:
4139
+ $ref: '#/components/schemas/VersionedReference'
4140
+ src:
4141
+ $ref: '#/components/schemas/VersionedReference'
4142
+ origin:
4143
+ $ref: '#/components/schemas/UnversionedReference'
4144
+ knownIDs:
4145
+ type: array
4146
+ items:
4147
+ $ref: '#/components/schemas/UnversionedReference'
4148
+ description: >-
4149
+ A set of ID's of different platforms that all reference to this
4150
+ object. This set will at least contain the values of `id`, `src` and
4151
+ `origin`.
4152
+ devParentCase:
4153
+ $ref: '#/components/schemas/VersionedReference'
4154
+ description:
4155
+ type: string
4156
+ description: Parsed template as string
4157
+ devref:
4158
+ type: string
4159
+ instruction:
4160
+ type: string
4161
+ description: Parsed template as string
4162
+ tooltip:
4163
+ type: string
4164
+ description: Parsed template as string
4165
+ tags:
4166
+ type: array
4167
+ items:
4168
+ $ref: '#/components/schemas/VersionedReference'
4169
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
4170
+ __messages:
4171
+ type: array
4172
+ items:
4173
+ $ref: '#/components/schemas/UUID'
4174
+ errorId:
4175
+ $ref: '#/components/schemas/VersionedReference'
4176
+ errorStatus:
4177
+ type: boolean
4178
+ errorMessage:
4179
+ type: string
4180
+ leftTemplateTemplate:
4181
+ type: object
4182
+ rightTemplateTemplate:
4183
+ type: object
4184
+ SortConfigSearchCondition:
4185
+ type: object
4186
+ properties:
4187
+ column:
4188
+ type: string
4189
+ operator:
4190
+ $ref: '#/components/schemas/ConditionOperatorType'
4191
+ type:
4192
+ type: string
4193
+ enum:
4194
+ - simpleCondition
4195
+ value: {}
4196
+ valueDatatype:
4197
+ type: object
4198
+ properties:
4199
+ flags:
4200
+ $ref: '#/components/schemas/ReturnTypeFlags'
4201
+ type:
4202
+ $ref: '#/components/schemas/PrimitiveType'
4203
+ additionalProperties: false
4204
+ valueType:
4205
+ type: string
4206
+ additionalProperties: false
4207
+ SortConfigSearchList:
4208
+ type: object
4209
+ properties:
4210
+ conditions:
4211
+ type: array
4212
+ items:
4213
+ anyOf:
4214
+ - $ref: '#/components/schemas/SortConfigSearchList'
4215
+ - $ref: '#/components/schemas/SortConfigSearchCondition'
4216
+ listType:
4217
+ $ref: '#/components/schemas/InterfaceConditionListType'
4218
+ type:
4219
+ type: string
4220
+ enum:
4221
+ - conditionList
4222
+ additionalProperties: false
4223
+ SortConfigSort:
4224
+ type: object
4225
+ properties:
4226
+ column:
4227
+ $ref: '#/components/schemas/ColumnId'
4228
+ direction:
4229
+ type: string
4230
+ enum:
4231
+ - asc
4232
+ - desc
4233
+ required:
4234
+ - column
4235
+ additionalProperties: false
4236
+ Trigger:
4237
+ properties:
4238
+ order:
4239
+ type: integer
4240
+ showProgress:
4241
+ type: boolean
4242
+ progressTitle:
4243
+ type: string
4244
+ description: Single language value of a multilanguage string
4245
+ progressTemplate:
4246
+ type: string
4247
+ description: Parsed template as string
4248
+ parentRule:
4249
+ $ref: '#/components/schemas/VersionedReference'
4250
+ root:
4251
+ $ref: '#/components/schemas/UnversionedReference'
4252
+ type:
4253
+ type: string
4254
+ enum:
4255
+ - execute
4256
+ - execute and submit
4257
+ - enable
4258
+ - disable
4259
+ - cancel
4260
+ - finish
4261
+ - submit
4262
+ activityTo:
4263
+ $ref: '#/components/schemas/VersionedReference'
4264
+ caseTo:
4265
+ $ref: '#/components/schemas/VersionedReference'
4266
+ toPage:
4267
+ $ref: '#/components/schemas/VersionedReference'
4268
+ datasetTo:
4269
+ $ref: '#/components/schemas/VersionedReference'
4270
+ forEachTo:
4271
+ $ref: '#/components/schemas/VersionedReference'
4272
+ toTriggerType:
4273
+ type: string
4274
+ activityTag:
4275
+ $ref: '#/components/schemas/VersionedReference'
4276
+ additionalExecute:
4277
+ $ref: '#/components/schemas/VersionedReference'
4278
+ additionalIn:
4279
+ $ref: '#/components/schemas/VersionedReference'
4280
+ additionalSubmit:
4281
+ $ref: '#/components/schemas/VersionedReference'
4282
+ additionalOut:
4283
+ $ref: '#/components/schemas/VersionedReference'
4284
+ id:
4285
+ $ref: '#/components/schemas/VersionedReference'
4286
+ src:
4287
+ $ref: '#/components/schemas/VersionedReference'
4288
+ origin:
4289
+ $ref: '#/components/schemas/UnversionedReference'
4290
+ knownIDs:
4291
+ type: array
4292
+ items:
4293
+ $ref: '#/components/schemas/UnversionedReference'
4294
+ description: >-
4295
+ A set of ID's of different platforms that all reference to this
4296
+ object. This set will at least contain the values of `id`, `src` and
4297
+ `origin`.
4298
+ devParentCase:
4299
+ $ref: '#/components/schemas/VersionedReference'
4300
+ description:
4301
+ type: string
4302
+ description: Parsed template as string
4303
+ devref:
4304
+ type: string
4305
+ instruction:
4306
+ type: string
4307
+ description: Parsed template as string
4308
+ tooltip:
4309
+ type: string
4310
+ description: Parsed template as string
4311
+ tags:
4312
+ type: array
4313
+ items:
4314
+ $ref: '#/components/schemas/VersionedReference'
4315
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
4316
+ __messages:
4317
+ type: array
4318
+ items:
4319
+ $ref: '#/components/schemas/UUID'
4320
+ errorId:
4321
+ $ref: '#/components/schemas/VersionedReference'
4322
+ errorStatus:
4323
+ type: boolean
4324
+ errorMessage:
4325
+ type: string
4326
+ _ruleType:
4327
+ type: string
4328
+ TryBlock:
4329
+ properties:
4330
+ order:
4331
+ type: integer
4332
+ showProgress:
4333
+ type: boolean
4334
+ progressTitle:
4335
+ type: string
4336
+ description: Single language value of a multilanguage string
4337
+ progressTemplate:
4338
+ type: string
4339
+ description: Parsed template as string
4340
+ parentRule:
4341
+ $ref: '#/components/schemas/VersionedReference'
4342
+ root:
4343
+ $ref: '#/components/schemas/UnversionedReference'
4344
+ tryRule:
4345
+ $ref: '#/components/schemas/RuleList'
4346
+ id:
4347
+ $ref: '#/components/schemas/VersionedReference'
4348
+ src:
4349
+ $ref: '#/components/schemas/VersionedReference'
4350
+ origin:
4351
+ $ref: '#/components/schemas/UnversionedReference'
4352
+ knownIDs:
4353
+ type: array
4354
+ items:
4355
+ $ref: '#/components/schemas/UnversionedReference'
4356
+ description: >-
4357
+ A set of ID's of different platforms that all reference to this
4358
+ object. This set will at least contain the values of `id`, `src` and
4359
+ `origin`.
4360
+ devParentCase:
4361
+ $ref: '#/components/schemas/VersionedReference'
4362
+ description:
4363
+ type: string
4364
+ description: Parsed template as string
4365
+ devref:
4366
+ type: string
4367
+ instruction:
4368
+ type: string
4369
+ description: Parsed template as string
4370
+ tooltip:
4371
+ type: string
4372
+ description: Parsed template as string
4373
+ tags:
4374
+ type: array
4375
+ items:
4376
+ $ref: '#/components/schemas/VersionedReference'
4377
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
4378
+ __messages:
4379
+ type: array
4380
+ items:
4381
+ $ref: '#/components/schemas/UUID'
4382
+ errorId:
4383
+ $ref: '#/components/schemas/VersionedReference'
4384
+ errorStatus:
4385
+ type: boolean
4386
+ errorMessage:
4387
+ type: string
4388
+ _ruleType:
4389
+ type: string
4390
+ UUID:
4391
+ type: string
4392
+ format: uuid
4393
+ UnversionedReference:
4394
+ type: string
4395
+ description: A caseid is of the form 1:{{platform-id}}:{{caseid-id}}
4396
+ pattern: \d+:\d+:\d+
4397
+ example: '1:234:567'
4398
+ VersionedReference:
4399
+ type: string
4400
+ description: A caseid is of the form 1:{{platform-id}}:{{caseid-id}}:1
4401
+ pattern: \d+:\d+:\d+:\d+
4402
+ example: '1:234:567:1'
4403
+ While:
4404
+ properties:
4405
+ order:
4406
+ type: integer
4407
+ showProgress:
4408
+ type: boolean
4409
+ progressTitle:
4410
+ type: string
4411
+ description: Single language value of a multilanguage string
4412
+ progressTemplate:
4413
+ type: string
4414
+ description: Parsed template as string
4415
+ parentRule:
4416
+ $ref: '#/components/schemas/VersionedReference'
4417
+ root:
4418
+ $ref: '#/components/schemas/UnversionedReference'
4419
+ limit:
4420
+ description: Parsed template
4421
+ condition:
4422
+ $ref: '#/components/schemas/AbstractCondition'
4423
+ rule:
4424
+ $ref: '#/components/schemas/RuleList'
4425
+ id:
4426
+ $ref: '#/components/schemas/VersionedReference'
4427
+ src:
4428
+ $ref: '#/components/schemas/VersionedReference'
4429
+ origin:
4430
+ $ref: '#/components/schemas/UnversionedReference'
4431
+ knownIDs:
4432
+ type: array
4433
+ items:
4434
+ $ref: '#/components/schemas/UnversionedReference'
4435
+ description: >-
4436
+ A set of ID's of different platforms that all reference to this
4437
+ object. This set will at least contain the values of `id`, `src` and
4438
+ `origin`.
4439
+ devParentCase:
4440
+ $ref: '#/components/schemas/VersionedReference'
4441
+ description:
4442
+ type: string
4443
+ description: Parsed template as string
4444
+ devref:
4445
+ type: string
4446
+ instruction:
4447
+ type: string
4448
+ description: Parsed template as string
4449
+ tooltip:
4450
+ type: string
4451
+ description: Parsed template as string
4452
+ tags:
4453
+ type: array
4454
+ items:
4455
+ $ref: '#/components/schemas/VersionedReference'
4456
+ description: 'Reference to a Collection<GrexxObject> of type: Tag'
4457
+ __messages:
4458
+ type: array
4459
+ items:
4460
+ $ref: '#/components/schemas/UUID'
4461
+ errorId:
4462
+ $ref: '#/components/schemas/VersionedReference'
4463
+ errorStatus:
4464
+ type: boolean
4465
+ errorMessage:
4466
+ type: string
4467
+ _ruleType:
4468
+ type: string
4469
+ MapStringObject:
4470
+ type: object