reach-api-sdk 1.0.195 → 1.0.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/reach-sdk.d.ts +337 -116
- package/dist/reach-sdk.js +174 -72
- package/package.json +1 -1
- package/src/definition/swagger.yaml +410 -72
- package/src/index.ts +1 -0
- package/src/models/Course.ts +4 -0
- package/src/models/CoursePatch.ts +4 -0
- package/src/models/CreateTemplateDetail.ts +4 -0
- package/src/models/CreateTemplateFieldPermission.ts +1 -0
- package/src/models/GenericActivity.ts +4 -0
- package/src/models/Programme.ts +2 -0
- package/src/models/ProgrammePatch.ts +3 -0
- package/src/models/Session.ts +4 -0
- package/src/models/SessionPatch.ts +4 -0
- package/src/models/TemplateDetail.ts +4 -0
- package/src/models/TemplateDetailPatch.ts +4 -0
- package/src/models/TemplateFieldPermission.ts +1 -0
- package/src/models/TemplateFieldPermissionPatch.ts +1 -0
- package/src/models/WaitlistConversionStatsResponseDto.ts +10 -0
- package/src/services/CoursesService.ts +30 -0
- package/src/services/DiscountCodeUsesService.ts +31 -0
- package/src/services/GenericActivityService.ts +84 -48
- package/src/services/PublicCoursesService.ts +12 -0
- package/src/services/PublicGenericActivityService.ts +56 -32
- package/src/services/PublicNetworksService.ts +14 -8
- package/src/services/PublicSessionsService.ts +28 -16
- package/src/services/PublicWaitlistOpportunityService.ts +12 -0
- package/src/services/SessionsService.ts +70 -40
- package/src/services/WaitlistOpportunityReportService.ts +54 -0
- package/src/services/WaitlistOpportunityService.ts +30 -0
|
@@ -9779,6 +9779,11 @@ paths:
|
|
|
9779
9779
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
9780
9780
|
schema:
|
|
9781
9781
|
type: boolean
|
|
9782
|
+
- name: Private
|
|
9783
|
+
in: query
|
|
9784
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
9785
|
+
schema:
|
|
9786
|
+
type: boolean
|
|
9782
9787
|
- name: HasAvailability
|
|
9783
9788
|
in: query
|
|
9784
9789
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -10253,6 +10258,11 @@ paths:
|
|
|
10253
10258
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
10254
10259
|
schema:
|
|
10255
10260
|
type: boolean
|
|
10261
|
+
- name: Private
|
|
10262
|
+
in: query
|
|
10263
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
10264
|
+
schema:
|
|
10265
|
+
type: boolean
|
|
10256
10266
|
- name: HasAvailability
|
|
10257
10267
|
in: query
|
|
10258
10268
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -10549,6 +10559,11 @@ paths:
|
|
|
10549
10559
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
10550
10560
|
schema:
|
|
10551
10561
|
type: boolean
|
|
10562
|
+
- name: Private
|
|
10563
|
+
in: query
|
|
10564
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
10565
|
+
schema:
|
|
10566
|
+
type: boolean
|
|
10552
10567
|
- name: HasAvailability
|
|
10553
10568
|
in: query
|
|
10554
10569
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -10848,6 +10863,11 @@ paths:
|
|
|
10848
10863
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
10849
10864
|
schema:
|
|
10850
10865
|
type: boolean
|
|
10866
|
+
- name: Private
|
|
10867
|
+
in: query
|
|
10868
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
10869
|
+
schema:
|
|
10870
|
+
type: boolean
|
|
10851
10871
|
- name: HasAvailability
|
|
10852
10872
|
in: query
|
|
10853
10873
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -11150,6 +11170,11 @@ paths:
|
|
|
11150
11170
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
11151
11171
|
schema:
|
|
11152
11172
|
type: boolean
|
|
11173
|
+
- name: Private
|
|
11174
|
+
in: query
|
|
11175
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
11176
|
+
schema:
|
|
11177
|
+
type: boolean
|
|
11153
11178
|
- name: HasAvailability
|
|
11154
11179
|
in: query
|
|
11155
11180
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -19626,6 +19651,13 @@ paths:
|
|
|
19626
19651
|
schema:
|
|
19627
19652
|
type: string
|
|
19628
19653
|
format: uuid
|
|
19654
|
+
- name: OrderStages
|
|
19655
|
+
in: query
|
|
19656
|
+
description: Gets or sets the queryable order stages.
|
|
19657
|
+
schema:
|
|
19658
|
+
type: array
|
|
19659
|
+
items:
|
|
19660
|
+
$ref: '#/components/schemas/OrderStage'
|
|
19629
19661
|
- name: PageNumber
|
|
19630
19662
|
in: query
|
|
19631
19663
|
description: Gets or sets the page number for paged queries.
|
|
@@ -19943,6 +19975,13 @@ paths:
|
|
|
19943
19975
|
schema:
|
|
19944
19976
|
type: string
|
|
19945
19977
|
format: uuid
|
|
19978
|
+
- name: OrderStages
|
|
19979
|
+
in: query
|
|
19980
|
+
description: Gets or sets the queryable order stages.
|
|
19981
|
+
schema:
|
|
19982
|
+
type: array
|
|
19983
|
+
items:
|
|
19984
|
+
$ref: '#/components/schemas/OrderStage'
|
|
19946
19985
|
- name: PageNumber
|
|
19947
19986
|
in: query
|
|
19948
19987
|
description: Gets or sets the page number for paged queries.
|
|
@@ -20082,6 +20121,13 @@ paths:
|
|
|
20082
20121
|
schema:
|
|
20083
20122
|
type: string
|
|
20084
20123
|
format: uuid
|
|
20124
|
+
- name: OrderStages
|
|
20125
|
+
in: query
|
|
20126
|
+
description: Gets or sets the queryable order stages.
|
|
20127
|
+
schema:
|
|
20128
|
+
type: array
|
|
20129
|
+
items:
|
|
20130
|
+
$ref: '#/components/schemas/OrderStage'
|
|
20085
20131
|
- name: PageNumber
|
|
20086
20132
|
in: query
|
|
20087
20133
|
description: Gets or sets the page number for paged queries.
|
|
@@ -20224,6 +20270,13 @@ paths:
|
|
|
20224
20270
|
schema:
|
|
20225
20271
|
type: string
|
|
20226
20272
|
format: uuid
|
|
20273
|
+
- name: OrderStages
|
|
20274
|
+
in: query
|
|
20275
|
+
description: Gets or sets the queryable order stages.
|
|
20276
|
+
schema:
|
|
20277
|
+
type: array
|
|
20278
|
+
items:
|
|
20279
|
+
$ref: '#/components/schemas/OrderStage'
|
|
20227
20280
|
- name: PageNumber
|
|
20228
20281
|
in: query
|
|
20229
20282
|
description: Gets or sets the page number for paged queries.
|
|
@@ -20369,6 +20422,13 @@ paths:
|
|
|
20369
20422
|
schema:
|
|
20370
20423
|
type: string
|
|
20371
20424
|
format: uuid
|
|
20425
|
+
- name: OrderStages
|
|
20426
|
+
in: query
|
|
20427
|
+
description: Gets or sets the queryable order stages.
|
|
20428
|
+
schema:
|
|
20429
|
+
type: array
|
|
20430
|
+
items:
|
|
20431
|
+
$ref: '#/components/schemas/OrderStage'
|
|
20372
20432
|
- name: PageNumber
|
|
20373
20433
|
in: query
|
|
20374
20434
|
description: Gets or sets the page number for paged queries.
|
|
@@ -26602,6 +26662,11 @@ paths:
|
|
|
26602
26662
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
26603
26663
|
schema:
|
|
26604
26664
|
type: boolean
|
|
26665
|
+
- name: Private
|
|
26666
|
+
in: query
|
|
26667
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
26668
|
+
schema:
|
|
26669
|
+
type: boolean
|
|
26605
26670
|
- name: SearchGeoCenter
|
|
26606
26671
|
in: query
|
|
26607
26672
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -26696,15 +26761,15 @@ paths:
|
|
|
26696
26761
|
description: Gets or sets TimeOfDay.
|
|
26697
26762
|
schema:
|
|
26698
26763
|
type: string
|
|
26699
|
-
- name:
|
|
26764
|
+
- name: StartDateTimeGTE
|
|
26700
26765
|
in: query
|
|
26701
|
-
description: Gets or sets
|
|
26766
|
+
description: Gets or sets StartDateTimeGTE.
|
|
26702
26767
|
schema:
|
|
26703
26768
|
type: string
|
|
26704
26769
|
format: date-time
|
|
26705
|
-
- name:
|
|
26770
|
+
- name: EndDateTimeLTE
|
|
26706
26771
|
in: query
|
|
26707
|
-
description: Gets or sets
|
|
26772
|
+
description: Gets or sets EndDateTimeLTE.
|
|
26708
26773
|
schema:
|
|
26709
26774
|
type: string
|
|
26710
26775
|
format: date-time
|
|
@@ -26984,6 +27049,11 @@ paths:
|
|
|
26984
27049
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
26985
27050
|
schema:
|
|
26986
27051
|
type: boolean
|
|
27052
|
+
- name: Private
|
|
27053
|
+
in: query
|
|
27054
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
27055
|
+
schema:
|
|
27056
|
+
type: boolean
|
|
26987
27057
|
- name: SearchGeoCenter
|
|
26988
27058
|
in: query
|
|
26989
27059
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -27078,15 +27148,15 @@ paths:
|
|
|
27078
27148
|
description: Gets or sets TimeOfDay.
|
|
27079
27149
|
schema:
|
|
27080
27150
|
type: string
|
|
27081
|
-
- name:
|
|
27151
|
+
- name: StartDateTimeGTE
|
|
27082
27152
|
in: query
|
|
27083
|
-
description: Gets or sets
|
|
27153
|
+
description: Gets or sets StartDateTimeGTE.
|
|
27084
27154
|
schema:
|
|
27085
27155
|
type: string
|
|
27086
27156
|
format: date-time
|
|
27087
|
-
- name:
|
|
27157
|
+
- name: EndDateTimeLTE
|
|
27088
27158
|
in: query
|
|
27089
|
-
description: Gets or sets
|
|
27159
|
+
description: Gets or sets EndDateTimeLTE.
|
|
27090
27160
|
schema:
|
|
27091
27161
|
type: string
|
|
27092
27162
|
format: date-time
|
|
@@ -27297,6 +27367,11 @@ paths:
|
|
|
27297
27367
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
27298
27368
|
schema:
|
|
27299
27369
|
type: boolean
|
|
27370
|
+
- name: Private
|
|
27371
|
+
in: query
|
|
27372
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
27373
|
+
schema:
|
|
27374
|
+
type: boolean
|
|
27300
27375
|
- name: SearchGeoCenter
|
|
27301
27376
|
in: query
|
|
27302
27377
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -27391,15 +27466,15 @@ paths:
|
|
|
27391
27466
|
description: Gets or sets TimeOfDay.
|
|
27392
27467
|
schema:
|
|
27393
27468
|
type: string
|
|
27394
|
-
- name:
|
|
27469
|
+
- name: StartDateTimeGTE
|
|
27395
27470
|
in: query
|
|
27396
|
-
description: Gets or sets
|
|
27471
|
+
description: Gets or sets StartDateTimeGTE.
|
|
27397
27472
|
schema:
|
|
27398
27473
|
type: string
|
|
27399
27474
|
format: date-time
|
|
27400
|
-
- name:
|
|
27475
|
+
- name: EndDateTimeLTE
|
|
27401
27476
|
in: query
|
|
27402
|
-
description: Gets or sets
|
|
27477
|
+
description: Gets or sets EndDateTimeLTE.
|
|
27403
27478
|
schema:
|
|
27404
27479
|
type: string
|
|
27405
27480
|
format: date-time
|
|
@@ -27613,6 +27688,11 @@ paths:
|
|
|
27613
27688
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
27614
27689
|
schema:
|
|
27615
27690
|
type: boolean
|
|
27691
|
+
- name: Private
|
|
27692
|
+
in: query
|
|
27693
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
27694
|
+
schema:
|
|
27695
|
+
type: boolean
|
|
27616
27696
|
- name: SearchGeoCenter
|
|
27617
27697
|
in: query
|
|
27618
27698
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -27707,15 +27787,15 @@ paths:
|
|
|
27707
27787
|
description: Gets or sets TimeOfDay.
|
|
27708
27788
|
schema:
|
|
27709
27789
|
type: string
|
|
27710
|
-
- name:
|
|
27790
|
+
- name: StartDateTimeGTE
|
|
27711
27791
|
in: query
|
|
27712
|
-
description: Gets or sets
|
|
27792
|
+
description: Gets or sets StartDateTimeGTE.
|
|
27713
27793
|
schema:
|
|
27714
27794
|
type: string
|
|
27715
27795
|
format: date-time
|
|
27716
|
-
- name:
|
|
27796
|
+
- name: EndDateTimeLTE
|
|
27717
27797
|
in: query
|
|
27718
|
-
description: Gets or sets
|
|
27798
|
+
description: Gets or sets EndDateTimeLTE.
|
|
27719
27799
|
schema:
|
|
27720
27800
|
type: string
|
|
27721
27801
|
format: date-time
|
|
@@ -27926,6 +28006,11 @@ paths:
|
|
|
27926
28006
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
27927
28007
|
schema:
|
|
27928
28008
|
type: boolean
|
|
28009
|
+
- name: Private
|
|
28010
|
+
in: query
|
|
28011
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
28012
|
+
schema:
|
|
28013
|
+
type: boolean
|
|
27929
28014
|
- name: SearchGeoCenter
|
|
27930
28015
|
in: query
|
|
27931
28016
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -28020,15 +28105,15 @@ paths:
|
|
|
28020
28105
|
description: Gets or sets TimeOfDay.
|
|
28021
28106
|
schema:
|
|
28022
28107
|
type: string
|
|
28023
|
-
- name:
|
|
28108
|
+
- name: StartDateTimeGTE
|
|
28024
28109
|
in: query
|
|
28025
|
-
description: Gets or sets
|
|
28110
|
+
description: Gets or sets StartDateTimeGTE.
|
|
28026
28111
|
schema:
|
|
28027
28112
|
type: string
|
|
28028
28113
|
format: date-time
|
|
28029
|
-
- name:
|
|
28114
|
+
- name: EndDateTimeLTE
|
|
28030
28115
|
in: query
|
|
28031
|
-
description: Gets or sets
|
|
28116
|
+
description: Gets or sets EndDateTimeLTE.
|
|
28032
28117
|
schema:
|
|
28033
28118
|
type: string
|
|
28034
28119
|
format: date-time
|
|
@@ -28245,6 +28330,11 @@ paths:
|
|
|
28245
28330
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
28246
28331
|
schema:
|
|
28247
28332
|
type: boolean
|
|
28333
|
+
- name: Private
|
|
28334
|
+
in: query
|
|
28335
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
28336
|
+
schema:
|
|
28337
|
+
type: boolean
|
|
28248
28338
|
- name: SearchGeoCenter
|
|
28249
28339
|
in: query
|
|
28250
28340
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -28339,15 +28429,15 @@ paths:
|
|
|
28339
28429
|
description: Gets or sets TimeOfDay.
|
|
28340
28430
|
schema:
|
|
28341
28431
|
type: string
|
|
28342
|
-
- name:
|
|
28432
|
+
- name: StartDateTimeGTE
|
|
28343
28433
|
in: query
|
|
28344
|
-
description: Gets or sets
|
|
28434
|
+
description: Gets or sets StartDateTimeGTE.
|
|
28345
28435
|
schema:
|
|
28346
28436
|
type: string
|
|
28347
28437
|
format: date-time
|
|
28348
|
-
- name:
|
|
28438
|
+
- name: EndDateTimeLTE
|
|
28349
28439
|
in: query
|
|
28350
|
-
description: Gets or sets
|
|
28440
|
+
description: Gets or sets EndDateTimeLTE.
|
|
28351
28441
|
schema:
|
|
28352
28442
|
type: string
|
|
28353
28443
|
format: date-time
|
|
@@ -60679,6 +60769,11 @@ paths:
|
|
|
60679
60769
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
60680
60770
|
schema:
|
|
60681
60771
|
type: boolean
|
|
60772
|
+
- name: Private
|
|
60773
|
+
in: query
|
|
60774
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
60775
|
+
schema:
|
|
60776
|
+
type: boolean
|
|
60682
60777
|
- name: HasAvailability
|
|
60683
60778
|
in: query
|
|
60684
60779
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -61272,6 +61367,11 @@ paths:
|
|
|
61272
61367
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
61273
61368
|
schema:
|
|
61274
61369
|
type: boolean
|
|
61370
|
+
- name: Private
|
|
61371
|
+
in: query
|
|
61372
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
61373
|
+
schema:
|
|
61374
|
+
type: boolean
|
|
61275
61375
|
- name: HasAvailability
|
|
61276
61376
|
in: query
|
|
61277
61377
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -63167,6 +63267,11 @@ paths:
|
|
|
63167
63267
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
63168
63268
|
schema:
|
|
63169
63269
|
type: boolean
|
|
63270
|
+
- name: Private
|
|
63271
|
+
in: query
|
|
63272
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
63273
|
+
schema:
|
|
63274
|
+
type: boolean
|
|
63170
63275
|
- name: SearchGeoCenter
|
|
63171
63276
|
in: query
|
|
63172
63277
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -63261,15 +63366,15 @@ paths:
|
|
|
63261
63366
|
description: Gets or sets TimeOfDay.
|
|
63262
63367
|
schema:
|
|
63263
63368
|
type: string
|
|
63264
|
-
- name:
|
|
63369
|
+
- name: StartDateTimeGTE
|
|
63265
63370
|
in: query
|
|
63266
|
-
description: Gets or sets
|
|
63371
|
+
description: Gets or sets StartDateTimeGTE.
|
|
63267
63372
|
schema:
|
|
63268
63373
|
type: string
|
|
63269
63374
|
format: date-time
|
|
63270
|
-
- name:
|
|
63375
|
+
- name: EndDateTimeLTE
|
|
63271
63376
|
in: query
|
|
63272
|
-
description: Gets or sets
|
|
63377
|
+
description: Gets or sets EndDateTimeLTE.
|
|
63273
63378
|
schema:
|
|
63274
63379
|
type: string
|
|
63275
63380
|
format: date-time
|
|
@@ -63480,6 +63585,11 @@ paths:
|
|
|
63480
63585
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
63481
63586
|
schema:
|
|
63482
63587
|
type: boolean
|
|
63588
|
+
- name: Private
|
|
63589
|
+
in: query
|
|
63590
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
63591
|
+
schema:
|
|
63592
|
+
type: boolean
|
|
63483
63593
|
- name: SearchGeoCenter
|
|
63484
63594
|
in: query
|
|
63485
63595
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -63574,15 +63684,15 @@ paths:
|
|
|
63574
63684
|
description: Gets or sets TimeOfDay.
|
|
63575
63685
|
schema:
|
|
63576
63686
|
type: string
|
|
63577
|
-
- name:
|
|
63687
|
+
- name: StartDateTimeGTE
|
|
63578
63688
|
in: query
|
|
63579
|
-
description: Gets or sets
|
|
63689
|
+
description: Gets or sets StartDateTimeGTE.
|
|
63580
63690
|
schema:
|
|
63581
63691
|
type: string
|
|
63582
63692
|
format: date-time
|
|
63583
|
-
- name:
|
|
63693
|
+
- name: EndDateTimeLTE
|
|
63584
63694
|
in: query
|
|
63585
|
-
description: Gets or sets
|
|
63695
|
+
description: Gets or sets EndDateTimeLTE.
|
|
63586
63696
|
schema:
|
|
63587
63697
|
type: string
|
|
63588
63698
|
format: date-time
|
|
@@ -63798,6 +63908,11 @@ paths:
|
|
|
63798
63908
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
63799
63909
|
schema:
|
|
63800
63910
|
type: boolean
|
|
63911
|
+
- name: Private
|
|
63912
|
+
in: query
|
|
63913
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
63914
|
+
schema:
|
|
63915
|
+
type: boolean
|
|
63801
63916
|
- name: SearchGeoCenter
|
|
63802
63917
|
in: query
|
|
63803
63918
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -63892,15 +64007,15 @@ paths:
|
|
|
63892
64007
|
description: Gets or sets TimeOfDay.
|
|
63893
64008
|
schema:
|
|
63894
64009
|
type: string
|
|
63895
|
-
- name:
|
|
64010
|
+
- name: StartDateTimeGTE
|
|
63896
64011
|
in: query
|
|
63897
|
-
description: Gets or sets
|
|
64012
|
+
description: Gets or sets StartDateTimeGTE.
|
|
63898
64013
|
schema:
|
|
63899
64014
|
type: string
|
|
63900
64015
|
format: date-time
|
|
63901
|
-
- name:
|
|
64016
|
+
- name: EndDateTimeLTE
|
|
63902
64017
|
in: query
|
|
63903
|
-
description: Gets or sets
|
|
64018
|
+
description: Gets or sets EndDateTimeLTE.
|
|
63904
64019
|
schema:
|
|
63905
64020
|
type: string
|
|
63906
64021
|
format: date-time
|
|
@@ -64208,6 +64323,11 @@ paths:
|
|
|
64208
64323
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
64209
64324
|
schema:
|
|
64210
64325
|
type: boolean
|
|
64326
|
+
- name: Private
|
|
64327
|
+
in: query
|
|
64328
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
64329
|
+
schema:
|
|
64330
|
+
type: boolean
|
|
64211
64331
|
- name: SearchGeoCenter
|
|
64212
64332
|
in: query
|
|
64213
64333
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -64302,15 +64422,15 @@ paths:
|
|
|
64302
64422
|
description: Gets or sets TimeOfDay.
|
|
64303
64423
|
schema:
|
|
64304
64424
|
type: string
|
|
64305
|
-
- name:
|
|
64425
|
+
- name: StartDateTimeGTE
|
|
64306
64426
|
in: query
|
|
64307
|
-
description: Gets or sets
|
|
64427
|
+
description: Gets or sets StartDateTimeGTE.
|
|
64308
64428
|
schema:
|
|
64309
64429
|
type: string
|
|
64310
64430
|
format: date-time
|
|
64311
|
-
- name:
|
|
64431
|
+
- name: EndDateTimeLTE
|
|
64312
64432
|
in: query
|
|
64313
|
-
description: Gets or sets
|
|
64433
|
+
description: Gets or sets EndDateTimeLTE.
|
|
64314
64434
|
schema:
|
|
64315
64435
|
type: string
|
|
64316
64436
|
format: date-time
|
|
@@ -65645,6 +65765,11 @@ paths:
|
|
|
65645
65765
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
65646
65766
|
schema:
|
|
65647
65767
|
type: boolean
|
|
65768
|
+
- name: Private
|
|
65769
|
+
in: query
|
|
65770
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
65771
|
+
schema:
|
|
65772
|
+
type: boolean
|
|
65648
65773
|
- name: ProgrammeId
|
|
65649
65774
|
in: query
|
|
65650
65775
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -65734,15 +65859,15 @@ paths:
|
|
|
65734
65859
|
description: Gets or sets TimeOfDay.
|
|
65735
65860
|
schema:
|
|
65736
65861
|
type: string
|
|
65737
|
-
- name:
|
|
65862
|
+
- name: StartDateTimeGTE
|
|
65738
65863
|
in: query
|
|
65739
|
-
description: Gets or sets
|
|
65864
|
+
description: Gets or sets StartDateTimeGTE.
|
|
65740
65865
|
schema:
|
|
65741
65866
|
type: string
|
|
65742
65867
|
format: date-time
|
|
65743
|
-
- name:
|
|
65868
|
+
- name: EndDateTimeLTE
|
|
65744
65869
|
in: query
|
|
65745
|
-
description: Gets or sets
|
|
65870
|
+
description: Gets or sets EndDateTimeLTE.
|
|
65746
65871
|
schema:
|
|
65747
65872
|
type: string
|
|
65748
65873
|
format: date-time
|
|
@@ -72609,6 +72734,11 @@ paths:
|
|
|
72609
72734
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
72610
72735
|
schema:
|
|
72611
72736
|
type: boolean
|
|
72737
|
+
- name: Private
|
|
72738
|
+
in: query
|
|
72739
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
72740
|
+
schema:
|
|
72741
|
+
type: boolean
|
|
72612
72742
|
- name: ProgrammeId
|
|
72613
72743
|
in: query
|
|
72614
72744
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -72698,15 +72828,15 @@ paths:
|
|
|
72698
72828
|
description: Gets or sets TimeOfDay.
|
|
72699
72829
|
schema:
|
|
72700
72830
|
type: string
|
|
72701
|
-
- name:
|
|
72831
|
+
- name: StartDateTimeGTE
|
|
72702
72832
|
in: query
|
|
72703
|
-
description: Gets or sets
|
|
72833
|
+
description: Gets or sets StartDateTimeGTE.
|
|
72704
72834
|
schema:
|
|
72705
72835
|
type: string
|
|
72706
72836
|
format: date-time
|
|
72707
|
-
- name:
|
|
72837
|
+
- name: EndDateTimeLTE
|
|
72708
72838
|
in: query
|
|
72709
|
-
description: Gets or sets
|
|
72839
|
+
description: Gets or sets EndDateTimeLTE.
|
|
72710
72840
|
schema:
|
|
72711
72841
|
type: string
|
|
72712
72842
|
format: date-time
|
|
@@ -73548,6 +73678,11 @@ paths:
|
|
|
73548
73678
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
73549
73679
|
schema:
|
|
73550
73680
|
type: boolean
|
|
73681
|
+
- name: Private
|
|
73682
|
+
in: query
|
|
73683
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
73684
|
+
schema:
|
|
73685
|
+
type: boolean
|
|
73551
73686
|
- name: ProgrammeId
|
|
73552
73687
|
in: query
|
|
73553
73688
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -73637,15 +73772,15 @@ paths:
|
|
|
73637
73772
|
description: Gets or sets TimeOfDay.
|
|
73638
73773
|
schema:
|
|
73639
73774
|
type: string
|
|
73640
|
-
- name:
|
|
73775
|
+
- name: StartDateTimeGTE
|
|
73641
73776
|
in: query
|
|
73642
|
-
description: Gets or sets
|
|
73777
|
+
description: Gets or sets StartDateTimeGTE.
|
|
73643
73778
|
schema:
|
|
73644
73779
|
type: string
|
|
73645
73780
|
format: date-time
|
|
73646
|
-
- name:
|
|
73781
|
+
- name: EndDateTimeLTE
|
|
73647
73782
|
in: query
|
|
73648
|
-
description: Gets or sets
|
|
73783
|
+
description: Gets or sets EndDateTimeLTE.
|
|
73649
73784
|
schema:
|
|
73650
73785
|
type: string
|
|
73651
73786
|
format: date-time
|
|
@@ -80330,6 +80465,11 @@ paths:
|
|
|
80330
80465
|
description: Gets or sets the queryable Email.
|
|
80331
80466
|
schema:
|
|
80332
80467
|
type: string
|
|
80468
|
+
- name: FutureOnly
|
|
80469
|
+
in: query
|
|
80470
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
80471
|
+
schema:
|
|
80472
|
+
type: boolean
|
|
80333
80473
|
- name: PageNumber
|
|
80334
80474
|
in: query
|
|
80335
80475
|
description: Gets or sets the page number for paged queries.
|
|
@@ -80609,6 +80749,11 @@ paths:
|
|
|
80609
80749
|
description: Gets or sets the queryable Email.
|
|
80610
80750
|
schema:
|
|
80611
80751
|
type: string
|
|
80752
|
+
- name: FutureOnly
|
|
80753
|
+
in: query
|
|
80754
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
80755
|
+
schema:
|
|
80756
|
+
type: boolean
|
|
80612
80757
|
- name: PageNumber
|
|
80613
80758
|
in: query
|
|
80614
80759
|
description: Gets or sets the page number for paged queries.
|
|
@@ -89757,6 +89902,11 @@ paths:
|
|
|
89757
89902
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
89758
89903
|
schema:
|
|
89759
89904
|
type: boolean
|
|
89905
|
+
- name: Private
|
|
89906
|
+
in: query
|
|
89907
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
89908
|
+
schema:
|
|
89909
|
+
type: boolean
|
|
89760
89910
|
- name: ProgrammeId
|
|
89761
89911
|
in: query
|
|
89762
89912
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -89846,15 +89996,15 @@ paths:
|
|
|
89846
89996
|
description: Gets or sets TimeOfDay.
|
|
89847
89997
|
schema:
|
|
89848
89998
|
type: string
|
|
89849
|
-
- name:
|
|
89999
|
+
- name: StartDateTimeGTE
|
|
89850
90000
|
in: query
|
|
89851
|
-
description: Gets or sets
|
|
90001
|
+
description: Gets or sets StartDateTimeGTE.
|
|
89852
90002
|
schema:
|
|
89853
90003
|
type: string
|
|
89854
90004
|
format: date-time
|
|
89855
|
-
- name:
|
|
90005
|
+
- name: EndDateTimeLTE
|
|
89856
90006
|
in: query
|
|
89857
|
-
description: Gets or sets
|
|
90007
|
+
description: Gets or sets EndDateTimeLTE.
|
|
89858
90008
|
schema:
|
|
89859
90009
|
type: string
|
|
89860
90010
|
format: date-time
|
|
@@ -90233,6 +90383,11 @@ paths:
|
|
|
90233
90383
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
90234
90384
|
schema:
|
|
90235
90385
|
type: boolean
|
|
90386
|
+
- name: Private
|
|
90387
|
+
in: query
|
|
90388
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
90389
|
+
schema:
|
|
90390
|
+
type: boolean
|
|
90236
90391
|
- name: ProgrammeId
|
|
90237
90392
|
in: query
|
|
90238
90393
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -90322,15 +90477,15 @@ paths:
|
|
|
90322
90477
|
description: Gets or sets TimeOfDay.
|
|
90323
90478
|
schema:
|
|
90324
90479
|
type: string
|
|
90325
|
-
- name:
|
|
90480
|
+
- name: StartDateTimeGTE
|
|
90326
90481
|
in: query
|
|
90327
|
-
description: Gets or sets
|
|
90482
|
+
description: Gets or sets StartDateTimeGTE.
|
|
90328
90483
|
schema:
|
|
90329
90484
|
type: string
|
|
90330
90485
|
format: date-time
|
|
90331
|
-
- name:
|
|
90486
|
+
- name: EndDateTimeLTE
|
|
90332
90487
|
in: query
|
|
90333
|
-
description: Gets or sets
|
|
90488
|
+
description: Gets or sets EndDateTimeLTE.
|
|
90334
90489
|
schema:
|
|
90335
90490
|
type: string
|
|
90336
90491
|
format: date-time
|
|
@@ -90531,6 +90686,11 @@ paths:
|
|
|
90531
90686
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
90532
90687
|
schema:
|
|
90533
90688
|
type: boolean
|
|
90689
|
+
- name: Private
|
|
90690
|
+
in: query
|
|
90691
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
90692
|
+
schema:
|
|
90693
|
+
type: boolean
|
|
90534
90694
|
- name: ProgrammeId
|
|
90535
90695
|
in: query
|
|
90536
90696
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -90620,15 +90780,15 @@ paths:
|
|
|
90620
90780
|
description: Gets or sets TimeOfDay.
|
|
90621
90781
|
schema:
|
|
90622
90782
|
type: string
|
|
90623
|
-
- name:
|
|
90783
|
+
- name: StartDateTimeGTE
|
|
90624
90784
|
in: query
|
|
90625
|
-
description: Gets or sets
|
|
90785
|
+
description: Gets or sets StartDateTimeGTE.
|
|
90626
90786
|
schema:
|
|
90627
90787
|
type: string
|
|
90628
90788
|
format: date-time
|
|
90629
|
-
- name:
|
|
90789
|
+
- name: EndDateTimeLTE
|
|
90630
90790
|
in: query
|
|
90631
|
-
description: Gets or sets
|
|
90791
|
+
description: Gets or sets EndDateTimeLTE.
|
|
90632
90792
|
schema:
|
|
90633
90793
|
type: string
|
|
90634
90794
|
format: date-time
|
|
@@ -90832,6 +90992,11 @@ paths:
|
|
|
90832
90992
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
90833
90993
|
schema:
|
|
90834
90994
|
type: boolean
|
|
90995
|
+
- name: Private
|
|
90996
|
+
in: query
|
|
90997
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
90998
|
+
schema:
|
|
90999
|
+
type: boolean
|
|
90835
91000
|
- name: ProgrammeId
|
|
90836
91001
|
in: query
|
|
90837
91002
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -90921,15 +91086,15 @@ paths:
|
|
|
90921
91086
|
description: Gets or sets TimeOfDay.
|
|
90922
91087
|
schema:
|
|
90923
91088
|
type: string
|
|
90924
|
-
- name:
|
|
91089
|
+
- name: StartDateTimeGTE
|
|
90925
91090
|
in: query
|
|
90926
|
-
description: Gets or sets
|
|
91091
|
+
description: Gets or sets StartDateTimeGTE.
|
|
90927
91092
|
schema:
|
|
90928
91093
|
type: string
|
|
90929
91094
|
format: date-time
|
|
90930
|
-
- name:
|
|
91095
|
+
- name: EndDateTimeLTE
|
|
90931
91096
|
in: query
|
|
90932
|
-
description: Gets or sets
|
|
91097
|
+
description: Gets or sets EndDateTimeLTE.
|
|
90933
91098
|
schema:
|
|
90934
91099
|
type: string
|
|
90935
91100
|
format: date-time
|
|
@@ -91136,6 +91301,11 @@ paths:
|
|
|
91136
91301
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
91137
91302
|
schema:
|
|
91138
91303
|
type: boolean
|
|
91304
|
+
- name: Private
|
|
91305
|
+
in: query
|
|
91306
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
91307
|
+
schema:
|
|
91308
|
+
type: boolean
|
|
91139
91309
|
- name: ProgrammeId
|
|
91140
91310
|
in: query
|
|
91141
91311
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -91225,15 +91395,15 @@ paths:
|
|
|
91225
91395
|
description: Gets or sets TimeOfDay.
|
|
91226
91396
|
schema:
|
|
91227
91397
|
type: string
|
|
91228
|
-
- name:
|
|
91398
|
+
- name: StartDateTimeGTE
|
|
91229
91399
|
in: query
|
|
91230
|
-
description: Gets or sets
|
|
91400
|
+
description: Gets or sets StartDateTimeGTE.
|
|
91231
91401
|
schema:
|
|
91232
91402
|
type: string
|
|
91233
91403
|
format: date-time
|
|
91234
|
-
- name:
|
|
91404
|
+
- name: EndDateTimeLTE
|
|
91235
91405
|
in: query
|
|
91236
|
-
description: Gets or sets
|
|
91406
|
+
description: Gets or sets EndDateTimeLTE.
|
|
91237
91407
|
schema:
|
|
91238
91408
|
type: string
|
|
91239
91409
|
format: date-time
|
|
@@ -131203,6 +131373,11 @@ paths:
|
|
|
131203
131373
|
description: Gets or sets the queryable Email.
|
|
131204
131374
|
schema:
|
|
131205
131375
|
type: string
|
|
131376
|
+
- name: FutureOnly
|
|
131377
|
+
in: query
|
|
131378
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131379
|
+
schema:
|
|
131380
|
+
type: boolean
|
|
131206
131381
|
- name: PageNumber
|
|
131207
131382
|
in: query
|
|
131208
131383
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131531,6 +131706,11 @@ paths:
|
|
|
131531
131706
|
description: Gets or sets the queryable Email.
|
|
131532
131707
|
schema:
|
|
131533
131708
|
type: string
|
|
131709
|
+
- name: FutureOnly
|
|
131710
|
+
in: query
|
|
131711
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131712
|
+
schema:
|
|
131713
|
+
type: boolean
|
|
131534
131714
|
- name: PageNumber
|
|
131535
131715
|
in: query
|
|
131536
131716
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131681,6 +131861,11 @@ paths:
|
|
|
131681
131861
|
description: Gets or sets the queryable Email.
|
|
131682
131862
|
schema:
|
|
131683
131863
|
type: string
|
|
131864
|
+
- name: FutureOnly
|
|
131865
|
+
in: query
|
|
131866
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131867
|
+
schema:
|
|
131868
|
+
type: boolean
|
|
131684
131869
|
- name: PageNumber
|
|
131685
131870
|
in: query
|
|
131686
131871
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131834,6 +132019,11 @@ paths:
|
|
|
131834
132019
|
description: Gets or sets the queryable Email.
|
|
131835
132020
|
schema:
|
|
131836
132021
|
type: string
|
|
132022
|
+
- name: FutureOnly
|
|
132023
|
+
in: query
|
|
132024
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132025
|
+
schema:
|
|
132026
|
+
type: boolean
|
|
131837
132027
|
- name: PageNumber
|
|
131838
132028
|
in: query
|
|
131839
132029
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131990,6 +132180,11 @@ paths:
|
|
|
131990
132180
|
description: Gets or sets the queryable Email.
|
|
131991
132181
|
schema:
|
|
131992
132182
|
type: string
|
|
132183
|
+
- name: FutureOnly
|
|
132184
|
+
in: query
|
|
132185
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132186
|
+
schema:
|
|
132187
|
+
type: boolean
|
|
131993
132188
|
- name: PageNumber
|
|
131994
132189
|
in: query
|
|
131995
132190
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132147,6 +132342,11 @@ paths:
|
|
|
132147
132342
|
description: Gets or sets the queryable Email.
|
|
132148
132343
|
schema:
|
|
132149
132344
|
type: string
|
|
132345
|
+
- name: FutureOnly
|
|
132346
|
+
in: query
|
|
132347
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132348
|
+
schema:
|
|
132349
|
+
type: boolean
|
|
132150
132350
|
- name: PageNumber
|
|
132151
132351
|
in: query
|
|
132152
132352
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132263,6 +132463,61 @@ paths:
|
|
|
132263
132463
|
text/json:
|
|
132264
132464
|
schema:
|
|
132265
132465
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
132466
|
+
/api/waitlist-opportunity-report/conversion-stats:
|
|
132467
|
+
get:
|
|
132468
|
+
tags:
|
|
132469
|
+
- WaitlistOpportunityReport
|
|
132470
|
+
summary: Gets waitlist conversion statistics.
|
|
132471
|
+
operationId: GetConversionStats
|
|
132472
|
+
responses:
|
|
132473
|
+
'200':
|
|
132474
|
+
description: OK
|
|
132475
|
+
content:
|
|
132476
|
+
text/plain:
|
|
132477
|
+
schema:
|
|
132478
|
+
$ref: '#/components/schemas/WaitlistConversionStatsResponseDto'
|
|
132479
|
+
application/json:
|
|
132480
|
+
schema:
|
|
132481
|
+
$ref: '#/components/schemas/WaitlistConversionStatsResponseDto'
|
|
132482
|
+
text/json:
|
|
132483
|
+
schema:
|
|
132484
|
+
$ref: '#/components/schemas/WaitlistConversionStatsResponseDto'
|
|
132485
|
+
'400':
|
|
132486
|
+
description: Bad Request
|
|
132487
|
+
content:
|
|
132488
|
+
text/plain:
|
|
132489
|
+
schema:
|
|
132490
|
+
$ref: '#/components/schemas/ReachError'
|
|
132491
|
+
application/json:
|
|
132492
|
+
schema:
|
|
132493
|
+
$ref: '#/components/schemas/ReachError'
|
|
132494
|
+
text/json:
|
|
132495
|
+
schema:
|
|
132496
|
+
$ref: '#/components/schemas/ReachError'
|
|
132497
|
+
'500':
|
|
132498
|
+
description: Internal Server Error
|
|
132499
|
+
content:
|
|
132500
|
+
text/plain:
|
|
132501
|
+
schema:
|
|
132502
|
+
$ref: '#/components/schemas/ReachError'
|
|
132503
|
+
application/json:
|
|
132504
|
+
schema:
|
|
132505
|
+
$ref: '#/components/schemas/ReachError'
|
|
132506
|
+
text/json:
|
|
132507
|
+
schema:
|
|
132508
|
+
$ref: '#/components/schemas/ReachError'
|
|
132509
|
+
'422':
|
|
132510
|
+
description: Unprocessable Content
|
|
132511
|
+
content:
|
|
132512
|
+
text/plain:
|
|
132513
|
+
schema:
|
|
132514
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
132515
|
+
application/json:
|
|
132516
|
+
schema:
|
|
132517
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
132518
|
+
text/json:
|
|
132519
|
+
schema:
|
|
132520
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
132266
132521
|
/api/waitlist-opportunity-report/v2-temporary-route:
|
|
132267
132522
|
post:
|
|
132268
132523
|
tags:
|
|
@@ -132634,6 +132889,11 @@ paths:
|
|
|
132634
132889
|
description: Gets or sets the queryable Email.
|
|
132635
132890
|
schema:
|
|
132636
132891
|
type: string
|
|
132892
|
+
- name: FutureOnly
|
|
132893
|
+
in: query
|
|
132894
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132895
|
+
schema:
|
|
132896
|
+
type: boolean
|
|
132637
132897
|
- name: PageNumber
|
|
132638
132898
|
in: query
|
|
132639
132899
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132962,6 +133222,11 @@ paths:
|
|
|
132962
133222
|
description: Gets or sets the queryable Email.
|
|
132963
133223
|
schema:
|
|
132964
133224
|
type: string
|
|
133225
|
+
- name: FutureOnly
|
|
133226
|
+
in: query
|
|
133227
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133228
|
+
schema:
|
|
133229
|
+
type: boolean
|
|
132965
133230
|
- name: PageNumber
|
|
132966
133231
|
in: query
|
|
132967
133232
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133112,6 +133377,11 @@ paths:
|
|
|
133112
133377
|
description: Gets or sets the queryable Email.
|
|
133113
133378
|
schema:
|
|
133114
133379
|
type: string
|
|
133380
|
+
- name: FutureOnly
|
|
133381
|
+
in: query
|
|
133382
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133383
|
+
schema:
|
|
133384
|
+
type: boolean
|
|
133115
133385
|
- name: PageNumber
|
|
133116
133386
|
in: query
|
|
133117
133387
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133265,6 +133535,11 @@ paths:
|
|
|
133265
133535
|
description: Gets or sets the queryable Email.
|
|
133266
133536
|
schema:
|
|
133267
133537
|
type: string
|
|
133538
|
+
- name: FutureOnly
|
|
133539
|
+
in: query
|
|
133540
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133541
|
+
schema:
|
|
133542
|
+
type: boolean
|
|
133268
133543
|
- name: PageNumber
|
|
133269
133544
|
in: query
|
|
133270
133545
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133421,6 +133696,11 @@ paths:
|
|
|
133421
133696
|
description: Gets or sets the queryable Email.
|
|
133422
133697
|
schema:
|
|
133423
133698
|
type: string
|
|
133699
|
+
- name: FutureOnly
|
|
133700
|
+
in: query
|
|
133701
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133702
|
+
schema:
|
|
133703
|
+
type: boolean
|
|
133424
133704
|
- name: PageNumber
|
|
133425
133705
|
in: query
|
|
133426
133706
|
description: Gets or sets the page number for paged queries.
|
|
@@ -134346,6 +134626,10 @@ components:
|
|
|
134346
134626
|
type: boolean
|
|
134347
134627
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
134348
134628
|
default: false
|
|
134629
|
+
private:
|
|
134630
|
+
type: boolean
|
|
134631
|
+
description: Gets or sets a value indicating whether activity is private or no.
|
|
134632
|
+
default: false
|
|
134349
134633
|
additionalSupport:
|
|
134350
134634
|
type: array
|
|
134351
134635
|
items:
|
|
@@ -134920,6 +135204,10 @@ components:
|
|
|
134920
135204
|
type: boolean
|
|
134921
135205
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
134922
135206
|
nullable: true
|
|
135207
|
+
private:
|
|
135208
|
+
type: boolean
|
|
135209
|
+
description: Gets or sets a value indicating whether course is private or no.
|
|
135210
|
+
nullable: true
|
|
134923
135211
|
online:
|
|
134924
135212
|
type: boolean
|
|
134925
135213
|
description: Gets or sets a value indicating whether the course is online and can take bookings.
|
|
@@ -135651,6 +135939,10 @@ components:
|
|
|
135651
135939
|
type: boolean
|
|
135652
135940
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
135653
135941
|
default: false
|
|
135942
|
+
private:
|
|
135943
|
+
type: boolean
|
|
135944
|
+
description: Gets or sets a value indicating whether activity is private or no.
|
|
135945
|
+
default: false
|
|
135654
135946
|
additionalSupport:
|
|
135655
135947
|
type: array
|
|
135656
135948
|
items:
|
|
@@ -135801,6 +136093,8 @@ components:
|
|
|
135801
136093
|
$ref: '#/components/schemas/FieldPermission'
|
|
135802
136094
|
noAgeRestriction:
|
|
135803
136095
|
$ref: '#/components/schemas/FieldPermission'
|
|
136096
|
+
private:
|
|
136097
|
+
$ref: '#/components/schemas/FieldPermission'
|
|
135804
136098
|
additionalSupport:
|
|
135805
136099
|
$ref: '#/components/schemas/FieldPermission'
|
|
135806
136100
|
contactName:
|
|
@@ -137643,6 +137937,10 @@ components:
|
|
|
137643
137937
|
type: boolean
|
|
137644
137938
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
137645
137939
|
default: false
|
|
137940
|
+
private:
|
|
137941
|
+
type: boolean
|
|
137942
|
+
description: Gets or sets a value indicating whether activity is private or not.
|
|
137943
|
+
default: false
|
|
137646
137944
|
featured:
|
|
137647
137945
|
type: boolean
|
|
137648
137946
|
description: Gets or sets a value indicating whether the activity should be featured on the storefront.
|
|
@@ -141436,6 +141734,8 @@ components:
|
|
|
141436
141734
|
description: Gets or sets the programmes sort order with 0 as base.
|
|
141437
141735
|
format: int32
|
|
141438
141736
|
nullable: true
|
|
141737
|
+
upcomingLayout:
|
|
141738
|
+
$ref: '#/components/schemas/UpcomingLayout'
|
|
141439
141739
|
tenant:
|
|
141440
141740
|
$ref: '#/components/schemas/Tenant'
|
|
141441
141741
|
sessions:
|
|
@@ -141478,6 +141778,7 @@ components:
|
|
|
141478
141778
|
- id
|
|
141479
141779
|
- name
|
|
141480
141780
|
- tenantId
|
|
141781
|
+
- upcomingLayout
|
|
141481
141782
|
type: object
|
|
141482
141783
|
properties:
|
|
141483
141784
|
tenantId:
|
|
@@ -141501,6 +141802,8 @@ components:
|
|
|
141501
141802
|
description: Gets or sets the programme image url.
|
|
141502
141803
|
format: uri
|
|
141503
141804
|
nullable: true
|
|
141805
|
+
upcomingLayout:
|
|
141806
|
+
$ref: '#/components/schemas/UpcomingLayout'
|
|
141504
141807
|
additionalProperties: false
|
|
141505
141808
|
description: Post model for programme updates.
|
|
141506
141809
|
ProgrammePost:
|
|
@@ -143246,6 +143549,10 @@ components:
|
|
|
143246
143549
|
type: boolean
|
|
143247
143550
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
143248
143551
|
default: false
|
|
143552
|
+
private:
|
|
143553
|
+
type: boolean
|
|
143554
|
+
description: Gets or sets a value indicating whether activity is private or no.
|
|
143555
|
+
default: false
|
|
143249
143556
|
additionalSupport:
|
|
143250
143557
|
type: array
|
|
143251
143558
|
items:
|
|
@@ -143700,6 +144007,10 @@ components:
|
|
|
143700
144007
|
type: boolean
|
|
143701
144008
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
143702
144009
|
nullable: true
|
|
144010
|
+
private:
|
|
144011
|
+
type: boolean
|
|
144012
|
+
description: Gets or sets a value indicating whether session is private or no.
|
|
144013
|
+
nullable: true
|
|
143703
144014
|
online:
|
|
143704
144015
|
type: boolean
|
|
143705
144016
|
description: Gets or sets a value indicating whether the session is online and can take bookings.
|
|
@@ -145783,6 +146094,10 @@ components:
|
|
|
145783
146094
|
type: boolean
|
|
145784
146095
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
145785
146096
|
default: false
|
|
146097
|
+
private:
|
|
146098
|
+
type: boolean
|
|
146099
|
+
description: Gets or sets a value indicating whether the activity is private.
|
|
146100
|
+
default: false
|
|
145786
146101
|
additionalSupport:
|
|
145787
146102
|
type: array
|
|
145788
146103
|
items:
|
|
@@ -145970,6 +146285,10 @@ components:
|
|
|
145970
146285
|
type: boolean
|
|
145971
146286
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
145972
146287
|
default: false
|
|
146288
|
+
private:
|
|
146289
|
+
type: boolean
|
|
146290
|
+
description: Gets or sets a value indicating whether activity is private or no.
|
|
146291
|
+
default: false
|
|
145973
146292
|
additionalSupport:
|
|
145974
146293
|
type: array
|
|
145975
146294
|
items:
|
|
@@ -146162,6 +146481,8 @@ components:
|
|
|
146162
146481
|
$ref: '#/components/schemas/FieldPermission'
|
|
146163
146482
|
noAgeRestriction:
|
|
146164
146483
|
$ref: '#/components/schemas/FieldPermission'
|
|
146484
|
+
private:
|
|
146485
|
+
$ref: '#/components/schemas/FieldPermission'
|
|
146165
146486
|
additionalSupport:
|
|
146166
146487
|
$ref: '#/components/schemas/FieldPermission'
|
|
146167
146488
|
contactName:
|
|
@@ -146264,6 +146585,8 @@ components:
|
|
|
146264
146585
|
$ref: '#/components/schemas/FieldPermission'
|
|
146265
146586
|
noAgeRestriction:
|
|
146266
146587
|
$ref: '#/components/schemas/FieldPermission'
|
|
146588
|
+
private:
|
|
146589
|
+
$ref: '#/components/schemas/FieldPermission'
|
|
146267
146590
|
additionalSupport:
|
|
146268
146591
|
$ref: '#/components/schemas/FieldPermission'
|
|
146269
146592
|
contactName:
|
|
@@ -149308,6 +149631,21 @@ components:
|
|
|
149308
149631
|
format: uuid
|
|
149309
149632
|
additionalProperties: false
|
|
149310
149633
|
description: Post model for WaitlistActivityReport inserts.
|
|
149634
|
+
WaitlistConversionStatsResponseDto:
|
|
149635
|
+
type: object
|
|
149636
|
+
properties:
|
|
149637
|
+
totalWaitlistCount:
|
|
149638
|
+
type: integer
|
|
149639
|
+
format: int32
|
|
149640
|
+
default: 0
|
|
149641
|
+
totalUpcomingWaitlistCount:
|
|
149642
|
+
type: integer
|
|
149643
|
+
format: int32
|
|
149644
|
+
default: 0
|
|
149645
|
+
conversionPercentage:
|
|
149646
|
+
type: number
|
|
149647
|
+
format: float
|
|
149648
|
+
additionalProperties: false
|
|
149311
149649
|
WaitlistOpportunity:
|
|
149312
149650
|
required:
|
|
149313
149651
|
- dateCreated
|