forked from microsoft/PowerPlatformConnectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapiDefinition.swagger.json
901 lines (901 loc) · 31.8 KB
/
apiDefinition.swagger.json
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
{
"swagger": "2.0",
"info": {
"title": "HR Cloud",
"description": "HR Cloud is a powerful and globally recognized HRMS software for the entire employee lifecycle.\nUser this connector to easily send employee information between HR Cloud and other systems you use.",
"version": "1.0",
"contact": {
"name": "HR Cloud Support",
"url": "https://support.hrcloud.com/en/help-center",
"email": "support@hrcloud.com"
}
},
"host": "corehr-api.hrcloud.com",
"basePath": "/",
"schemes": [
"https"
],
"consumes": [],
"produces": [],
"paths": {
"/v1/cloud/xEmployee": {
"get": {
"responses": {
"200": {
"description": "default",
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "Employees Id"
},
"xAddress1": {
"type": "string",
"description": "Employees Address1"
},
"xAddress2": {
"type": "string",
"description": "Employees Address2"
},
"xBonus": {
"type": "object",
"properties": {
"Amount": {
"type": "number",
"description": "Employees Bonus Amount"
},
"Currency": {
"type": "string",
"description": "Employees Bonus Currency"
}
},
"description": "An information about employees Bonuses"
},
"xCellPhone": {
"type": "string",
"description": "Employees Cell Phone"
},
"xCity": {
"type": "string",
"description": "Employees address City"
},
"xCountry": {
"type": "string",
"description": "Employees address Country"
},
"xCreatedOn": {
"type": "string",
"description": "Date and time employee was Created On"
},
"xDateOfBirth": {
"type": "string",
"description": "Employees Date Of Birth"
},
"xDepartmentLookup": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "An Id of employees Department"
},
"xDepartmentCode": {
"type": "string",
"description": "A Code of employees Department"
},
"xDepartmentName": {
"type": "string",
"description": "A Name of employees Department"
},
"xRecordStatus": {
"type": "string",
"description": "A Record Status of employees Department"
}
},
"description": "An information about employees Department"
},
"xDivisionLookup": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "An Id of employees Division"
},
"xDivisionCode": {
"type": "string",
"description": "A Code of employees Division"
},
"xDivisionName": {
"type": "string",
"description": "A Name of employees Division"
},
"xRecordStatus": {
"type": "string",
"description": "A Record Status of employees Division"
}
},
"description": "An information about employees Division"
},
"xEducationLevel": {
"type": "string",
"description": "Employees Education Level"
},
"xEmail": {
"type": "string",
"description": "Employees Email"
},
"xEmployeeNumber": {
"type": "string",
"description": "Employees Employee Number"
},
"xEmploymentStatusLookup": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "An Id of employees Employment Status"
},
"xRecordStatus": {
"type": "string",
"description": "A Record Status of employees Employment Status"
},
"xType": {
"type": "string",
"description": "A Type of employees Employment Status"
}
},
"description": "An information about employees Employment Status"
},
"xEmploymentTypeLookup": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "An Id of employees Employment Type"
},
"xRecordStatus": {
"type": "string",
"description": "A Record Status of employees Employment Type"
},
"xType": {
"type": "string",
"description": "A Type of employees Employment Type"
}
},
"description": "An information about employees Employment Type"
},
"xEthnicity": {
"type": "string",
"description": "Employees Ethnicity"
},
"xFirstName": {
"type": "string",
"description": "Employees First Name"
},
"xFullName": {
"type": "string",
"description": "Emyploees Full Name"
},
"xGender": {
"type": "string",
"description": "Employees Gender"
},
"xLastName": {
"type": "string",
"description": "Employees Last Name"
},
"xLocationLookup": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "An Id of employees Location"
},
"xAddress": {
"type": "string",
"description": "An Address of employees Location"
},
"xDescription": {
"type": "string",
"description": "A Description of employees Location"
},
"xLocationCode": {
"type": "string",
"description": "A Code of employees Location"
},
"xLocationName": {
"type": "string",
"description": "A Name of employees Location"
},
"xRecordStatus": {
"type": "string",
"description": "A Record Status of employees Location"
}
},
"description": "An information about employees Location"
},
"xManagerLookup": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "An Id of employees Manager"
},
"xFullName": {
"type": "string",
"description": "A Full Name of employees Manager"
},
"xEmail": {
"type": "string",
"description": "An Email address of employees Manager"
},
"xPictures": {
"type": "object",
"properties": {
"OriginalPictureResourceCropParameters": {
"type": "string",
"description": "Employees Managers Original Picture Resource Crop Parameters"
},
"SmallResourceId": {
"type": "string",
"description": "Employees Managers Small Picture Resource"
},
"OriginalResourceId": {
"type": "string",
"description": "Employees Managers Original Picture Resource"
},
"MediumResourceId": {
"type": "string",
"description": "Employees Managers Medium Picture Resource"
}
},
"description": "An information about employees Managers Pictures"
}
},
"description": "An information about employees Manager"
},
"xMiddleName": {
"type": "string",
"description": "Employees Middle Name"
},
"xNickname": {
"type": "string",
"description": "Employees Nickname"
},
"xNumberOfPoints": {
"type": "number",
"description": "Employees Number Of Kudos Points"
},
"xOnboardingFinishedOn": {
"type": "string",
"description": "An information when Employee finished Onboarding"
},
"xPayFrequencyType": {
"type": "string",
"description": "Employees Pay Frequency Type"
},
"xPayRateLookup": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "An Id of employees Pay Rate"
},
"xName": {
"type": "string",
"description": "Pay Rate Name"
},
"xCode": {
"type": "string",
"description": "Pay Rate Code"
},
"xRecordStatus": {
"type": "string",
"description": "A Record Status of employees Position"
}
},
"description": "Employees Pay Rate"
},
"xPersonalEmail": {
"type": "string",
"description": "Employees Personal Email"
},
"xPictures": {
"type": "object",
"properties": {
"OriginalPictureResourceCropParameters": {
"type": "string",
"description": "Employees Original Picture Resource Crop Parameters"
},
"SmallResourceId": {
"type": "string",
"description": "Employees Small Picture Resource"
},
"OriginalResourceId": {
"type": "string",
"description": "Employees Original Picture Resource"
},
"MediumResourceId": {
"type": "string",
"description": "Employees Medium Picture Resource"
}
},
"description": "An information about employees Pictures"
},
"xPositionLookup": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "An Id of employees Position"
},
"xDescription": {
"type": "string",
"description": "A Description of employees Position"
},
"xPositionCode": {
"type": "string",
"description": "A Code of employees Position"
},
"xPositionTitle": {
"type": "string",
"description": "A Title of employees Position"
},
"xRecordStatus": {
"type": "string",
"description": "A Record Status of employees Position"
}
},
"description": "An information about employees Position"
},
"xRecordStatus": {
"type": "string",
"description": "Employees Record Status"
},
"xSalary": {
"type": "object",
"properties": {
"Amount": {
"type": "number",
"description": "Employees Salary Amount"
},
"Currency": {
"type": "string",
"description": "Employees Salary Currency"
}
},
"description": "An information about employees Salary"
},
"xSeparationDate": {
"type": "string",
"description": "Employees Separation Date"
},
"xSeparationReason": {
"type": "string",
"description": "Employees Separation Reason"
},
"xStartDate": {
"type": "string",
"description": "Employees Start Date"
},
"xState": {
"type": "string",
"description": "Employees State"
},
"xUpdatedOn": {
"type": "string",
"description": "Employees last Updated On date and time"
},
"xVeteranStatus": {
"type": "string",
"description": "Employees Veteran Status"
},
"xWorkPhone": {
"type": "string",
"description": "Employees Work Phone"
},
"xZipCode": {
"type": "string",
"description": "Employees Zip Code"
}
}
}
}
},
"default": {
"description": "default",
"schema": {}
}
},
"summary": "Gets Employee Data",
"description": "Gets Employee Data",
"operationId": "GetEmployee",
"parameters": [
{
"name": "filter",
"in": "query",
"required": false,
"type": "string",
"default": "xEmployeeNumber eq 'ENTER EMPLOYEE NUMBER HERE'",
"x-ms-summary": "FilterEmployeeNumber",
"description": "If you want to fetch a specific Employe, enter the Employee Number in the place provided for that. If you want to fetch all the Employees empty this field."
}
]
},
"post": {
"responses": {
"default": {
"description": "default",
"schema": {}
}
},
"summary": "Adds Employee",
"description": "Adds Employee",
"operationId": "AddEmployee",
"parameters": [
{
"name": "body",
"in": "body",
"required": false,
"schema": {
"type": "object",
"properties": {
"xAddress1": {
"type": "string",
"description": "Employees Address1"
},
"xCity": {
"type": "string",
"description": "Employees Address City"
},
"xEmail": {
"type": "string",
"description": "Employees Email",
"title": ""
},
"xFirstName": {
"type": "string",
"description": "Employees First Name",
"title": ""
},
"xLastName": {
"type": "string",
"description": "Employees Last Name",
"title": ""
},
"xPersonalEmail": {
"type": "string",
"description": "Employees Personal Email"
},
"xRecordStatus": {
"type": "string",
"description": "Employees Record Status",
"title": "",
"default": "Active"
},
"xStartDate": {
"type": "string",
"description": "Employees Start Date",
"title": "",
"format": "date-time"
},
"xState": {
"type": "string",
"description": "Employees Address State"
},
"xZipCode": {
"type": "string",
"description": "Employees Address Zip Code"
},
"xEmployeeNumber": {
"type": "string",
"description": "Employees Employee Number"
},
"xEmploymentStatusLookup": {
"type": "string",
"description": "Employees Employment Status Id"
},
"xLocationLookup": {
"type": "string",
"description": "Employees Location Id"
},
"xPositionLookup": {
"type": "string",
"description": "Employees Position Id"
},
"xDivisionLookup": {
"type": "string",
"description": "Employees Division Id"
},
"xDepartmentLookup": {
"type": "string",
"description": "Employees Department Id",
"title": ""
}
},
"required": [
"xEmail",
"xFirstName",
"xLastName"
]
}
}
]
},
"put": {
"responses": {
"default": {
"description": "default",
"schema": {}
}
},
"summary": "Updates Employee Data",
"description": "Updates Employee Data",
"operationId": "UpdateEmployee",
"parameters": [
{
"name": "body",
"in": "body",
"required": false,
"schema": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "Employees Id",
"title": ""
},
"xAddress1": {
"type": "string",
"description": "Employees Address1"
},
"xCity": {
"type": "string",
"description": "Employees Address City"
},
"xEmail": {
"type": "string",
"description": "Employees Email"
},
"xFirstName": {
"type": "string",
"description": "Employees First Name"
},
"xLastName": {
"type": "string",
"description": "Employees Last Name"
},
"xPersonalEmail": {
"type": "string",
"description": "Employees Personal Email"
},
"xRecordStatus": {
"type": "string",
"description": "Employees Record Status"
},
"xStartDate": {
"type": "string",
"description": "Employees Start Date",
"title": "",
"format": "date-time"
},
"xState": {
"type": "string",
"description": "Employees Address State"
},
"xZipCode": {
"type": "string",
"description": "Employees Address Zip Code"
},
"xEmployeeNumber": {
"type": "string",
"description": "Employees Employee Number"
},
"xEmploymentStatusLookup": {
"type": "string",
"description": "Employees Employment Status Id"
},
"xLocationLookup": {
"type": "string",
"description": "Employees Location Id"
},
"xPositionLookup": {
"type": "string",
"description": "Employees Position Id"
},
"xDivisionLookup": {
"type": "string",
"description": "Employees Division Id"
},
"xDepartmentLookup": {
"type": "string",
"description": "Employees Department Id"
}
},
"required": [
"Id"
]
}
}
]
}
},
"/v1/cloud/xDepartment": {
"get": {
"responses": {
"200": {
"description": "default",
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "Department Id"
},
"xDepartmentCode": {
"type": "string",
"description": "Department Code"
},
"xDepartmentName": {
"type": "string",
"description": "Department Name"
},
"xOverheadDepartment": {
"type": "string",
"description": "Department Overhead Department"
},
"xRecordStatus": {
"type": "string",
"description": "Department Record Status"
}
}
}
}
}
},
"summary": "Gets Department Data",
"description": "Gets Department Data",
"operationId": "GetDepartment",
"parameters": [
{
"name": "filter",
"in": "query",
"required": false,
"type": "string",
"default": "xDepartmentName eq 'ENTER DEPARTMENT NAME HERE'",
"description": "If you want to fetch a specific Department, enter the Department name in the place provided for that. If you want to fetch all the Departments empty this field.",
"x-ms-summary": "FilterDepartmentName"
}
]
}
},
"/v1/cloud/xLocation": {
"get": {
"responses": {
"200": {
"description": "default",
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "Location Id"
},
"xAddress": {
"type": "string",
"description": "Location Address"
},
"xDescription": {
"type": "string",
"description": "Location Description"
},
"xLocationCode": {
"type": "string",
"description": "Location Code"
},
"xLocationName": {
"type": "string",
"description": "Location Name"
},
"xRecordStatus": {
"type": "string",
"description": "Location Record Status"
}
}
}
}
}
},
"summary": "Gets Location Data",
"description": "Gets Location Data",
"operationId": "GetLocation",
"parameters": [
{
"name": "filter",
"in": "query",
"required": false,
"type": "string",
"default": "xLocationName eq 'ENTER LOCATION NAME HERE'",
"x-ms-summary": "FilterLocationName",
"description": "If you want to fetch a specific Location, enter the Location name in the place provided for that. If you want to fetch all the Locations empty this field."
}
]
}
},
"/v1/cloud/xPosition": {
"get": {
"responses": {
"200": {
"description": "default",
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "Position Id"
},
"xDescription": {
"type": "string",
"description": "Position Description"
},
"xPositionCode": {
"type": "string",
"description": "Position Code"
},
"xPositionTitle": {
"type": "string",
"description": "Position Title"
},
"xRecordStatus": {
"type": "string",
"description": "Position Record Status"
}
}
}
}
}
},
"summary": "Gets Position Data",
"description": "Gets Position Data",
"operationId": "GetPosition",
"parameters": [
{
"name": "filter",
"in": "query",
"required": false,
"type": "string",
"default": "xPositionTitle eq 'ENTER POSITION TITLE HERE'",
"x-ms-summary": "FilterPositionTitle",
"description": "If you want to fetch a specific Position, enter the Positon title in the place provided for that. If you want to fetch all the Positions empty this field."
}
]
}
},
"/v1/cloud/xDivision": {
"get": {
"responses": {
"200": {
"description": "default",
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "Division Id"
},
"xDivisionCode": {
"type": "string",
"description": "Division Code"
},
"xDivisionName": {
"type": "string",
"description": "Division Name"
},
"xRecordStatus": {
"type": "string",
"description": "Division Record Status"
}
}
}
}
}
},
"summary": "Gets Division Data",
"description": "Gets Division Data",
"operationId": "GetDivision",
"parameters": [
{
"name": "filter",
"in": "query",
"required": false,
"type": "string",
"default": "xDivisionName eq 'ENTER DIVISION NAME HERE'",
"x-ms-summary": "FilterDivisionName",
"description": "If you want to fetch a specific Division, enter the Division name in the place provided for that. If you want to fetch all the Division empty this field."
}
]
}
},
"/v1/cloud/xEmploymentStatus": {
"get": {
"responses": {
"200": {
"description": "default",
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "Employment Status Id"
},
"xRecordStatus": {
"type": "string",
"description": "Employment Status Record Status"
},
"xType": {
"type": "string",
"description": "Employment Status Type"
}
}
}
}
}
},
"summary": "Gets Employment Status Data",
"description": "Gets Employment Status Data",
"operationId": "GetEmploymentStatus",
"parameters": [
{
"name": "filter",
"in": "query",
"required": false,
"type": "string",
"default": "xType eq 'ENTER EMPLOYMENT STATUS TYPE HERE'",
"x-ms-summary": "FilterEmploymentStatusType",
"description": "If you want to fetch a specific Employment Status, enter the Employment Status type in the place provided for that. If you want to fetch all the Employment Statuses empty this field."
}
]
}
}
},
"definitions": {},
"parameters": {},
"responses": {},
"securityDefinitions": {
"basic_auth": {
"type": "basic"
}
},
"security": [
{
"basic_auth": []
}
],
"tags": [],
"x-ms-connector-metadata": [
{
"propertyName": "Website",
"propertyValue": "https://www.hrcloud.com/"
},
{
"propertyName": "Privacy policy",
"propertyValue": "https://www.hrcloud.com/privacypolicy/"
},
{
"propertyName": "Categories",
"propertyValue": "Human Resources"
}
]
}