reach-api-sdk 1.0.203 → 1.0.205

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.
@@ -64741,6 +64741,332 @@ paths:
64741
64741
  text/json:
64742
64742
  schema:
64743
64743
  $ref: '#/components/schemas/ValidationResultModel'
64744
+ /api/public/all-activities/network/optimized:
64745
+ get:
64746
+ tags:
64747
+ - PublicGenericActivity
64748
+ summary: "Retrieves a paged list of activities using optimized raw SQL queries.\r\nThis endpoint loads all related data (images, offers, sessions) in a single query using JSON aggregation,\r\neliminating the overhead of OnPagedItemsLoaded method. Returns only minimal required fields."
64749
+ operationId: GetPageOptimized
64750
+ parameters:
64751
+ - name: Wildcard
64752
+ in: query
64753
+ description: Gets or sets the wildcard for use in a query search.
64754
+ schema:
64755
+ type: string
64756
+ - name: VenueId
64757
+ in: query
64758
+ description: Gets or sets the queryable Venue Id.
64759
+ schema:
64760
+ type: string
64761
+ format: uuid
64762
+ - name: ProviderId
64763
+ in: query
64764
+ description: Gets or sets the queryable Provider Id.
64765
+ schema:
64766
+ type: string
64767
+ format: uuid
64768
+ - name: ProgrammeId
64769
+ in: query
64770
+ description: Gets or sets the queryable Programme Id.
64771
+ schema:
64772
+ type: string
64773
+ format: uuid
64774
+ - name: Online
64775
+ in: query
64776
+ description: Gets or sets a value indicating whether return online activities.
64777
+ schema:
64778
+ type: boolean
64779
+ - name: Archived
64780
+ in: query
64781
+ description: Gets or sets a value indicating whether to include archived activities.
64782
+ schema:
64783
+ type: boolean
64784
+ - name: Deleted
64785
+ in: query
64786
+ description: Gets or sets a value indicating whether to include deleted activities.
64787
+ schema:
64788
+ type: boolean
64789
+ - name: ActivityType
64790
+ in: query
64791
+ description: Gets or sets the activity type.
64792
+ schema:
64793
+ $ref: '#/components/schemas/ActivityType'
64794
+ - name: IncludeNextOpportunity
64795
+ in: query
64796
+ description: Gets or sets a value indicating whether to inlcude the activities next availability.
64797
+ schema:
64798
+ type: boolean
64799
+ - name: Featured
64800
+ in: query
64801
+ description: Gets or sets a value indicating whether to filter on whether the activity is featured.
64802
+ schema:
64803
+ type: boolean
64804
+ - name: Private
64805
+ in: query
64806
+ description: Gets or sets a value indicating does session is private or no.
64807
+ schema:
64808
+ type: boolean
64809
+ - name: SearchGeoCenter
64810
+ in: query
64811
+ description: Gets or sets SearchGeoCenter.
64812
+ schema:
64813
+ type: string
64814
+ - name: OpenactiveActivityId
64815
+ in: query
64816
+ description: Gets or sets OpenactiveActivityId.
64817
+ schema:
64818
+ type: string
64819
+ - name: ActivityId
64820
+ in: query
64821
+ description: Gets or sets Activity id.
64822
+ schema:
64823
+ type: integer
64824
+ format: int32
64825
+ - name: ActivityIds
64826
+ in: query
64827
+ description: Gets or sets the queryable session Activity ids.
64828
+ schema:
64829
+ type: array
64830
+ items:
64831
+ type: integer
64832
+ format: int32
64833
+ - name: NetworkId
64834
+ in: query
64835
+ description: Gets or sets a value indicating whether to include only sessions by given NetworkId.
64836
+ schema:
64837
+ type: string
64838
+ format: uuid
64839
+ - name: TenantStatus
64840
+ in: query
64841
+ description: Gets or sets a value indicating whether the results should return a specific tenant status.
64842
+ schema:
64843
+ $ref: '#/components/schemas/TenantStatus'
64844
+ - name: Lat
64845
+ in: query
64846
+ description: Gets or sets Lat.
64847
+ schema:
64848
+ type: number
64849
+ format: float
64850
+ - name: Lng
64851
+ in: query
64852
+ description: Gets or sets Lng.
64853
+ schema:
64854
+ type: number
64855
+ format: float
64856
+ - name: Distance
64857
+ in: query
64858
+ description: Gets or sets Distance.
64859
+ schema:
64860
+ type: number
64861
+ format: float
64862
+ - name: MinAgeLTE
64863
+ in: query
64864
+ description: Gets or sets MinAgeLTE.
64865
+ schema:
64866
+ type: integer
64867
+ format: int32
64868
+ - name: MinAgeGTE
64869
+ in: query
64870
+ description: Gets or sets MinAgeGTE.
64871
+ schema:
64872
+ type: integer
64873
+ format: int32
64874
+ - name: MaxAgeLTE
64875
+ in: query
64876
+ description: Gets or sets MaxAgeLTE.
64877
+ schema:
64878
+ type: integer
64879
+ format: int32
64880
+ - name: MaxAgeGTE
64881
+ in: query
64882
+ description: Gets or sets MaxAgeGTE.
64883
+ schema:
64884
+ type: integer
64885
+ format: int32
64886
+ - name: PriceTotalGTE
64887
+ in: query
64888
+ description: Gets or sets PriceTotalGTE.
64889
+ schema:
64890
+ type: number
64891
+ format: double
64892
+ - name: PriceTotalLTE
64893
+ in: query
64894
+ description: Gets or sets PriceTotalLTE.
64895
+ schema:
64896
+ type: number
64897
+ format: double
64898
+ - name: TimeOfDay
64899
+ in: query
64900
+ description: Gets or sets TimeOfDay.
64901
+ schema:
64902
+ type: string
64903
+ - name: StartDateTimeGTE
64904
+ in: query
64905
+ description: Gets or sets StartDateTimeGTE.
64906
+ schema:
64907
+ type: string
64908
+ format: date-time
64909
+ - name: EndDateTimeLTE
64910
+ in: query
64911
+ description: Gets or sets EndDateTimeLTE.
64912
+ schema:
64913
+ type: string
64914
+ format: date-time
64915
+ - name: Gender
64916
+ in: query
64917
+ description: Gets or sets Gender.
64918
+ schema:
64919
+ $ref: '#/components/schemas/Gender'
64920
+ - name: PeriodsOfWeek
64921
+ in: query
64922
+ description: Gets or sets PeriodsOfWeek.
64923
+ schema:
64924
+ $ref: '#/components/schemas/PeriodsOfWeek'
64925
+ - name: AdditionalSupport
64926
+ in: query
64927
+ description: Gets or sets AdditionalSupport.
64928
+ schema:
64929
+ type: array
64930
+ items:
64931
+ type: string
64932
+ - name: Amenity
64933
+ in: query
64934
+ description: Gets or sets AmenityId.
64935
+ schema:
64936
+ type: array
64937
+ items:
64938
+ type: integer
64939
+ format: int32
64940
+ - name: VenueTypeIds
64941
+ in: query
64942
+ description: Gets or sets a list of venue type ids.
64943
+ schema:
64944
+ type: array
64945
+ items:
64946
+ type: string
64947
+ format: uuid
64948
+ - name: ProgrammeIds
64949
+ in: query
64950
+ description: Gets or sets the Programme ids.
64951
+ schema:
64952
+ type: array
64953
+ items:
64954
+ type: string
64955
+ format: uuid
64956
+ - name: PageNumber
64957
+ in: query
64958
+ description: Gets or sets the page number for paged queries.
64959
+ schema:
64960
+ type: integer
64961
+ format: int32
64962
+ - name: Take
64963
+ in: query
64964
+ description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
64965
+ schema:
64966
+ type: integer
64967
+ format: int32
64968
+ - name: Skip
64969
+ in: query
64970
+ description: 'Gets or sets how much items to skip from begining of db table, when this is set page is always 1.'
64971
+ schema:
64972
+ type: integer
64973
+ format: int32
64974
+ - name: LimitListRequests
64975
+ in: query
64976
+ description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
64977
+ schema:
64978
+ type: boolean
64979
+ - name: TenantId
64980
+ in: query
64981
+ description: Gets or sets the Tenant Id.
64982
+ schema:
64983
+ type: string
64984
+ format: uuid
64985
+ - name: ModifiedById
64986
+ in: query
64987
+ description: Gets or sets the Modifed By Id.
64988
+ schema:
64989
+ type: string
64990
+ format: uuid
64991
+ - name: ModifiedByIds
64992
+ in: query
64993
+ description: Gets or sets the Modifed By Ids.
64994
+ schema:
64995
+ type: array
64996
+ items:
64997
+ type: string
64998
+ format: uuid
64999
+ - name: DateCreatedGTE
65000
+ in: query
65001
+ description: Gets or sets the Date Created greater than equal to.
65002
+ schema:
65003
+ type: string
65004
+ format: date-time
65005
+ - name: DateCreatedLTE
65006
+ in: query
65007
+ description: Gets or sets the Date Created less than equal to.
65008
+ schema:
65009
+ type: string
65010
+ format: date-time
65011
+ - name: IsLive
65012
+ in: query
65013
+ description: Gets or sets the queryable only is live status.
65014
+ schema:
65015
+ type: boolean
65016
+ - name: SortOrderDirection
65017
+ in: query
65018
+ description: Gets or sets the sort order direction.
65019
+ schema:
65020
+ $ref: '#/components/schemas/SearchSortOrderDirection'
65021
+ responses:
65022
+ '200':
65023
+ description: OK
65024
+ content:
65025
+ text/plain:
65026
+ schema:
65027
+ $ref: '#/components/schemas/GenericActivityPage'
65028
+ application/json:
65029
+ schema:
65030
+ $ref: '#/components/schemas/GenericActivityPage'
65031
+ text/json:
65032
+ schema:
65033
+ $ref: '#/components/schemas/GenericActivityPage'
65034
+ '400':
65035
+ description: Bad Request
65036
+ content:
65037
+ text/plain:
65038
+ schema:
65039
+ $ref: '#/components/schemas/ReachError'
65040
+ application/json:
65041
+ schema:
65042
+ $ref: '#/components/schemas/ReachError'
65043
+ text/json:
65044
+ schema:
65045
+ $ref: '#/components/schemas/ReachError'
65046
+ '500':
65047
+ description: Internal Server Error
65048
+ content:
65049
+ text/plain:
65050
+ schema:
65051
+ $ref: '#/components/schemas/ReachError'
65052
+ application/json:
65053
+ schema:
65054
+ $ref: '#/components/schemas/ReachError'
65055
+ text/json:
65056
+ schema:
65057
+ $ref: '#/components/schemas/ReachError'
65058
+ '422':
65059
+ description: Unprocessable Content
65060
+ content:
65061
+ text/plain:
65062
+ schema:
65063
+ $ref: '#/components/schemas/ValidationResultModel'
65064
+ application/json:
65065
+ schema:
65066
+ $ref: '#/components/schemas/ValidationResultModel'
65067
+ text/json:
65068
+ schema:
65069
+ $ref: '#/components/schemas/ValidationResultModel'
64744
65070
  /api/public/all-activities/exists:
64745
65071
  get:
64746
65072
  tags:
@@ -75805,6 +76131,12 @@ paths:
75805
76131
  schema:
75806
76132
  type: string
75807
76133
  format: uuid
76134
+ - name: OfferId
76135
+ in: query
76136
+ description: Gets or sets the queryable Offer Id.
76137
+ schema:
76138
+ type: string
76139
+ format: uuid
75808
76140
  - name: PageNumber
75809
76141
  in: query
75810
76142
  description: Gets or sets the page number for paged queries.
@@ -76259,6 +76591,12 @@ paths:
76259
76591
  schema:
76260
76592
  type: string
76261
76593
  format: uuid
76594
+ - name: OfferId
76595
+ in: query
76596
+ description: Gets or sets the queryable Offer Id.
76597
+ schema:
76598
+ type: string
76599
+ format: uuid
76262
76600
  - name: PageNumber
76263
76601
  in: query
76264
76602
  description: Gets or sets the page number for paged queries.
@@ -78729,77 +79067,382 @@ paths:
78729
79067
  content:
78730
79068
  text/plain:
78731
79069
  schema:
78732
- type: boolean
78733
- application/json:
78734
- schema:
78735
- type: boolean
78736
- text/json:
78737
- schema:
78738
- type: boolean
78739
- '400':
78740
- description: Bad Request
78741
- content:
78742
- text/plain:
78743
- schema:
78744
- $ref: '#/components/schemas/ReachError'
78745
- application/json:
78746
- schema:
78747
- $ref: '#/components/schemas/ReachError'
78748
- text/json:
78749
- schema:
78750
- $ref: '#/components/schemas/ReachError'
78751
- '500':
78752
- description: Internal Server Error
78753
- content:
78754
- text/plain:
78755
- schema:
78756
- $ref: '#/components/schemas/ReachError'
78757
- application/json:
78758
- schema:
78759
- $ref: '#/components/schemas/ReachError'
78760
- text/json:
78761
- schema:
78762
- $ref: '#/components/schemas/ReachError'
78763
- '422':
78764
- description: Unprocessable Content
78765
- content:
78766
- text/plain:
78767
- schema:
78768
- $ref: '#/components/schemas/ValidationResultModel'
78769
- application/json:
78770
- schema:
78771
- $ref: '#/components/schemas/ValidationResultModel'
78772
- text/json:
78773
- schema:
78774
- $ref: '#/components/schemas/ValidationResultModel'
78775
- '/api/public/venues/{id}':
78776
- get:
78777
- tags:
78778
- - PublicVenues
78779
- operationId: GetObject
78780
- parameters:
78781
- - name: x_tenant_subdomain
78782
- in: header
78783
- schema:
78784
- type: string
78785
- - name: id
78786
- in: path
78787
- required: true
78788
- schema:
78789
- type: string
78790
- responses:
78791
- '200':
78792
- description: OK
78793
- content:
78794
- text/plain:
78795
- schema:
78796
- $ref: '#/components/schemas/Venue'
79070
+ type: boolean
79071
+ application/json:
79072
+ schema:
79073
+ type: boolean
79074
+ text/json:
79075
+ schema:
79076
+ type: boolean
79077
+ '400':
79078
+ description: Bad Request
79079
+ content:
79080
+ text/plain:
79081
+ schema:
79082
+ $ref: '#/components/schemas/ReachError'
79083
+ application/json:
79084
+ schema:
79085
+ $ref: '#/components/schemas/ReachError'
79086
+ text/json:
79087
+ schema:
79088
+ $ref: '#/components/schemas/ReachError'
79089
+ '500':
79090
+ description: Internal Server Error
79091
+ content:
79092
+ text/plain:
79093
+ schema:
79094
+ $ref: '#/components/schemas/ReachError'
79095
+ application/json:
79096
+ schema:
79097
+ $ref: '#/components/schemas/ReachError'
79098
+ text/json:
79099
+ schema:
79100
+ $ref: '#/components/schemas/ReachError'
79101
+ '422':
79102
+ description: Unprocessable Content
79103
+ content:
79104
+ text/plain:
79105
+ schema:
79106
+ $ref: '#/components/schemas/ValidationResultModel'
79107
+ application/json:
79108
+ schema:
79109
+ $ref: '#/components/schemas/ValidationResultModel'
79110
+ text/json:
79111
+ schema:
79112
+ $ref: '#/components/schemas/ValidationResultModel'
79113
+ '/api/public/venues/{id}':
79114
+ get:
79115
+ tags:
79116
+ - PublicVenues
79117
+ operationId: GetObject
79118
+ parameters:
79119
+ - name: x_tenant_subdomain
79120
+ in: header
79121
+ schema:
79122
+ type: string
79123
+ - name: id
79124
+ in: path
79125
+ required: true
79126
+ schema:
79127
+ type: string
79128
+ responses:
79129
+ '200':
79130
+ description: OK
79131
+ content:
79132
+ text/plain:
79133
+ schema:
79134
+ $ref: '#/components/schemas/Venue'
79135
+ application/json:
79136
+ schema:
79137
+ $ref: '#/components/schemas/Venue'
79138
+ text/json:
79139
+ schema:
79140
+ $ref: '#/components/schemas/Venue'
79141
+ '400':
79142
+ description: Bad Request
79143
+ content:
79144
+ text/plain:
79145
+ schema:
79146
+ $ref: '#/components/schemas/ReachError'
79147
+ application/json:
79148
+ schema:
79149
+ $ref: '#/components/schemas/ReachError'
79150
+ text/json:
79151
+ schema:
79152
+ $ref: '#/components/schemas/ReachError'
79153
+ '500':
79154
+ description: Internal Server Error
79155
+ content:
79156
+ text/plain:
79157
+ schema:
79158
+ $ref: '#/components/schemas/ReachError'
79159
+ application/json:
79160
+ schema:
79161
+ $ref: '#/components/schemas/ReachError'
79162
+ text/json:
79163
+ schema:
79164
+ $ref: '#/components/schemas/ReachError'
79165
+ '422':
79166
+ description: Unprocessable Content
79167
+ content:
79168
+ text/plain:
79169
+ schema:
79170
+ $ref: '#/components/schemas/ValidationResultModel'
79171
+ application/json:
79172
+ schema:
79173
+ $ref: '#/components/schemas/ValidationResultModel'
79174
+ text/json:
79175
+ schema:
79176
+ $ref: '#/components/schemas/ValidationResultModel'
79177
+ delete:
79178
+ tags:
79179
+ - PublicVenues
79180
+ summary: Deletes the resource.
79181
+ operationId: DeleteById
79182
+ parameters:
79183
+ - name: x_tenant_subdomain
79184
+ in: header
79185
+ description: The tenants subdomain.
79186
+ schema:
79187
+ type: string
79188
+ - name: id
79189
+ in: path
79190
+ description: The <typeparamref name="TObject" /> id.
79191
+ required: true
79192
+ schema:
79193
+ type: string
79194
+ format: uuid
79195
+ responses:
79196
+ '200':
79197
+ description: OK
79198
+ '400':
79199
+ description: Bad Request
79200
+ content:
79201
+ text/plain:
79202
+ schema:
79203
+ $ref: '#/components/schemas/ReachError'
79204
+ application/json:
79205
+ schema:
79206
+ $ref: '#/components/schemas/ReachError'
79207
+ text/json:
79208
+ schema:
79209
+ $ref: '#/components/schemas/ReachError'
79210
+ '500':
79211
+ description: Internal Server Error
79212
+ content:
79213
+ text/plain:
79214
+ schema:
79215
+ $ref: '#/components/schemas/ReachError'
79216
+ application/json:
79217
+ schema:
79218
+ $ref: '#/components/schemas/ReachError'
79219
+ text/json:
79220
+ schema:
79221
+ $ref: '#/components/schemas/ReachError'
79222
+ '422':
79223
+ description: Unprocessable Content
79224
+ content:
79225
+ text/plain:
79226
+ schema:
79227
+ $ref: '#/components/schemas/ValidationResultModel'
79228
+ application/json:
79229
+ schema:
79230
+ $ref: '#/components/schemas/ValidationResultModel'
79231
+ text/json:
79232
+ schema:
79233
+ $ref: '#/components/schemas/ValidationResultModel'
79234
+ /api/public/venues:
79235
+ get:
79236
+ tags:
79237
+ - PublicVenues
79238
+ operationId: GetPage
79239
+ parameters:
79240
+ - name: x_tenant_subdomain
79241
+ in: header
79242
+ schema:
79243
+ type: string
79244
+ - name: Ids
79245
+ in: query
79246
+ description: Gets or sets the queryable venue ids.
79247
+ schema:
79248
+ type: array
79249
+ items:
79250
+ type: string
79251
+ format: uuid
79252
+ - name: Wildcard
79253
+ in: query
79254
+ description: Gets or sets the queryable venue name wildcard.
79255
+ schema:
79256
+ type: string
79257
+ - name: Name
79258
+ in: query
79259
+ description: Gets or sets the queryable venue name.
79260
+ schema:
79261
+ type: string
79262
+ - name: StreetAddress
79263
+ in: query
79264
+ description: Gets or sets the queryable venue street address.
79265
+ schema:
79266
+ type: string
79267
+ - name: AddressPostalcode
79268
+ in: query
79269
+ description: Gets or sets the queryable venue address postal code.
79270
+ schema:
79271
+ type: string
79272
+ - name: NameLike
79273
+ in: query
79274
+ description: Gets or sets the queryable venue name wildcard.
79275
+ schema:
79276
+ type: string
79277
+ - name: Slug
79278
+ in: query
79279
+ description: Gets or sets the queryable venue url slug.
79280
+ schema:
79281
+ type: string
79282
+ - name: AssignedTo
79283
+ in: query
79284
+ description: Gets or sets the queryable assign to Id.
79285
+ schema:
79286
+ type: string
79287
+ format: uuid
79288
+ - name: StripeAccountId
79289
+ in: query
79290
+ description: Gets or sets the queryable stripe account Id.
79291
+ schema:
79292
+ type: string
79293
+ format: uuid
79294
+ - name: SearchGeoCenter
79295
+ in: query
79296
+ description: Gets or sets the queryable search geo center.
79297
+ schema:
79298
+ type: string
79299
+ - name: PublishedOnWeb
79300
+ in: query
79301
+ description: Gets or sets a value indicating whether to show published venues.
79302
+ schema:
79303
+ type: boolean
79304
+ - name: Archived
79305
+ in: query
79306
+ description: Gets or sets a value indicating whether to include archived venues.
79307
+ schema:
79308
+ type: boolean
79309
+ - name: NetworkId
79310
+ in: query
79311
+ description: Gets or sets a value indicating whether to include only sessions by given NetworkId.
79312
+ schema:
79313
+ type: string
79314
+ format: uuid
79315
+ - name: TenantStatus
79316
+ in: query
79317
+ description: Gets or sets a value indicating whether the results should return a specific tenant status.
79318
+ schema:
79319
+ $ref: '#/components/schemas/TenantStatus'
79320
+ - name: ProgrammeId
79321
+ in: query
79322
+ description: Gets or sets the queryable programme Id.
79323
+ schema:
79324
+ type: string
79325
+ format: uuid
79326
+ - name: IncludeOpportunityImages
79327
+ in: query
79328
+ description: Gets or sets a value indicating whether to inlcude the venues opportunity images.
79329
+ schema:
79330
+ type: boolean
79331
+ - name: IncludeOpportunityOffers
79332
+ in: query
79333
+ description: Gets or sets a value indicating whether to inlcude the venues opportunity offers.
79334
+ schema:
79335
+ type: boolean
79336
+ - name: IncludeNextOpportunity
79337
+ in: query
79338
+ description: Gets or sets a value indicating whether to inlcude the venues opportunity next availability.
79339
+ schema:
79340
+ type: boolean
79341
+ - name: Distance
79342
+ in: query
79343
+ description: Gets or sets Distance.
79344
+ schema:
79345
+ type: number
79346
+ format: float
79347
+ - name: DashboardRequest
79348
+ in: query
79349
+ description: Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
79350
+ schema:
79351
+ type: boolean
79352
+ - name: ProgrammeIds
79353
+ in: query
79354
+ description: Gets or sets the programme ids.
79355
+ schema:
79356
+ type: array
79357
+ items:
79358
+ type: string
79359
+ format: uuid
79360
+ - name: VenueTypeIds
79361
+ in: query
79362
+ description: Gets or sets the venue type ids.
79363
+ schema:
79364
+ type: array
79365
+ items:
79366
+ type: string
79367
+ format: uuid
79368
+ - name: PageNumber
79369
+ in: query
79370
+ description: Gets or sets the page number for paged queries.
79371
+ schema:
79372
+ type: integer
79373
+ format: int32
79374
+ - name: Take
79375
+ in: query
79376
+ description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
79377
+ schema:
79378
+ type: integer
79379
+ format: int32
79380
+ - name: Skip
79381
+ in: query
79382
+ description: 'Gets or sets how much items to skip from begining of db table, when this is set page is always 1.'
79383
+ schema:
79384
+ type: integer
79385
+ format: int32
79386
+ - name: LimitListRequests
79387
+ in: query
79388
+ description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
79389
+ schema:
79390
+ type: boolean
79391
+ - name: TenantId
79392
+ in: query
79393
+ description: Gets or sets the Tenant Id.
79394
+ schema:
79395
+ type: string
79396
+ format: uuid
79397
+ - name: ModifiedById
79398
+ in: query
79399
+ description: Gets or sets the Modifed By Id.
79400
+ schema:
79401
+ type: string
79402
+ format: uuid
79403
+ - name: ModifiedByIds
79404
+ in: query
79405
+ description: Gets or sets the Modifed By Ids.
79406
+ schema:
79407
+ type: array
79408
+ items:
79409
+ type: string
79410
+ format: uuid
79411
+ - name: DateCreatedGTE
79412
+ in: query
79413
+ description: Gets or sets the Date Created greater than equal to.
79414
+ schema:
79415
+ type: string
79416
+ format: date-time
79417
+ - name: DateCreatedLTE
79418
+ in: query
79419
+ description: Gets or sets the Date Created less than equal to.
79420
+ schema:
79421
+ type: string
79422
+ format: date-time
79423
+ - name: IsLive
79424
+ in: query
79425
+ description: Gets or sets the queryable only is live status.
79426
+ schema:
79427
+ type: boolean
79428
+ - name: SortOrderDirection
79429
+ in: query
79430
+ description: Gets or sets the sort order direction.
79431
+ schema:
79432
+ $ref: '#/components/schemas/SearchSortOrderDirection'
79433
+ responses:
79434
+ '200':
79435
+ description: OK
79436
+ content:
79437
+ text/plain:
79438
+ schema:
79439
+ $ref: '#/components/schemas/VenuePage'
78797
79440
  application/json:
78798
79441
  schema:
78799
- $ref: '#/components/schemas/Venue'
79442
+ $ref: '#/components/schemas/VenuePage'
78800
79443
  text/json:
78801
79444
  schema:
78802
- $ref: '#/components/schemas/Venue'
79445
+ $ref: '#/components/schemas/VenuePage'
78803
79446
  '400':
78804
79447
  description: Bad Request
78805
79448
  content:
@@ -78840,20 +79483,25 @@ paths:
78840
79483
  tags:
78841
79484
  - PublicVenues
78842
79485
  summary: Deletes the resource.
78843
- operationId: DeleteById
79486
+ operationId: DeleteByObject
78844
79487
  parameters:
78845
79488
  - name: x_tenant_subdomain
78846
79489
  in: header
78847
79490
  description: The tenants subdomain.
78848
79491
  schema:
78849
79492
  type: string
78850
- - name: id
78851
- in: path
78852
- description: The <typeparamref name="TObject" /> id.
78853
- required: true
78854
- schema:
78855
- type: string
78856
- format: uuid
79493
+ requestBody:
79494
+ description: The <typeparamref name="TObject" /> model.
79495
+ content:
79496
+ application/json:
79497
+ schema:
79498
+ $ref: '#/components/schemas/Venue'
79499
+ text/json:
79500
+ schema:
79501
+ $ref: '#/components/schemas/Venue'
79502
+ application/*+json:
79503
+ schema:
79504
+ $ref: '#/components/schemas/Venue'
78857
79505
  responses:
78858
79506
  '200':
78859
79507
  description: OK
@@ -78893,16 +79541,13 @@ paths:
78893
79541
  text/json:
78894
79542
  schema:
78895
79543
  $ref: '#/components/schemas/ValidationResultModel'
78896
- /api/public/venues:
79544
+ /api/public/venues/network:
78897
79545
  get:
78898
79546
  tags:
78899
79547
  - PublicVenues
78900
- operationId: GetPage
79548
+ summary: Get Venues for a network.
79549
+ operationId: GetNetworkPage
78901
79550
  parameters:
78902
- - name: x_tenant_subdomain
78903
- in: header
78904
- schema:
78905
- type: string
78906
79551
  - name: Ids
78907
79552
  in: query
78908
79553
  description: Gets or sets the queryable venue ids.
@@ -79141,74 +79786,12 @@ paths:
79141
79786
  text/json:
79142
79787
  schema:
79143
79788
  $ref: '#/components/schemas/ValidationResultModel'
79144
- delete:
79145
- tags:
79146
- - PublicVenues
79147
- summary: Deletes the resource.
79148
- operationId: DeleteByObject
79149
- parameters:
79150
- - name: x_tenant_subdomain
79151
- in: header
79152
- description: The tenants subdomain.
79153
- schema:
79154
- type: string
79155
- requestBody:
79156
- description: The <typeparamref name="TObject" /> model.
79157
- content:
79158
- application/json:
79159
- schema:
79160
- $ref: '#/components/schemas/Venue'
79161
- text/json:
79162
- schema:
79163
- $ref: '#/components/schemas/Venue'
79164
- application/*+json:
79165
- schema:
79166
- $ref: '#/components/schemas/Venue'
79167
- responses:
79168
- '200':
79169
- description: OK
79170
- '400':
79171
- description: Bad Request
79172
- content:
79173
- text/plain:
79174
- schema:
79175
- $ref: '#/components/schemas/ReachError'
79176
- application/json:
79177
- schema:
79178
- $ref: '#/components/schemas/ReachError'
79179
- text/json:
79180
- schema:
79181
- $ref: '#/components/schemas/ReachError'
79182
- '500':
79183
- description: Internal Server Error
79184
- content:
79185
- text/plain:
79186
- schema:
79187
- $ref: '#/components/schemas/ReachError'
79188
- application/json:
79189
- schema:
79190
- $ref: '#/components/schemas/ReachError'
79191
- text/json:
79192
- schema:
79193
- $ref: '#/components/schemas/ReachError'
79194
- '422':
79195
- description: Unprocessable Content
79196
- content:
79197
- text/plain:
79198
- schema:
79199
- $ref: '#/components/schemas/ValidationResultModel'
79200
- application/json:
79201
- schema:
79202
- $ref: '#/components/schemas/ValidationResultModel'
79203
- text/json:
79204
- schema:
79205
- $ref: '#/components/schemas/ValidationResultModel'
79206
- /api/public/venues/network:
79789
+ /api/public/venues/network/optimized:
79207
79790
  get:
79208
79791
  tags:
79209
79792
  - PublicVenues
79210
- summary: Get Venues for a network.
79211
- operationId: GetNetworkPage
79793
+ summary: Get Venues for a network using optimized query.
79794
+ operationId: GetNetworkPageOptimized
79212
79795
  parameters:
79213
79796
  - name: Ids
79214
79797
  in: query
@@ -102298,6 +102881,12 @@ paths:
102298
102881
  schema:
102299
102882
  type: string
102300
102883
  format: uuid
102884
+ - name: OfferId
102885
+ in: query
102886
+ description: Gets or sets the queryable Offer Id.
102887
+ schema:
102888
+ type: string
102889
+ format: uuid
102301
102890
  - name: PageNumber
102302
102891
  in: query
102303
102892
  description: Gets or sets the page number for paged queries.
@@ -102633,6 +103222,12 @@ paths:
102633
103222
  schema:
102634
103223
  type: string
102635
103224
  format: uuid
103225
+ - name: OfferId
103226
+ in: query
103227
+ description: Gets or sets the queryable Offer Id.
103228
+ schema:
103229
+ type: string
103230
+ format: uuid
102636
103231
  - name: PageNumber
102637
103232
  in: query
102638
103233
  description: Gets or sets the page number for paged queries.
@@ -102790,6 +103385,12 @@ paths:
102790
103385
  schema:
102791
103386
  type: string
102792
103387
  format: uuid
103388
+ - name: OfferId
103389
+ in: query
103390
+ description: Gets or sets the queryable Offer Id.
103391
+ schema:
103392
+ type: string
103393
+ format: uuid
102793
103394
  - name: PageNumber
102794
103395
  in: query
102795
103396
  description: Gets or sets the page number for paged queries.
@@ -102950,6 +103551,12 @@ paths:
102950
103551
  schema:
102951
103552
  type: string
102952
103553
  format: uuid
103554
+ - name: OfferId
103555
+ in: query
103556
+ description: Gets or sets the queryable Offer Id.
103557
+ schema:
103558
+ type: string
103559
+ format: uuid
102953
103560
  - name: PageNumber
102954
103561
  in: query
102955
103562
  description: Gets or sets the page number for paged queries.
@@ -103113,6 +103720,12 @@ paths:
103113
103720
  schema:
103114
103721
  type: string
103115
103722
  format: uuid
103723
+ - name: OfferId
103724
+ in: query
103725
+ description: Gets or sets the queryable Offer Id.
103726
+ schema:
103727
+ type: string
103728
+ format: uuid
103116
103729
  - name: PageNumber
103117
103730
  in: query
103118
103731
  description: Gets or sets the page number for paged queries.
@@ -138389,12 +139002,23 @@ components:
138389
139002
  type: string
138390
139003
  description: Gets or sets the offer description.
138391
139004
  nullable: true
139005
+ surveyId:
139006
+ type: string
139007
+ description: Gets or sets the survey id.
139008
+ format: uuid
139009
+ nullable: true
139010
+ postCompletionSurveyId:
139011
+ type: string
139012
+ description: Gets or sets the post completion survey id.
139013
+ format: uuid
139014
+ nullable: true
138392
139015
  additionalProperties: false
138393
139016
  description: Post model for session offers.
138394
139017
  CreateQuestion:
138395
139018
  required:
138396
139019
  - name
138397
139020
  - number
139021
+ - required
138398
139022
  - type
138399
139023
  type: object
138400
139024
  properties:
@@ -138413,6 +139037,10 @@ components:
138413
139037
  default: 0
138414
139038
  type:
138415
139039
  $ref: '#/components/schemas/SurveyQuestionType'
139040
+ required:
139041
+ type: boolean
139042
+ description: Gets or sets a value indicating whether question is required or not.
139043
+ default: false
138416
139044
  options:
138417
139045
  type: array
138418
139046
  items:
@@ -141774,6 +142402,16 @@ components:
141774
142402
  description: Gets or sets the course id.
141775
142403
  format: uuid
141776
142404
  nullable: true
142405
+ surveyId:
142406
+ type: string
142407
+ description: Gets or sets the survey id.
142408
+ format: uuid
142409
+ nullable: true
142410
+ postCompletionSurveyId:
142411
+ type: string
142412
+ description: Gets or sets the survey id.
142413
+ format: uuid
142414
+ nullable: true
141777
142415
  name:
141778
142416
  type: string
141779
142417
  description: Gets or sets the offer name.
@@ -141904,6 +142542,16 @@ components:
141904
142542
  description: Gets or sets the course id.
141905
142543
  format: uuid
141906
142544
  nullable: true
142545
+ surveyId:
142546
+ type: string
142547
+ description: Gets or sets the survey id.
142548
+ format: uuid
142549
+ nullable: true
142550
+ postCompletionSurveyId:
142551
+ type: string
142552
+ description: Gets or sets the post completion survey id.
142553
+ format: uuid
142554
+ nullable: true
141907
142555
  name:
141908
142556
  type: string
141909
142557
  description: Gets or sets the offer name.
@@ -141948,6 +142596,16 @@ components:
141948
142596
  description: Gets or sets the course id.
141949
142597
  format: uuid
141950
142598
  nullable: true
142599
+ surveyId:
142600
+ type: string
142601
+ description: Gets or sets the survey id.
142602
+ format: uuid
142603
+ nullable: true
142604
+ postCompletionSurveyId:
142605
+ type: string
142606
+ description: Gets or sets the post completion survey id.
142607
+ format: uuid
142608
+ nullable: true
141951
142609
  name:
141952
142610
  type: string
141953
142611
  description: Gets or sets the offer name.
@@ -147928,6 +148586,11 @@ components:
147928
148586
  description: Gets or sets the course id.
147929
148587
  format: uuid
147930
148588
  nullable: true
148589
+ offerId:
148590
+ type: string
148591
+ description: Gets or sets the offer id.
148592
+ format: uuid
148593
+ nullable: true
147931
148594
  additionalProperties: false
147932
148595
  description: Stores a log of survey completions.
147933
148596
  SurveyCompletionLogPage:
@@ -148356,6 +149019,11 @@ components:
148356
149019
  - Select
148357
149020
  - Checkbox
148358
149021
  - Number
149022
+ - TextLong
149023
+ - Boolean
149024
+ - Date
149025
+ - Rating
149026
+ - FileUpload
148359
149027
  type: string
148360
149028
  description: The survey question type.
148361
149029
  SurveyQuestionsTarget:
@@ -149474,6 +150142,16 @@ components:
149474
150142
  type: string
149475
150143
  description: Gets or sets the offer description.
149476
150144
  nullable: true
150145
+ surveyId:
150146
+ type: string
150147
+ description: Gets or sets the survey id.
150148
+ format: uuid
150149
+ nullable: true
150150
+ postCompletionSurveyId:
150151
+ type: string
150152
+ description: Gets or sets the survey id.
150153
+ format: uuid
150154
+ nullable: true
149477
150155
  additionalProperties: false
149478
150156
  description: Represents a Template Offers within the Reach application.
149479
150157
  TemplateOfferPage:
@@ -150528,6 +151206,16 @@ components:
150528
151206
  type: string
150529
151207
  description: Gets or sets the offer description.
150530
151208
  nullable: true
151209
+ surveyId:
151210
+ type: string
151211
+ description: Gets or sets the survey id.
151212
+ format: uuid
151213
+ nullable: true
151214
+ postCompletionSurveyId:
151215
+ type: string
151216
+ description: Gets or sets the post completion survey id.
151217
+ format: uuid
151218
+ nullable: true
150531
151219
  additionalProperties: false
150532
151220
  description: Patch model for session offers.
150533
151221
  User: