File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -506,6 +506,38 @@ paths:
506
506
type : string
507
507
format : uuid
508
508
example : 4ff1e5cc-9835-40d5-bb18-09fdb118db9c
509
+ - in : query
510
+ name : pagesize
511
+ description : pass an optional page size value
512
+ schema :
513
+ type : integer
514
+ maximum : 100
515
+ example : 50
516
+ - in : query
517
+ name : page
518
+ description : number of records to skip for pagination
519
+ schema :
520
+ type : integer
521
+ minimum : 1
522
+ example : 2
523
+ - in : query
524
+ name : sort
525
+ description : values to sort by
526
+ schema :
527
+ type : string
528
+ enum :
529
+ - Name
530
+ - CreatedDateUTC
531
+ example : " Associations/{ObjectId}?sort=CreatedDateUtc"
532
+ - in : query
533
+ name : direction
534
+ description : direction to sort by
535
+ schema :
536
+ type : string
537
+ enum :
538
+ - ASC
539
+ - DESC
540
+ example : " Associations/{ObjectId}?sort=CreatedDateUtc&direction=DESC"
509
541
responses :
510
542
' 200 ' :
511
543
description : search results matching criteria
You can’t perform that action at this time.
0 commit comments