-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog-api-insomnia-collection.yaml
2842 lines (2835 loc) · 77.4 KB
/
blog-api-insomnia-collection.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
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
_type: export
__export_format: 4
__export_date: 2021-07-13T17:04:23.076Z
__export_source: insomnia.desktop.app:v2021.4.1
resources:
- _id: req_b2f7ac3be2e549efbc2a9623eb3b4883
parentId: fld_c0781a109b47450ba564e7d5ba0075aa
modified: 1626143145093
created: 1626135064721
url: "{{ _.baseUrl }}/auth/refresh"
name: Refresh
description: ""
method: POST
body:
mimeType: application/json
text: >-
{
"refreshToken": "Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ0ZXN0ZTJAZW1haWwuY29tIiwiQVVUSE9SSVRJRVMiOlsiUkVGUkVTSF9UT0tFTiJdLCJleHAiOjE2Mjg3MzQ5MzQsImlhdCI6MTYyNjE0MjkzNCwianRpIjoiYmxvZy1hcGkifQ.mrQF4tOKPSeEjQOyzCi9B5Ij9iSDftGYoCN_LjY9RPVoJ0hHOZhXT8HQ8ASf7RMwbQfQFn_Qx4TFCzqmb1Sm_Q"
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_0f8b2681686144e1ae405ccf000c5244
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626135064721
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_c0781a109b47450ba564e7d5ba0075aa
parentId: fld_df1c94fde6cb44df97bca9c2c0a0a69a
modified: 1626140270354
created: 1626128874411
name: Authentication
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1626140161998
_type: request_group
- _id: fld_df1c94fde6cb44df97bca9c2c0a0a69a
parentId: wrk_0bb379b3818f451f8b23664e3cef334b
modified: 1626133845977
created: 1626128868436
name: Blog API
description: ""
environment:
baseUrl: http://localhost:8080
accessToken: "{% response 'body', 'req_e7cc819951b7497486861b34b556c437',
'b64::JC5hY2Nlc3NUb2tlbg==::46b', 'never', 60 %}"
environmentPropertyOrder:
"&":
- baseUrl
- accessToken
metaSortKey: -1626128868436
_type: request_group
- _id: wrk_0bb379b3818f451f8b23664e3cef334b
parentId: null
modified: 1620243940137
created: 1616797630933
name: New Cloud insomnia
description: ""
scope: collection
_type: workspace
- _id: req_e7cc819951b7497486861b34b556c437
parentId: fld_c0781a109b47450ba564e7d5ba0075aa
modified: 1626195021644
created: 1626128882040
url: "{{ _.baseUrl }}/auth/login"
name: Login
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"email": "teste2@email.com",
"password": "teste123"
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_7b0ba7b52ed14b35a7523285cdf46b05
authentication: {}
metaSortKey: -1626128882040
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_c7304a70da434d348b0c7082a97148b2
parentId: fld_c0781a109b47450ba564e7d5ba0075aa
modified: 1626192385920
created: 1626131299248
url: "{{ _.baseUrl }}/auth/register"
name: Register
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"fullName": "teste",
"email": "teste2@email.com",
"password": "teste123"
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_7b0ba7b52ed14b35a7523285cdf46b05
authentication: {}
metaSortKey: -1624144671449.5
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_d21418dc31e141b08c34c8cd6c5130cc
parentId: fld_bb1abe784c704c8c869b5d4cef3a3272
modified: 1626191862653
created: 1626191857701
url: "{{ _.baseUrl }}/albums"
name: List
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626140162079.25
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_bb1abe784c704c8c869b5d4cef3a3272
parentId: fld_df1c94fde6cb44df97bca9c2c0a0a69a
modified: 1626177227064
created: 1626177224787
name: Albums
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1626140161985.5
_type: request_group
- _id: req_5f34e2aba8314d91ac7b1dcbbfd24803
parentId: fld_bb1abe784c704c8c869b5d4cef3a3272
modified: 1626192275064
created: 1626192261752
url: "{{ _.baseUrl }}/albums/12/photos/14"
name: Get photo
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626140162054.25
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_a9164d40309f4cdb938f05cc4e1a4665
parentId: fld_bb1abe784c704c8c869b5d4cef3a3272
modified: 1626192305232
created: 1626192291702
url: "{{ _.baseUrl }}/albums/12/photos"
name: List photos
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626140162041.75
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_45eddb1008e149ffac035ffc58420bb1
parentId: fld_bb1abe784c704c8c869b5d4cef3a3272
modified: 1626192394234
created: 1626191843415
url: "{{ _.baseUrl }}/albums/12"
name: Delete
description: ""
method: DELETE
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626140162029.25
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_0a4406cf20ac488eb7d57db2dd013604
parentId: fld_bb1abe784c704c8c869b5d4cef3a3272
modified: 1626193310145
created: 1626133907526
url: "{{ _.baseUrl }}/albums"
name: Create
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"name": "Family party"
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_7b0ba7b52ed14b35a7523285cdf46b05
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626140161979.25
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_85ea8055d0434ee28d2f2fc11eddc8db
parentId: fld_bb1abe784c704c8c869b5d4cef3a3272
modified: 1626191894129
created: 1626191039919
url: "{{ _.baseUrl }}/albums/12/photos"
name: Upload photo
description: ""
method: POST
body:
mimeType: multipart/form-data
params:
- name: file
value: ""
id: pair_e300c7ec8276480d8462d5ed90c240a8
type: file
multiline: null
fileName: C:\Users\ats\Pictures\Screenshots\Captura de Tela (1).png
parameters: []
headers:
- name: Content-Type
value: multipart/form-data
id: pair_7b0ba7b52ed14b35a7523285cdf46b05
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626139161372.875
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_a918205cd36046d78fe5bd88213c7c69
parentId: fld_ce76cf5f66344aae8a642cd0f8c67f0b
modified: 1626143907271
created: 1626143898214
url: "{{ _.baseUrl }}/comments/8"
name: Find
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626141498362
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_ce76cf5f66344aae8a642cd0f8c67f0b
parentId: fld_df1c94fde6cb44df97bca9c2c0a0a69a
modified: 1626143902454
created: 1626143898190
name: Comments
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1626140161973
_type: request_group
- _id: req_61aad2df5a224a00bda6365ddd5e4a30
parentId: fld_ce76cf5f66344aae8a642cd0f8c67f0b
modified: 1626144989148
created: 1626143898228
url: "{{ _.baseUrl }}/comments/13"
name: Delete
description: ""
method: DELETE
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626141437974.5
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_05c116697d314f6ca1487c1cb61608cc
parentId: fld_ce76cf5f66344aae8a642cd0f8c67f0b
modified: 1626144665382
created: 1626143898223
url: "{{ _.baseUrl }}/comments"
name: List
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626141377587
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_bb59a21287ee4ec9a1d75878d9c6249c
parentId: fld_ce76cf5f66344aae8a642cd0f8c67f0b
modified: 1626174464400
created: 1626143898198
url: "{{ _.baseUrl }}/comments"
name: Create
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"content": "Comment for post 5",
"post": {
"id": 5
}
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_7b0ba7b52ed14b35a7523285cdf46b05
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626134518179.5
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_a641ad3648b74246b456ee31fae54840
parentId: fld_ef592283ed3441b09618f30d0f080f6c
modified: 1626195745205
created: 1626194988178
url: "{{ _.baseUrl }}/posts"
name: Create
description: ""
method: POST
body:
mimeType: multipart/form-data
params:
- name: content
value: Post de teste
id: pair_8d1a8193ff364a69911dae767d0a1c0e
- id: pair_fbb39dbba37f4ec495ec88f4ebd123ad
name: file
value: ""
description: ""
type: file
multiline: null
fileName: C:\Users\ats\Pictures\Screenshots\Captura de Tela (1).png
parameters: []
headers:
- name: Content-Type
value: multipart/form-data
id: pair_7b0ba7b52ed14b35a7523285cdf46b05
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626141498412
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_ef592283ed3441b09618f30d0f080f6c
parentId: fld_df1c94fde6cb44df97bca9c2c0a0a69a
modified: 1626140161948
created: 1626140161948
name: Posts
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1626140161948
_type: request_group
- _id: req_9895eb71a7cf4d698c386de4a42f7207
parentId: fld_ef592283ed3441b09618f30d0f080f6c
modified: 1626173359148
created: 1626141498362
url: "{{ _.baseUrl }}/posts/6"
name: Find
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626141498362
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_cf936ed6e25048278e0fac11860275eb
parentId: fld_ef592283ed3441b09618f30d0f080f6c
modified: 1626174434051
created: 1626142288861
url: "{{ _.baseUrl }}/posts/3"
name: Delete
description: ""
method: DELETE
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626141437974.5
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_9b8af0ebb1f34b6382bbfcd0fc61e046
parentId: fld_ef592283ed3441b09618f30d0f080f6c
modified: 1626141783322
created: 1626141780130
url: "{{ _.baseUrl }}/posts"
name: List
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626141377587
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_e5a6f2c1b66846ea8123187fffa84be9
parentId: fld_ef592283ed3441b09618f30d0f080f6c
modified: 1626195757652
created: 1626141256770
url: "{{ _.baseUrl }}/posts/20/image"
name: Get post image
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626141256812
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_2c639e0ec3954c0797951ed42410d162
parentId: fld_ef592283ed3441b09618f30d0f080f6c
modified: 1626174423720
created: 1626144931113
url: "{{ _.baseUrl }}/posts/3/comments"
name: List post comments
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626138160766.5
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_8126d0bc61a141d5a775c25e7f16f211
parentId: fld_65a120cd9da84652907f0eff97779656
modified: 1626145377743
created: 1626133907519
url: "{{ _.baseUrl }}/users/me"
name: Me
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1626128882040
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_65a120cd9da84652907f0eff97779656
parentId: fld_df1c94fde6cb44df97bca9c2c0a0a69a
modified: 1626133907510
created: 1626133907510
name: Users
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1626128871423.5
_type: request_group
- _id: req_a7f5aad58fab44d2a10e9981b8ff2f5a
parentId: fld_a8f86635da7c4d79830dbec1fd026d11
modified: 1621560455656
created: 1616797644616
url: "{{ _.baseURL }}/login"
name: Login direto
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"email":"default@example.com",
"password":"ats1234"
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_9d33065be1eb431a96f155c3af9ade06
authentication: {}
metaSortKey: -810364782483
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_a8f86635da7c4d79830dbec1fd026d11
parentId: fld_9fcc05b5588a4c688f383cc3441bf90e
modified: 1619729873462
created: 1619729564466
name: Login/Logout/Refresh
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1619729678475
_type: request_group
- _id: fld_9fcc05b5588a4c688f383cc3441bf90e
parentId: wrk_0bb379b3818f451f8b23664e3cef334b
modified: 1616797644516
created: 1616797644516
name: Resulth Cloud Backend
description: ""
environment: {}
environmentPropertyOrder: {}
metaSortKey: -1000000000
_type: request_group
- _id: req_f9a014844130481e9d90c2184bbbd278
parentId: fld_a8f86635da7c4d79830dbec1fd026d11
modified: 1619729608177
created: 1616797644580
url: "{{ _.baseURL }}/v1/login"
name: Erro Login
description: ""
method: POST
body:
mimeType: ""
text: "{\r\n}"
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_3ffa606c339e4e61afcf117870d51d9c
authentication: {}
metaSortKey: -810364782433
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_249949e5302a45ae931f49534e0cb804
parentId: fld_a8f86635da7c4d79830dbec1fd026d11
modified: 1625514131665
created: 1616797644611
url: "{{ _.baseURL }}/login/refresh"
name: Refresh token direto
description: Refresh token
method: POST
body:
mimeType: ""
text: >
{
"refreshToken": "eyJhbGciOiJIUzUxMiJ9.eyJhdXRob3JpdGllcyI6WyJSRUZSRVNIX1RPS0VOIl0sImp0aSI6InJlc3VsdGgtY2xvdWQiLCJzdWIiOiJkZWZhdWx0QGV4YW1wbGUuY29tIiwiaWF0IjoxNjI1NTE0MTA4LCJleHAiOjE2MjU2MDA1MDh9.HLyvzpnrryW9YMsOhfgB21D0kWg6KBY1Y4W2PMBqbQMz1Y3s_z_Ay2ydZEN2GGEet27UfEWAdrjUkH8ozg7BUg"
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_c94d935f574e412b8d2efcdb07521e5c
authentication: {}
metaSortKey: -810364782383
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_2e849c3606e04d128a5218a57a2a8184
parentId: fld_a8f86635da7c4d79830dbec1fd026d11
modified: 1623871759986
created: 1616797644621
url: "{{ _.baseURL }}/login/social/validate"
name: Validando Login Social
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"key": ""
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_3082395eb02f4bd88f4499f8c2095eab
authentication: {}
metaSortKey: -810364782333
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_1b78b1096e444b71baa732560e799257
parentId: fld_a8f86635da7c4d79830dbec1fd026d11
modified: 1619729576211
created: 1616797644607
url: "{{ _.baseURL }}/login/logout"
name: Logout direto
description: ""
method: POST
body: {}
parameters: []
headers: []
authentication:
type: bearer
disabled: false
token: "{{ _.accessToken }}"
prefix: ""
metaSortKey: -810364782283
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_a994f06cef834542acdf7b518c50bfb2
parentId: fld_a1345562691947d68c234e8e9afc022c
modified: 1623854182055
created: 1618316522512
url: "{{ _.baseURL }}/v1/access-profiles/5663/permissions"
name: Lista permissao acesso
description: ""
method: GET
body: {}
parameters: []
headers:
- name: Accept-Language
value: en-US
description: ""
id: pair_c46680d4673048778d96c8a338eae4b4
disabled: true
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1618301122859
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_a1345562691947d68c234e8e9afc022c
parentId: fld_9fcc05b5588a4c688f383cc3441bf90e
modified: 1623849282047
created: 1618316466831
name: Access permissions
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1619729678462.5
_type: request_group
- _id: req_8a1290feeeec4d1c92736afc40860c33
parentId: fld_76ad33691eef4088a365468d7e095b97
modified: 1623878869207
created: 1618254193740
url: "{{ _.baseURL }}/v1/access-profiles"
name: Cadastra perfil acesso
description: ""
method: POST
body:
mimeType: ""
text: |-
{
"name": "Perfil TESTE",
"status": "ACTIVE",
"permissions":{
"content":[
{
"routine": {
"id": 1,
"name": "teste qualquer"
},
"insert": "true",
"read": "false",
"update": "false",
"delete": "false"
}
]
}
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_73867e6ad7ea4cd0b4d9fbf786b4533c
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1618254952361
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_76ad33691eef4088a365468d7e095b97
parentId: fld_9fcc05b5588a4c688f383cc3441bf90e
modified: 1623849285562
created: 1618255090743
name: Access profiles
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1619729678456.25
_type: request_group
- _id: req_603d504c35dc45ffbf08e02c5e6c4543
parentId: fld_76ad33691eef4088a365468d7e095b97
modified: 1620220933197
created: 1618254094010
url: "{{ _.baseURL }}/v1/access-profiles"
name: Lista perfil acesso
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1618254952336
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_2d5d18ee52bd4ae0afcfabf42239cfea
parentId: fld_76ad33691eef4088a365468d7e095b97
modified: 1623854146913
created: 1623710369291
url: "{{ _.baseURL }}/v1/access-profiles/permissions"
name: Lista todas as permissões para cadastro de um novo perfil
description: ""
method: GET
body: {}
parameters: []
headers:
- name: Accept-Language
value: en-US
description: ""
id: pair_1abdfc36bf5c430aa4198c1a53bd2fb6
disabled: true
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1618254952323.5
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_05e96e1bbe644270aaeec9771ff33122
parentId: fld_76ad33691eef4088a365468d7e095b97
modified: 1619729481934
created: 1618254936288
url: "{{ _.baseURL }}/v1/access-profiles"
name: Deleta perfil acesso
description: ""
method: DELETE
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1618254952311
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_c493cb6f6569474682b924dddf2c8d30
parentId: fld_76ad33691eef4088a365468d7e095b97
modified: 1619729489247
created: 1618254952261
url: "{{ _.baseURL }}/v1/access-profiles"
name: Altera perfil acesso
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"name": "PerfilAlterado",
"active": "true",
"permissions":{
"content":[
{
"name": "PermissaoAlterada",
"active": "true",
"create": "true",
"retrieve": "false",
"update": "false",
"delete": "false"
}
]
}
}
parameters: []
headers:
- name: Content-Type
value: application/json
id: pair_0a3a637bfd6c4ac1b65a8d74744a77fd
authentication:
type: bearer
token: "{{ _.accessToken }}"
metaSortKey: -1618254952261
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_7896971d4d914e2e87fb40547ae41ba3
parentId: fld_2edce7493f4b4e57a98db084020085fd
modified: 1619729849049
created: 1616797644576
url: "{{ _.baseURL }}/actuator"
name: Lista do actuator
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
disabled: false
token: "{{ _.accessToken }}"
prefix: ""
metaSortKey: -1614862706243
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true