-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjectManagement-swagger-2.0.yml
5124 lines (5124 loc) · 135 KB
/
ProjectManagement-swagger-2.0.yml
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
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# ___ _ _ _ _ _ __
# / __(_)_ __ _ __| (_)__(_) |_ /_/
# \__ \ | ' \| '_ \ | / _| | _/ -_)
# |___/_|_|_|_| .__/_|_\__|_|\__\___|
# |_| Module: ProjectManagement 0.1
basePath: /api
paths:
/rest/PmLabel:
get:
summary: Search PmLabel business object records or get contextualized metadata
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmlabel-search
responses:
'200':
schema:
$ref: '#/definitions/ArrayOfPmLabel'
description: Success in searching business object records (or in getting
contextualized business object metadata, documentation, ...)
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
parameters:
- in: query
name: _metadata
description: Metadata?
type: boolean
required: false
- in: query
name: _count
description: Count?
type: boolean
required: false
- in: query
name: _doc
description: Documentation?
type: boolean
required: false
- in: query
name: pmLblName
description: Search filter for Name
type: string
required: false
- in: query
name: pmLblIcone
description: Search filter for Icone
type: string
required: false
tags:
- PmLabel
/rest/PmTaskHistoric:
get:
summary: Search PmTaskHistoric business object records or get contextualized
metadata
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmtaskhistoric-search
responses:
'200':
schema:
$ref: '#/definitions/ArrayOfPmTaskHistoric'
description: Success in searching business object records (or in getting
contextualized business object metadata, documentation, ...)
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
parameters:
- in: query
name: _metadata
description: Metadata?
type: boolean
required: false
- in: query
name: _count
description: Count?
type: boolean
required: false
- in: query
name: _doc
description: Documentation?
type: boolean
required: false
- in: query
name: row_ref_id
description: Search filter for Record row ID
type: string
required: false
- in: query
name: row_idx
description: Search filter for History record index
type: integer
required: false
- in: query
name: created_by_hist
description: Search filter for Created by
type: string
required: false
- in: query
name: created_dt_hist
description: Search filter for Created date
type: string
required: false
- in: query
name: pmTskNumber
description: Search filter for Number
type: string
required: false
- in: query
name: pmTskTitle
description: Search filter for Title
type: string
required: false
- in: query
name: pmTskDescription
description: Search filter for Description
type: string
required: false
- in: query
name: pmTskStatus
description: Search filter for Status
type: string
required: false
enum:
- DRAFT
- TODO
- DOING
- DONE
- CLOSED
- CANCEL
- REJECTED
- in: query
name: pmTskPriority
description: Search filter for Priority
type: string
required: false
enum:
- LOW
- NORMAL
- HIGH
- URGENT
- IMMEDIATE
- in: query
name: pmTskClose
description: Search filter for Closing date
type: string
required: false
- in: query
name: pmTskVrsId
description: Search filter for Release
type: string
required: false
- in: query
name: pmTskVrsId__pmVrsVersion
description: Search filter for Release Release
type: string
required: false
- in: query
name: pmTskVrsId__pmVrsPrjId
description: Search filter for Release Project
type: string
required: false
- in: query
name: pmTskVrsId__pmVrsPrjId__pmPrjName
description: Search filter for Release Project Name
type: string
required: false
- in: query
name: pmTskVrsId__pmVrsName
description: Search filter for Concatenation of project name and version number
type: string
required: false
- in: query
name: pmTskType
description: Search filter for Type
type: string
required: false
enum:
- BUG
- MEE
- TSK
tags:
- PmTaskHistoric
/login:
get:
summary: Login (obtain bearer token)
security:
- basicAuth: []
produces:
- text/plain
- application/json
operationId: login
responses:
'200':
description: Successful login
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
parameters:
- in: query
name: _output
description: Optional output format
type: string
required: false
enum:
- json
- oauth2
- token
tags:
- session
/rest/PmProject:
get:
summary: Search PmProject business object records or get contextualized metadata
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmproject-search
responses:
'200':
schema:
$ref: '#/definitions/ArrayOfPmProject'
description: Success in searching business object records (or in getting
contextualized business object metadata, documentation, ...)
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
parameters:
- in: query
name: _metadata
description: Metadata?
type: boolean
required: false
- in: query
name: _count
description: Count?
type: boolean
required: false
- in: query
name: _doc
description: Documentation?
type: boolean
required: false
- in: query
name: _indexsearch
description: Index search query
type: string
required: false
- in: query
name: pmPrjName
description: Search filter for Name
type: string
required: false
- in: query
name: pmPrjService
description: Search filter for Service
type: string
required: false
enum:
- SERVICEA
- SERVICEB
- SERVICEC
- in: query
name: pmPrjDescription
description: Search filter for Description
type: string
required: false
- in: query
name: pmPrjBudget
description: Search filter for Budget
type: number
required: false
tags:
- PmProject
/rest/PmResponsability:
get:
summary: Search PmResponsability business object records or get contextualized
metadata
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmresponsability-search
responses:
'200':
schema:
$ref: '#/definitions/ArrayOfPmResponsability'
description: Success in searching business object records (or in getting
contextualized business object metadata, documentation, ...)
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
parameters:
- in: query
name: _metadata
description: Metadata?
type: boolean
required: false
- in: query
name: _count
description: Count?
type: boolean
required: false
- in: query
name: _doc
description: Documentation?
type: boolean
required: false
- in: query
name: _crosstab
description: Apply pivot table
type: string
required: false
enum:
- RSP
- in: query
name: _crosstabcubes
description: Pivot table data as cubes?
type: boolean
required: false
- in: query
name: rsp_login_id
description: Search filter for User
type: string
required: false
- in: query
name: rsp_group_id
description: Search filter for Group
type: string
required: false
- in: query
name: rsp_login_id__usr_login
description: Search filter for Login
type: string
required: false
- in: query
name: rsp_group_id__grp_name
description: Search filter for Group Name
type: string
required: false
- in: query
name: rsp_start_dt
description: Search filter for Effective date
type: string
required: false
- in: query
name: rsp_end_dt
description: Search filter for End date
type: string
required: false
- in: query
name: rsp_activ
description: Search filter for Enabled
type: boolean
required: false
- in: query
name: row_module_id
description: Search filter for Module
type: string
required: false
- in: query
name: row_module_id__mdl_name
description: Search filter for Module name
type: string
required: false
tags:
- PmResponsability
/rest/PmDocument:
get:
summary: Search PmDocument business object records or get contextualized metadata
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmdocument-search
responses:
'200':
schema:
$ref: '#/definitions/ArrayOfPmDocument'
description: Success in searching business object records (or in getting
contextualized business object metadata, documentation, ...)
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
parameters:
- in: query
name: _metadata
description: Metadata?
type: boolean
required: false
- in: query
name: _count
description: Count?
type: boolean
required: false
- in: query
name: _doc
description: Documentation?
type: boolean
required: false
- in: query
name: pmDocAttachment
description: Search filter for Attachment
type: string
required: false
- in: query
name: pmDocTitle
description: Search filter for Title
type: string
required: false
- in: query
name: pmDocTskId
description: Search filter for Task
type: string
required: false
- in: query
name: pmDocTskId__pmTskNumber
description: Search filter for Task Number
type: string
required: false
- in: query
name: pmDocTskId__pmTskVrsId
description: Search filter for Task Release
type: string
required: false
- in: query
name: pmDocTskId__pmTskVrsId__pmVrsVersion
description: Search filter for Version
type: string
required: false
- in: query
name: pmDocTskId__pmTskVrsId__pmVrsPrjId
description: Search filter for Task Release Project
type: string
required: false
- in: query
name: pmDocTskId__pmTskTitle
description: Search filter for Task Title
type: string
required: false
- in: query
name: pmDocTskId__pmTskVrsId__pmVrsPrjId__pmPrjName
description: Search filter for Project name
type: string
required: false
- in: query
name: pmDocPrjId
description: Search filter for Project
type: string
required: false
- in: query
name: pmDocPrjId__pmPrjName
description: Search filter for Project Name
type: string
required: false
- in: query
name: pmDocStatus
description: Search filter for Status
type: string
required: false
enum:
- WFV
- V
- in: query
name: pmDocType
description: Search filter for Type
type: string
required: false
enum:
- REQ
- DOC
- SPEC
tags:
- PmDocument
/rest/PmTskLbl/{row_id}:
post:
summary: Create a new PmTskLbl business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmtsklbl-create
responses:
'200':
schema:
$ref: '#/definitions/PmTskLbl'
description: Success in creating a new business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- schema:
$ref: '#/definitions/PmTskLbl'
in: body
name: body
tags:
- PmTskLbl
consumes:
- application/json
get:
summary: Get a PmTskLbl business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmtsklbl-get
responses:
'200':
schema:
$ref: '#/definitions/PmTskLbl'
description: Success in getting a single business object record
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- in: query
name: _inline_documents
description: Inline documents?
type: boolean
required: false
- in: query
name: _inline_thumbnails
description: Inline documents' thumbnails?
type: boolean
required: false
- in: query
name: _inline_objects
description: Inline objects?
type: boolean
required: false
tags:
- PmTskLbl
delete:
summary: Delete a PmTskLbl business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmtsklbl-delete
responses:
'200':
description: Success in deleting a business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
tags:
- PmTskLbl
put:
summary: Update a PmTskLbl business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmtsklbl-update
responses:
'200':
schema:
$ref: '#/definitions/PmTskLbl'
description: Success in updating a business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- schema:
$ref: '#/definitions/PmTskLbl'
in: body
name: body
tags:
- PmTskLbl
consumes:
- application/json
/rest/PmDocument/{row_id}:
post:
summary: Create a new PmDocument business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmdocument-create
responses:
'200':
schema:
$ref: '#/definitions/PmDocument'
description: Success in creating a new business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- schema:
$ref: '#/definitions/PmDocument'
in: body
name: body
tags:
- PmDocument
consumes:
- application/json
get:
summary: Get a PmDocument business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmdocument-get
responses:
'200':
schema:
$ref: '#/definitions/PmDocument'
description: Success in getting a single business object record
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- in: query
name: _inline_documents
description: Inline documents?
type: boolean
required: false
- in: query
name: _inline_thumbnails
description: Inline documents' thumbnails?
type: boolean
required: false
- in: query
name: _inline_objects
description: Inline objects?
type: boolean
required: false
tags:
- PmDocument
delete:
summary: Delete a PmDocument business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmdocument-delete
responses:
'200':
description: Success in deleting a business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
tags:
- PmDocument
put:
summary: Update a PmDocument business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmdocument-update
responses:
'200':
schema:
$ref: '#/definitions/PmDocument'
description: Success in updating a business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- schema:
$ref: '#/definitions/PmDocument'
in: body
name: body
tags:
- PmDocument
consumes:
- application/json
/rest/PmUser/{row_id}:
post:
summary: Create a new PmUser business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmuser-create
responses:
'200':
schema:
$ref: '#/definitions/PmUser'
description: Success in creating a new business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- schema:
$ref: '#/definitions/PmUser'
in: body
name: body
tags:
- PmUser
consumes:
- application/json
get:
summary: Get a PmUser business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmuser-get
responses:
'200':
schema:
$ref: '#/definitions/PmUser'
description: Success in getting a single business object record
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- in: query
name: _inline_documents
description: Inline documents?
type: boolean
required: false
- in: query
name: _inline_thumbnails
description: Inline documents' thumbnails?
type: boolean
required: false
- in: query
name: _inline_objects
description: Inline objects?
type: boolean
required: false
tags:
- PmUser
delete:
summary: Delete a PmUser business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmuser-delete
responses:
'200':
description: Success in deleting a business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
tags:
- PmUser
put:
summary: Update a PmUser business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmuser-update
responses:
'200':
schema:
$ref: '#/definitions/PmUser'
description: Success in updating a business object record
'400':
schema:
$ref: '#/definitions/Error400'
description: Bad request
'401':
schema:
$ref: '#/definitions/Error401'
description: Unauthorized
'500':
schema:
$ref: '#/definitions/Error500'
description: Internal server error
'404':
schema:
$ref: '#/definitions/Error404'
description: Not found
parameters:
- in: path
name: row_id
description: Row ID (or empty or _ for all row IDs)
type: string
required: true
- schema:
$ref: '#/definitions/PmUser'
in: body
name: body
tags:
- PmUser
consumes:
- application/json
/rest/PmProject/{row_id}:
post:
summary: Create a new PmProject business object record
security:
- bearerAuth: []
produces:
- application/json
operationId: obj-pmproject-create
responses:
'200':
schema: