forked from bonitasoft/bonita-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenapi.yaml
687 lines (669 loc) · 24.6 KB
/
openapi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
openapi: 3.0.2
info:
license:
name: GPL-v2.0
url: 'http://www.gnu.org/licenses/gpl-2.0.txt'
version: 0.0.9
title: Bonita HTTP API
description:
# Ignore IDE warnings
$ref: './intro.md'
x-logo:
url: images/logo_bonitasoft_white.png
backgroundColor: "#003355"
altText: "Bonita API"
href: "https://documentation.bonitasoft.com/bonita/latest/rest-api-overview"
servers:
- url: 'http://localhost:8081/bonita'
security:
- bonita_auth: [ ]
bonita_token: [ ]
x-tagGroups:
- name: Authentication
tags:
- PortalAuthentication
- PlatformAuthentication
- name: Application
tags:
- Application
- ApplicationMenu
- ApplicationPage
- FormMapping
- name: BDM
tags:
- BDM
- BusinessDataQuery
- BDMAccessControl
- name: BPM
tags:
- Activity
- ArchivedActivity
- HumanTask
- ManualTask
- Task
- UserTask
- ArchivedHumanTask
- ArchivedManualTask
- ArchivedTask
- ArchivedUserTask
- ActivityVariable
- ArchivedActivityVariable
- ProcessInstanceVariable
- ArchivedProcessInstanceVariable
- ProcessInstanceDocument
- ArchivedProcessInstanceDocument
- Actor
- ActorMember
- ProcessInstance
- ArchivedProcessInstance
- ProcessInstanceInfo
- ProcessInstanceComment
- ArchivedProcessInstanceComment
- Process
- Diagram
- ProcessInfo
- ProcessParameter
- ProcessResolutionProblem
- ProcessSupervisor
- ProcessConnectorDependency
- ConnectorFailure
- ConnectorInstance
- ArchivedConnectorInstance
- FlowNode
- ArchivedFlowNode
- TimerEventTrigger
- Message
- Signal
- name: Custom user info
tags:
- CustomUserDefinition
- CustomUserValue
- CustomUser
- name: Identity
tags:
- ProfessionalContactData
- Group
- Membership
- Role
- User
- Authentication
- name: Platform
tags:
- PlatformAuthentication
- Platform
- PlatformTenant
- Tenant
- License
- name: Portal
tags:
- Page
- Profile
- ProfileEntry
- ProfileMember
- Theme
- Upload
- name: System
tags:
- I18nlocale
- I18ntranslation
- Session
- SystemTenant
- name: Other
tags:
- RestAPIextensions
tags:
- name: Activity
x-displayName: Activity
description: Activity
- name: ActivityVariable
x-displayName: ActivityVariable
description: ActivityVariable
- name: ArchivedActivityVariable
x-displayName: ArchivedActivityVariable
description: ArchivedActivityVariable
- name: Actor
x-displayName: Actor
description: Actor
- name: ActorMember
x-displayName: ActorMember
description: ActorMember
- name: Application
x-displayName: Application
description: >-
Manage applications. This enables you to build a consistent functional
applicative environment for users to interact with business processes and
business data from one place.
- name: ApplicationMenu
x-displayName: ApplicationMenu
description: |
Manage the set of menus in an application. This set of menus enables a user to navigate to the application pages.
There are two types of menu item:
A top-level item appears in the navigation bar of the application. A top-level item can be clickable, leading to a page, or can be a parent for a menu of clickable items.
A child menu item becomes visible in a menu when the parent is selected. A child menu item is clickable and leads to a page.
Each menu item has an index that defines the position in the menu. For a top-level menu item, this is the position in the the navigation bar counting from the left. For a child menu item, this is the position in the menu counting from the top.
- name: ApplicationPage
x-displayName: ApplicationPage
description: |
An application page is a custom page that has been associated with an application. Use this resource to manage application pages and define the paths used to access them. This list of pages will be used to build the application menus.
- name: ArchivedActivity
x-displayName: ArchivedActivity
description: ArchivedActivity
- name: ArchivedProcessInstance
x-displayName: ArchivedProcessInstance
description: ArchivedProcessInstance
- name: ArchivedProcessInstanceComment
x-displayName: ArchivedProcessInstanceComment
description: ArchivedProcessInstanceComment
- name: ArchivedProcessInstanceDocument
x-displayName: ArchivedProcessInstanceDocument
description: ArchivedProcessInstanceDocument
- name: ArchivedConnectorInstance
x-displayName: ArchivedConnectorInstance
description: ArchivedConnectorInstance
- name: ArchivedFlowNode
x-displayName: ArchivedFlowNode
description: ArchivedFlowNode
- name: ArchivedHumanTask
x-displayName: ArchivedHumanTask
description: ArchivedHumanTask
- name: ArchivedManualTask
x-displayName: ArchivedManualTask
description: ArchivedManualTask
- name: ArchivedTask
x-displayName: ArchivedTask
description: ArchivedTask
- name: ArchivedUserTask
x-displayName: ArchivedUserTask
description: ArchivedUserTask
- name: PortalAuthentication
x-displayName: Portal Authentication
description: Portal Authentication
- name: PlatformAuthentication
x-displayName: Platform Authentication
description: Platform Authentication
- name: BDM
x-displayName: Business Data Model
description: |
Show status or install or update the Business Data Model.
Installing or updating a BDM on your tenant needs to be done in two successive steps:
1. Upload a BDM file
2. Install/Update the previously uploaded file
**To do this, your tenant services need to be paused.**
**In Enterprise editions, if you have an access control file installed on your tenant, you need to delete it before installing or updating your BDM.**
- name: BDMAccessControl
x-displayName: BDMAccessControl
description: BDM Access control is available to protect the tenant BDM. You can use this API to get the access control status (lastUpdatedBy, lastUpdateDate...).
- name: BusinessDataQuery
x-displayName: BusinessDataQuery
description: BDM Rest APIs allow to query Bonita Business Data.
- name: BPM
x-displayName: BPM
description: Easily retrieve human or service tasks, call activities, and subprocesses with BPM APIs. Perform maintenance tasks.
- name: ProcessInstance
x-displayName: ProcessInstance
description: ProcessInstance
- name: ProcessInstanceComment
x-displayName: ProcessInstanceComment
description: ProcessInstanceComment
- name: ProcessInstanceDocument
x-displayName: ProcessInstanceDocument
description: ProcessInstanceDocument
- name: ProcessInstanceInfo
x-displayName: ProcessInstanceInfo
description: ProcessInstanceInfo
- name: ProcessInstanceVariable
x-displayName: ProcessInstanceVariable
description: ProcessInstanceVariable
- name: ArchivedProcessInstanceVariable
x-displayName: ArchivedProcessInstanceVariable
description: ArchivedProcessInstanceVariable
- name: ConnectorFailure
x-displayName: ConnectorFailure
description: ConnectorFailure
- name: ConnectorInstance
x-displayName: ConnectorInstance
description: ConnectorInstance
- name: CustomUser
x-displayName: CustomUser
description: CustomUser
- name: CustomUserDefinition
x-displayName: CustomUserDefinition
description: CustomUserDefinition
- name: CustomUserValue
x-displayName: CustomUserValue
description: CustomUserValue
- name: Diagram
x-displayName: Diagram
description: Diagram
- name: ProcessInfo
x-displayName: ProcessInfo
description: ProcessInfo
- name: FlowNode
x-displayName: FlowNode
description: FlowNode
- name: FormMappingBDM
x-displayName: FormMappingBDM
description: FormMappingBDM
- name: Group
x-displayName: Group
description: The group a user belongs to. Groups have a hierarchy (subgroups can be created inside a group).
- name: HumanTask
x-displayName: HumanTask
description: HumanTask
- name: I18nlocale
x-displayName: I18nlocale
description: I18nlocale
- name: I18ntranslation
x-displayName: I18nTranslation
description: I18nTranslation
- name: License
x-displayName: License
description: |
Handle the license information. This requires a platform session. Log in using the platform login service.
This Web REST API is available in **Enterprise editions only**, since version 7.11.
- name: ManualTask
x-displayName: ManualTask
description: ManualTask
- name: Membership
x-displayName: Membership
description: Manage membership of users. There is a membership when a user belongs to a group and a role. Use this resource to add, search, and delete memberships.
- name: Message
x-displayName: Message
description: Message
- name: Page
x-displayName: Page
description: Use the page resource to access custom pages, UI Designer pages, layouts or forms and REST API extensions.
- name: Platform
x-displayName: Platform
description: The Platform API resources require a platform session. In order to get one, log in as the platform administrator using the platform login service.
- name: PlatformTenant
x-displayName: PlatformTenant
description: PlatformTenant
- name: Process
x-displayName: Process
description: Deploy and manage process definitions. In addition, you can instantiate a process, which will create a new process instance (case).
- name: ProcessConnectorDependency
x-displayName: ProcessConnectorDependency
description: ProcessConnectorDependency
- name: ProcessParameter
x-displayName: ProcessParameter
description: ProcessParameter
- name: ProcessResolutionProblem
x-displayName: ProcessResolutionProblem
description: ProcessResolutionProblem
- name: ProcessSupervisor
x-displayName: ProcessSupervisor
description: ProcessSupervisor
- name: ProfessionalContactData
x-displayName: ProfessionalContactData
description: ProfessionalContactData
- name: Profile
x-displayName: Profile
description: Profile
- name: ProfileEntry
x-displayName: ProfileEntry
description: ProfileEntry
- name: ProfileMember
x-displayName: ProfileMember
description: ProfileMember
- name: Role
x-displayName: Role
description: Role
- name: Session
x-displayName: Session
description: Session
- name: SystemTenant
x-displayName: SystemTenant
description: SystemTenant
- name: Task
x-displayName: Task
description: Task
- name: Tenant
x-displayName: Tenant
description: Handle the tenants (**Enterprise editions only**). This requires a platform session. Log in using the platform login service.
- name: Theme
x-displayName: Theme
description: Theme
- name: TimerEventTrigger
x-displayName: TimerEventTrigger
description: TimerEventTrigger
- name: User
x-displayName: User
description: User
- name: UserTask
x-displayName: UserTask
description: UserTask
- name: RestAPIextensions
x-displayName: API extensions
description: |
Create REST API extensions to use third party systems (databases, web services, Bonita Engine, etc) data in forms and pages.
REST API extensions can be used to query business data, Bonita Engine APIs, or an external information system (such as a database, web service, LDAP directory...). They also help to keep a clean separation between the front-end (forms, pages, and interfaces visible to users) and the back-end (processes).
externalDocs:
url: https://documentation.bonitasoft.com/bonita/latest/rest-api-extensions
paths:
# =======================
# AUTH/LOGIN API
# =======================
/loginservice:
$ref: "./paths/loginservice.yaml"
/logoutservice:
$ref: "./paths/logoutservice.yaml"
# =======================
# APPLICATION API
# =======================
/API/living/application:
$ref: "./paths/API@[email protected]"
'/API/living/application/{id}':
$ref: "./paths/API@living@application@{id}.yaml"
/services/application/import:
$ref: "./paths/services@[email protected]"
/portal/applicationsUpload:
$ref: "./paths/[email protected]"
/API/living/application-menu:
$ref: "./paths/API@[email protected]"
/API/living/application-menu/{id}:
$ref: "./paths/API@living@application-menu@{id}.yaml"
/API/living/application-page:
$ref: './paths/API@[email protected]'
/API/living/application-page/{id}:
$ref: './paths/API@living@application-page@{id}.yaml'
# =======================
# BDM API
# =======================
/API/bdm/businessData/{businessDataType}:
$ref: './paths/API@bdm@businessData@{businessDataType}.yaml'
/API/bdm/businessData/{businessDataType}/findByIds:
$ref: './paths/API@bdm@businessData@{businessDataType}@findByIds.yaml'
/API/bdm/businessData/{businessDataType}/{persistenceId}:
$ref: './paths/API@bdm@businessData@{businessDataType}@{persistenceId}.yaml'
/API/bdm/businessData/{businessDataType}/{persistenceId}/{attributeName}:
$ref: './paths/API@bdm@businessData@{businessDataType}@{persistenceId}@{attributeName}.yaml'
# =======================
# BDM ACCESS CONTROL API
# =======================
/API/accessControl/bdm:
$ref: './paths/API@[email protected]'
/portal/bdmAccessControlUpload:
$ref: "./paths/[email protected]"
/services/bdmAccessControl/install:
$ref: "./paths/services@[email protected]"
# =======================
# BPM API
# =======================
/API/bpm/activity:
$ref: './paths/API@[email protected]'
/API/bpm/activity/{id}:
$ref: './paths/API@bpm@activity@{id}.yaml'
/API/bpm/archivedActivity:
$ref: './paths/API@[email protected]'
/API/bpm/archivedActivity/{id}:
$ref: './paths/API@bpm@archivedActivity@{id}.yaml'
/API/bpm/humanTask:
$ref: './paths/API@[email protected]'
/API/bpm/humanTask/{id}:
$ref: './paths/API@bpm@humanTask@{id}.yaml'
/API/bpm/manualTask:
$ref: './paths/API@[email protected]'
/API/bpm/manualTask/{id}:
$ref: './paths/API@bpm@manualTask@{id}.yaml'
/API/bpm/task:
$ref: './paths/API@[email protected]'
/API/bpm/task/{id}:
$ref: './paths/API@bpm@task@{id}.yaml'
/API/bpm/userTask:
$ref: './paths/API@[email protected]'
/API/bpm/userTask/{id}:
$ref: './paths/API@bpm@userTask@{id}.yaml'
/API/bpm/userTask/{id}/contract:
$ref: './paths/API@bpm@userTask@{id}@contract.yaml'
/API/bpm/userTask/{id}/execution:
$ref: './paths/API@bpm@userTask@{id}@execution.yaml'
/API/bpm/userTask/{id}/context:
$ref: './paths/API@bpm@userTask@{id}@context.yaml'
/API/bpm/archivedHumanTask:
$ref: './paths/API@[email protected]'
/API/bpm/archivedHumanTask/{id}:
$ref: './paths/API@bpm@archivedHumanTask@{id}.yaml'
/API/bpm/archivedManualTask:
$ref: './paths/API@[email protected]'
/API/bpm/archivedManualTask/{id}:
$ref: './paths/API@bpm@archivedManualTask@{id}.yaml'
/API/bpm/archivedUserTask:
$ref: './paths/API@[email protected]'
/API/bpm/archivedUserTask/{id}:
$ref: './paths/API@bpm@archivedUserTask@{id}.yaml'
/API/bpm/archivedTask:
$ref: './paths/API@[email protected]'
/API/bpm/archivedTask/{id}:
$ref: './paths/API@bpm@archivedTask@{id}.yaml'
/API/bpm/activityVariable/{id}/{variableName}:
$ref: './paths/API@bpm@activityVariable@{id}@{variableName}.yaml'
/API/bpm/archivedActivityVariable/{id}/{variableName}:
$ref: './paths/API@bpm@archivedActivityVariable@{id}@{variableName}.yaml'
/API/bpm/caseVariable:
$ref: './paths/API@[email protected]'
/API/bpm/archivedCaseVariable:
$ref: './paths/API@[email protected]'
/API/bpm/caseVariable/{id}/{variableName}:
$ref: './paths/API@bpm@caseVariable@{id}@{variableName}.yaml'
/API/bpm/archivedCaseVariable/{id}/{variableName}:
$ref: './paths/API@bpm@archivedCaseVariable@{id}@{variableName}.yaml'
/API/bpm/caseDocument:
$ref: './paths/API@[email protected]'
/API/bpm/caseDocument/{id}:
$ref: './paths/API@bpm@caseDocument@{id}.yaml'
/API/bpm/archivedCaseDocument:
$ref: './paths/API@[email protected]'
/API/bpm/archivedCaseDocument/{id}:
$ref: './paths/API@bpm@archivedCaseDocument@{id}.yaml'
/API/bpm/actor:
$ref: './paths/API@[email protected]'
/API/bpm/actor/{id}:
$ref: './paths/API@bpm@actor@{id}.yaml'
/API/bpm/actorMember:
$ref: './paths/API@[email protected]'
/API/bpm/actorMember/{id}:
$ref: './paths/API@bpm@actorMember@{id}.yaml'
/API/bpm/case:
$ref: './paths/API@[email protected]'
/API/bpm/case/{id}:
$ref: './paths/API@bpm@case@{id}.yaml'
/API/bpm/case/{id}/context:
$ref: './paths/API@bpm@case@{id}@context.yaml'
/API/bpm/archivedCase:
$ref: './paths/API@[email protected]'
/API/bpm/archivedCase/{id}:
$ref: './paths/API@bpm@archivedCase@{id}.yaml'
/API/bpm/archivedCase/{id}/context:
$ref: './paths/API@bpm@archivedCase@{id}@context.yaml'
/API/bpm/caseInfo/{id}:
$ref: './paths/API@bpm@caseInfo@{id}.yaml'
/API/bpm/comment:
$ref: './paths/API@[email protected]'
/API/bpm/archivedComment:
$ref: './paths/API@[email protected]'
/API/bpm/process:
$ref: './paths/API@[email protected]'
/API/bpm/process/{id}:
$ref: './paths/API@bpm@process@{id}.yaml'
/API/bpm/process/{id}/design:
$ref: './paths/API@bpm@process@{id}@design.yaml'
/API/bpm/process/{id}/contract:
$ref: './paths/API@bpm@process@{id}@contract.yaml'
/API/bpm/process/{id}/instantiation:
$ref: './paths/API@bpm@process@{id}@instantiation.yaml'
/API/bpm/processInfo/{id}:
$ref: './paths/API@bpm@processInfo@{id}.yaml'
/API/bpm/processConnector/{id}/{connectorImplId}/{connectorImplVersion}:
$ref: './paths/API@bpm@processConnector@{id}@{connectorImplId}@{connectorImplVersion}.yaml'
/API/bpm/diagram/{id}:
$ref: './paths/API@bpm@diagram@{id}.yaml'
/API/bpm/processParameter:
$ref: './paths/API@[email protected]'
/API/bpm/processParameter/{id}/{name}:
$ref: './paths/API@bpm@processParameter@{id}@{name}.yaml'
/API/bpm/processResolutionProblem:
$ref: './paths/API@[email protected]'
/API/bpm/processSupervisor:
$ref: './paths/API@[email protected]'
/API/bpm/processConnectorDependency:
$ref: './paths/API@[email protected]'
/API/bpm/connectorFailure/{id}:
$ref: './paths/API@bpm@connectorFailure@{id}.yaml'
/API/bpm/connectorInstance:
$ref: './paths/API@[email protected]'
/API/bpm/archivedConnectorInstance:
$ref: './paths/API@[email protected]'
/API/bpm/flowNode:
$ref: './paths/API@[email protected]'
/API/bpm/flowNode/{id}:
$ref: './paths/API@bpm@flowNode@{id}.yaml'
/API/bpm/archivedFlowNode:
$ref: './paths/API@[email protected]'
/API/bpm/archivedFlowNode/{id}:
$ref: './paths/API@bpm@archivedFlowNode@{id}.yaml'
/API/bpm/timerEventTrigger:
$ref: './paths/API@[email protected]'
/API/bpm/timerEventTrigger/{id}:
$ref: './paths/API@bpm@timerEventTrigger@{id}.yaml'
/API/bpm/message:
$ref: './paths/API@[email protected]'
/API/bpm/signal:
$ref: './paths/API@[email protected]'
# =======================
# CustomUserDefintion
# =======================
/API/customuserinfo/definition:
$ref: './paths/API@[email protected]'
/API/customuserinfo/definition/{id}:
$ref: './paths/API@customuserinfo@definition@{id}.yaml'
/API/customuserinfo/value:
$ref: './paths/API@[email protected]'
/API/customuserinfo/value/{userId}/{definitionId}:
$ref: './paths/API@customuserinfo@value@{userId}@{definitionId}.yaml'
/API/customuserinfo/user:
$ref: './paths/API@[email protected]'
# =======================
# Forms
# =======================
/API/form/mapping:
$ref: './paths/API@[email protected]'
/API/form/mapping/{id}:
$ref: './paths/API@form@mapping@{id}.yaml'
# =======================
# IDENTITY API
# =======================
/API/identity/professionalcontactdata:
$ref: './paths/API@[email protected]'
/API/identity/professionalcontactdata/{userId}:
$ref: './paths/API@identity@professionalcontactdata@{userId}.yaml'
/API/identity/personalcontactdata/{userId}:
$ref: './paths/API@identity@personalcontactdata@{userId}.yaml'
/API/identity/group:
$ref: './paths/API@[email protected]'
/API/identity/group/{id}:
$ref: './paths/API@identity@group@{id}.yaml'
/API/identity/membership:
$ref: './paths/API@[email protected]'
/API/identity/membership/{userId}/{groupId}/{roleId}:
$ref: './paths/API@identity@membership@{userId}@{groupId}@{roleId}.yaml'
/API/identity/role:
$ref: './paths/API@[email protected]'
/API/identity/role/{id}:
$ref: './paths/API@identity@role@{id}.yaml'
/API/identity/user:
$ref: './paths/API@[email protected]'
/API/identity/user/{id}:
$ref: './paths/API@identity@user@{id}.yaml'
# =======================
# PLATFORM API
# =======================
/platformloginservice:
$ref: './paths/platformloginservice.yaml'
/platformlogoutservice:
$ref: './paths/platformlogoutservice.yaml'
/API/platform/platform/unusedid:
$ref: './paths/platform@[email protected]'
/API/platform/tenant:
$ref: './paths/API@[email protected]'
/API/platform/tenant/{id}:
$ref: './paths/API@platform@tenant@{id}.yaml'
/API/platform/license:
$ref: './paths/API@[email protected]'
# =======================
# PORTAL API
# =======================
/portal/processUpload:
$ref: './paths/[email protected]'
/portal/pageUpload:
$ref: './paths/[email protected]'
/portal/fileUpload:
$ref: "./paths/[email protected]"
/API/portal/page:
$ref: './paths/API@[email protected]'
/API/portal/page/{id}:
$ref: './paths/API@portal@page@{id}.yaml'
/API/portal/profile:
$ref: './paths/API@[email protected]'
/API/portal/profile/{id}:
$ref: './paths/API@portal@profile@{id}.yaml'
/API/portal/profileEntry:
$ref: './paths/API@[email protected]'
/API/portal/profileEntry/{id}:
$ref: './paths/API@portal@profileEntry@{id}.yaml'
/API/portal/profileMember:
$ref: './paths/API@[email protected]'
/API/portal/profileMember/{id}:
$ref: './paths/API@portal@profileMember@{id}.yaml'
/API/portal/theme:
$ref: './paths/API@[email protected]'
/API/portal/theme/unusedId:
$ref: './paths/API@portal@[email protected]'
# =======================
# SYSTEM API
# =======================
/API/system/i18nlocale:
$ref: './paths/API@[email protected]'
/API/system/i18ntranslation:
$ref: './paths/API@[email protected]'
/API/system/session/unusedId:
$ref: "./paths/API@system@[email protected]"
/API/system/tenant/{id}:
$ref: "./paths/API@system@tenant@{id}.yaml"
/API/system/license/unusedid:
$ref: "./paths/API@system@[email protected]"
/APIv2/service/install:
$ref: './paths/APIv2@[email protected]'
# =======================
# TENANT API
# =======================
/API/tenant/bdm:
$ref: "./paths/API@[email protected]"
# =======================
# ORGANIZATION API
# =======================
/portal/organizationUpload:
$ref: "./paths/[email protected]"
/services/organization/import:
$ref: "./paths/services@[email protected]"
# =======================
# PROFILES API
# =======================
/portal/profilesUpload:
$ref: "./paths/[email protected]"
/services/profile/import:
$ref: "./paths/services@[email protected]"
# TODO : upload endpoints
# /portal/processUpload, supports only .bar files
# /portal/actorsUpload, supports only .xml files
# /portal/imageUpload, supports only .png, .jpg, .gif, .jpeg, .bmp, .wbmp or .tga files
# /portal/connectorImplementation, supports only .zip files (not available in Community edition)
# /portal/reportUpload, supports any type of file (not available in Community edition)
# /portal/resourceUpload, supports only .jar files (not available in Community edition)
# /API/formFileUpload, supports any type of files, used to upload a file before submitting a process or task form with a document in its contract
components:
securitySchemes:
bonita_auth:
$ref: "components/securitySchemes/bonita_auth.yaml"
bonita_token:
$ref: "components/securitySchemes/bonita_token.yaml"