-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswagger.yaml
More file actions
953 lines (879 loc) · 25.8 KB
/
swagger.yaml
File metadata and controls
953 lines (879 loc) · 25.8 KB
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
openapi: 3.0.0
info:
title: SharePoint REST API
description: SharePoint REST API endpoints documentation.
version: 1.0.0
servers:
- url: https://{tenantName}.sharepoint.com/sites/{siteName}
description: 'SharePoint site in the tenant.'
variables:
tenantName:
default: contoso
description: The name of your SharePoint tenant
siteName:
default: mySite
description: The name of your SharePoint site
- url: https://{tenantName}.sharepoint.com
description: 'SharePoint root site of the tenant.'
variables:
tenantName:
default: contoso
description: The name of your SharePoint tenant
security:
- bearerAuth: []
- rtFaCookie: []
- fedAuthCookie: []
components:
###############################################################################################
# Components - Security
###############################################################################################
securitySchemes:
rtFaCookie:
type: apiKey
in: cookie
name: rtFa
fedAuthCookie:
type: apiKey
in: cookie
name: FedAuth
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT
###############################################################################################
# Components - Schema definitions
###############################################################################################
schemas:
ListObject:
type: object
properties:
Id:
type: string
format: uuid
Title:
type: string
example:
- 'MyList'
ItemCount:
type: number
default: 842
Created:
type: string
format: date-time
# ... Other list properties
ListObjectResponseJson:
type: object
properties:
d:
$ref: '#/components/schemas/ListObject'
ListObjectResponseXml:
type: object
xml:
name: 'entry'
properties:
updated:
type: string
format: date-time
content:
type: object
properties:
properties:
$ref: '#/components/schemas/ListObject'
ListsArrayResponseJson:
type: object
properties:
d:
type: object
properties:
results:
type: array
items:
$ref: '#/components/schemas/ListObject'
ListsArrayResponseXml:
type: object
xml:
name: 'feed'
properties:
updated:
type: string
format: date-time
content:
$ref: '#/components/schemas/ListObjectResponseXml'
ListItemsResponse:
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/ListObject'
ListItemObject:
type: object
additionalProperties: true
properties:
title:
type: string
Id:
type: number
Created:
type: string
format: date-time
Modified:
type: string
format: date-time
AuthorId:
type: number
description: Id of the author without requiring to $expand Author field properties
EditorId:
type: number
# Properties requiring $select & $expand
Author:
$ref: '#/components/schemas/UserInfoItemObject'
Editor:
$ref: '#/components/schemas/UserInfoItemObject'
# ... Other list item properties
# + custom list properties
ListItemObjectResponseJson:
type: object
properties:
d:
$ref: '#/components/schemas/ListItemObject'
ListItemObjectResponseXml:
type: object
xml:
name: 'entry'
properties:
updated:
type: string
format: date-time
content:
type: object
properties:
properties:
$ref: '#/components/schemas/ListItemObject'
ListItemsArrayResponseJson:
type: object
properties:
d:
type: object
properties:
results:
type: array
items:
$ref: '#/components/schemas/ListItemObject'
__next:
type: string
format: url
ListItemsArrayResponseXml:
type: object
xml:
name: 'feed'
properties:
updated:
type: string
format: date-time
content:
$ref: '#/components/schemas/ListItemObjectResponseXml'
link:
type: string
format: url
UserInfoItemObject:
type: object
properties:
EMail:
type: string
format: email
# TODO
MenuState:
type: object
properties:
AudienceIds:
type: object
properties:
results:
type: array
items:
type: string
format: uuid
default: 00000000-0000-0000-0000-000000000000
FriendlyUrlPrefix:
type: string
IsAudienceTargetEnabledForGlobalNav:
type: boolean
Nodes:
type: object
properties:
results:
type: array
items:
$ref: '#/components/schemas/MenuNode'
SimpleUrl:
type: string
SPSitePrefix:
type: string
SPWebPrefix:
type: string
StartingNodeKey:
type: string
StartingNodeTitle:
type: string
Version:
type: string
format: date
MenuNode:
type: object
properties:
AudienceIds:
type: object
properties:
results:
type: array
default: []
items:
type: string
format: uuid
CurrentLCID:
type: number
pattern: '^\d{4}$' # 4 numbers
CustomProperties:
type: array
items:
type: object
properties:
name:
type: string
key:
type: string
FriendlyUrlSegment:
type: string
IsDeleted:
type: boolean
IsHidden:
type: boolean
IsTitleForExistingLanguage:
type: boolean
Key:
type: string
pattern: '^\d{4}$' # 4 numbers
Nodes:
type: array
items:
$ref: '#/components/schemas/MenuNode'
NodeType:
type: number
OpenInNewWindow:
type: boolean
SimpleUrl:
type: string
Title:
type: string
Translations:
type: array
items:
type: object
#TODO
NavigationNode:
type: object
properties:
__metadata:
type: object
properties:
type:
type: string
default: SP.NavigationNode
AudienceIds:
type: string
CurrentLCID:
type: string
IsExternal:
type: boolean
IsDocLib:
type: boolean
IsVisible:
type: boolean
Title:
type: string
Url:
type: string
description: Url for the menu node. If label only, put 'http://linkless.header/' in Url.
required:
- __metadata
- Title
- Url
- IsExternal
example:
__metadata:
type: SP.NavigationNode
Title: My node
Url: /myPage.aspx
IsExternal: false
NavigationNodeResponseJson:
type: object
properties:
d:
type: object
properties:
NavigationNode:
$ref: '#/components/schemas/NavigationNode'
MenuStateResponseJson:
type: object
properties:
d:
type: object
properties:
MenuState:
$ref: '#/components/schemas/MenuState'
ErrorResponseJson:
type: object
xml:
name: error
properties:
code:
type: string
message:
type: object
properties:
lang:
type: string
default: 'fr-FR'
value:
type: string
ErrorResponseXml:
type: object
xml:
name: error
properties:
code:
type: string
message:
type: object
properties:
lang:
type: string
default: 'fr-FR'
xml:
attribute: true
###############################################################################################
# Components - Parameters
###############################################################################################
parameters:
# Query params
select:
name: $select
description: Use the `$select` query option to specify which fields to return for a given list, list item, or other SharePoint object represented by an entity set. You can use `$select=*` to return all available fields.
in: query
required: false
schema:
type: string
example:
- "Id,Title"
- "Author"
orderby:
name: $orderby
description: Use the `$orderby` query option to specify how to sort the items in your query return set. To sort by multiple fields, specify a comma-separated list of fields. You can also specify whether to sort the items in ascending or descending order by appending the asc or desc keyword to your query.
in: query
required: false
schema:
type: number
example:
- "Id"
- "Title"
top:
name: $top
description: "The `$top` option enables you to select the first **n** items of the return set for return. For example, the following URI requests that only the first 10 items in the prospective return set actually be returned: `$top=10`"
in: query
required: false
schema:
type: number
example:
- 100
skip:
name: $skip
description: The `$skiptoken` query option enables you to skip over items until the specified item is reached and return the rest.
in: query
required: false
schema:
type: number
example:
- 100
filter:
name: $filter
description: Use the `$filter` query option to select which items to return. [OData query operators supported in the SharePoint REST service](https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/use-odata-query-operations-in-sharepoint-rest-requests#odata-query-operators-supported-in-the-sharepoint-rest-service) lists the filter query comparison options and functions you can use with the SharePoint REST service.
in: query
required: false
schema:
type: string
example:
- "Id eq 1"
- "startswith(Title, 'XX')"
expand:
name: $expand
description: "Use the `$expand` query option to expand fields. The syntax for `$expand` operator is as follows: `$expand= Field/Id`"
in: query
required: false
schema:
type: string
example:
- "Id,Title"
- "Author"
# Path params
listTitle:
name: listTitle
description: "Display name of list."
in: path
required: true
schema:
type: string
default: 'MyList'
listGUID:
name: listGUID
description: "GUID of list."
in: path
required: true
schema:
type: string
format: uuid
itemId:
name: itemId
description: "Id of the item."
in: path
required: true
schema:
type: string
format: number
termGUID:
name: termGUID
description: "GUID of the term."
in: path
required: true
schema:
type: string
format: guid
termSetGUID:
name: termSetGUID
description: "GUID of the term set."
in: path
required: true
schema:
type: string
format: guid
nodeId:
name: nodeId
description: "Id of the node."
in: path
required: true
schema:
type: string
format: number
# Other Params
Content-Type:
name: Content-Type
description: needed when sending json body.
required: true
in: header
schema:
type: string
default: application/json
###############################################################################################
# Components - Responses
###############################################################################################
responses:
BadRequest:
description: Bad request
content:
application/atom+xml:
schema:
$ref: '#/components/schemas/ErrorResponseXml'
application/json:
schema:
$ref: '#/components/schemas/ErrorResponseJson'
Unauthorized:
description: Unauthorized
content:
application/atom+xml:
schema:
$ref: '#/components/schemas/ErrorResponseXml'
application/json:
schema:
$ref: '#/components/schemas/ErrorResponseJson'
UnauthorizedOperation:
description: Unauthorized operation
content:
application/atom+xml:
schema:
$ref: '#/components/schemas/ErrorResponseXml'
application/json:
schema:
$ref: '#/components/schemas/ErrorResponseJson'
NotFound:
description: Not found
content:
application/atom+xml:
schema:
$ref: '#/components/schemas/ErrorResponseXml'
application/json:
schema:
$ref: '#/components/schemas/ErrorResponseJson'
NoContent:
description: No Content.
LastItemModifiedDate:
description: Returns the LastItemModifiedDate for site.
content:
application/atom+xml:
schema:
type: string
xml:
name: d:LastItemModifiedDate
format: date-time
application/json:
schema:
type: object
properties:
d:
type: object
properties:
LastItemModifiedDate:
type: string
format: date-time
LastItemUserModifiedDate:
description: Returns the LastItemUserModifiedDate for site.
content:
application/atom+xml:
schema:
type: string
xml:
name: d:LastItemUserModifiedDate
format: date-time
application/json:
schema:
type: object
properties:
d:
type: object
properties:
LastItemUserModifiedDate:
type: string
format: date-time
ListObject:
description: List object response
content:
application/atom+xml:
schema:
$ref: '#/components/schemas/ListObjectResponseXml'
application/json:
schema:
$ref: '#/components/schemas/ListObjectResponseJson'
ListsArray:
description: List array response
content:
application/atom+xml:
schema:
$ref: '#/components/schemas/ListsArrayResponseXml'
application/json:
schema:
$ref: '#/components/schemas/ListsArrayResponseJson'
ListItemObject:
description: List item object response
content:
application/atom+xml:
schema:
$ref: '#/components/schemas/ListItemObjectResponseXml'
application/json:
schema:
$ref: '#/components/schemas/ListItemObjectResponseJson'
ListItemsArray:
description: Array of list items response
content:
application/atom+xml:
schema:
$ref: '#/components/schemas/ListItemsArrayResponseXml'
application/json:
schema:
$ref: '#/components/schemas/ListItemsArrayResponseJson'
MenuState:
description: Navigation menu objects
content:
application/json:
schema:
$ref: '#/components/schemas/MenuStateResponseJson'
NavigationNode:
description: Navigation node object
content:
application/json:
schema:
$ref: '#/components/schemas/NavigationNodeResponseJson'
###############################################################################################
# Components - Callbacks
###############################################################################################
# callbacks:
###############################################################################################
# Tags
###############################################################################################
tags:
- name: site
description: |
Query site information.
- name: lists
description: |
Query lists.
- name: list items
description: |
Query list items.
Any list query can be used.
**Note**: `Author` & `Editor` fields require `$select` & `$expand` to view full details.
- name: pages
description: |
Working with pages
- name: files and folders
description: |
Working with files and folders
- name: terms
description: |
Working with terms of term store and managed metadata
- name: navigation
description: |
Working with site navigation menu.
###############################################################################################
# Paths
###############################################################################################
paths:
/_api/web/LastItemModifiedDate:
get:
summary: Get the last activity date for site.
description: Site's last activity date will be updated, when a file is updated or added, list item is updated or added, when a user visits the site.
tags:
- site
responses:
'200':
$ref: '#/components/responses/LastItemModifiedDate'
/_api/web/LastItemUserModifiedDate:
get:
summary: Gives the last date when a list / library was updated.
tags:
- site
responses:
'200':
$ref: '#/components/responses/LastItemUserModifiedDate'
/_api/lists:
get:
summary: Get all the lists from site
tags:
- lists
parameters:
- $ref: '#/components/parameters/select'
- $ref: '#/components/parameters/orderby'
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/expand'
responses:
'200':
$ref: '#/components/responses/ListsArray'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/lists/getByTitle('{listTitle}'):
get:
summary: Get list by title
tags:
- lists
parameters:
- $ref: '#/components/parameters/listTitle'
- $ref: '#/components/parameters/select'
- $ref: '#/components/parameters/orderby'
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/expand'
responses:
'200':
$ref: '#/components/responses/ListObject'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/lists/getById(guid'{listGUID}'):
get:
summary: Get list by GUID
tags:
- lists
parameters:
- $ref: '#/components/parameters/listGUID'
- $ref: '#/components/parameters/select'
- $ref: '#/components/parameters/orderby'
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/expand'
responses:
'200':
$ref: '#/components/responses/ListObject'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/lists/getByTitle('{listTitle}')/items:
get:
summary: Get items from list by title
tags:
- list items
parameters:
- $ref: '#/components/parameters/listTitle'
- $ref: '#/components/parameters/select'
- $ref: '#/components/parameters/orderby'
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/expand'
responses:
'200':
$ref: '#/components/responses/ListItemsArray'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/lists/getByTitle('{listTitle}')/items({itemId}):
get:
summary: Get items from list by title
tags:
- list items
parameters:
- $ref: '#/components/parameters/listTitle'
- $ref: '#/components/parameters/itemId'
- $ref: '#/components/parameters/select'
- $ref: '#/components/parameters/orderby'
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/expand'
responses:
'200':
$ref: '#/components/responses/ListItemObject'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/Navigation/MenuState:
post:
summary: Get menu items
tags:
- navigation
parameters:
- $ref: '#/components/parameters/select'
- $ref: '#/components/parameters/orderby'
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/expand'
responses:
'200':
$ref: '#/components/responses/MenuState'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/Web/Navigation/QuickLaunch:
# Cannot GET this url
post:
summary: Add to navigation menu
tags:
- navigation
parameters:
- $ref: '#/components/parameters/select'
- $ref: '#/components/parameters/Content-Type'
requestBody:
description: Details for the menu item to add.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/NavigationNode'
responses:
'200':
$ref: '#/components/responses/NavigationNode'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/Web/Navigation/GetNodeById({nodeId})/Children:
# Cannot GET this url
post:
summary: Add node bellow existing navigation menu node
tags:
- navigation
parameters:
- $ref: '#/components/parameters/select'
- $ref: '#/components/parameters/Content-Type'
- $ref: '#/components/parameters/nodeId'
requestBody:
description: Details for the menu item to add.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/NavigationNode'
responses:
'200':
$ref: '#/components/responses/NavigationNode'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/v2.1/termStore/sets/{termSetGUID}/terms/{termGUID}:
delete:
summary: Delete term
tags:
- terms
parameters:
- $ref: '#/components/parameters/termSetGUID'
- $ref: '#/components/parameters/termGUID'
responses:
'204':
$ref: '#/components/responses/NoContent'
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/web/GetFolderByServerRelativeUrl('{fileServerRelativeUrl}')/files:
# fileServerRelativeUrl : site relative
get: #TODO
summary: TODO
tags:
- files and folders
responses:
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'
/_api/web/folders:
get: #TODO
summary: TODO
tags:
- files and folders
responses:
'400':
$ref: '#/components/responses/BadRequest'
'403':
$ref: '#/components/responses/UnauthorizedOperation'
'404':
$ref: '#/components/responses/NotFound'