@gooday_corp/gooday-api-client 4.6.18 → 4.6.28
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/.openapi-generator/FILES +12 -0
- package/api.ts +2182 -270
- package/docs/BookingApi.md +52 -0
- package/docs/BusinessDetailsPayloadDTO.md +8 -0
- package/docs/CheckMutualAvailabilityPayloadDTO.md +26 -0
- package/docs/CheckRSVPBookingPayload.md +26 -0
- package/docs/CreateBookingPayload.md +2 -2
- package/docs/CreateRSVPBlastDTO.md +24 -0
- package/docs/CreateRSVPEventBookingPayload.md +2 -2
- package/docs/CreateRSVPEventV2DTO.md +2 -0
- package/docs/CreateWalkInBookingPayload.md +2 -2
- package/docs/DiscountV2DTO.md +2 -0
- package/docs/InviteRSVPCreatedDTO.md +34 -0
- package/docs/InviteRSVPResponseDTO.md +24 -0
- package/docs/InviteRSVPResultDTO.md +22 -0
- package/docs/InviteRSVPSkippedDTO.md +24 -0
- package/docs/InviteRSVPSkippedExistingDTO.md +30 -0
- package/docs/JoinRSVPEventDTO.md +2 -0
- package/docs/MutualAvailabilityInviteeDTO.md +36 -0
- package/docs/MutualAvailabilityRecurrenceDTO.md +30 -0
- package/docs/NotificationApi.md +4 -1
- package/docs/NotificationCountDTO.md +2 -0
- package/docs/PaymentDetailsPayload.md +2 -2
- package/docs/RSVPBookingCheckResponseDTO.md +20 -0
- package/docs/RSVPV2Api.md +826 -81
- package/docs/RSVPV2MutualAvailabilityApi.md +163 -0
- package/docs/RescheduleBookingPayload.md +1 -1
- package/docs/SocialMedia.md +8 -0
- package/docs/UpdateRSVPEventV2DTO.md +2 -0
- package/docs/WaitlistPayloadDTO.md +2 -2
- package/package.json +1 -1
package/docs/RSVPV2Api.md
CHANGED
|
@@ -4,30 +4,94 @@ All URIs are relative to *http://localhost:8080*
|
|
|
4
4
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
+
|[**rSVPV2ControllerAcceptProposal**](#rsvpv2controlleracceptproposal) | **POST** /v1/rsvp/v2/requests/{requestId}/accept | |
|
|
7
8
|
|[**rSVPV2ControllerAddEventCalendar**](#rsvpv2controlleraddeventcalendar) | **PUT** /v1/rsvp/v2/calendar/{id} | |
|
|
9
|
+
|[**rSVPV2ControllerApproveRequest**](#rsvpv2controllerapproverequest) | **POST** /v1/rsvp/v2/requests/{requestId}/approve | |
|
|
10
|
+
|[**rSVPV2ControllerCancelRequest**](#rsvpv2controllercancelrequest) | **POST** /v1/rsvp/v2/requests/{requestId}/cancel | |
|
|
8
11
|
|[**rSVPV2ControllerCheckAvailability**](#rsvpv2controllercheckavailability) | **GET** /v1/rsvp/v2/events/{id}/availability | |
|
|
9
12
|
|[**rSVPV2ControllerConfirmPayment**](#rsvpv2controllerconfirmpayment) | **POST** /v1/rsvp/v2/attendees/payment/confirm | |
|
|
10
13
|
|[**rSVPV2ControllerCreateEvent**](#rsvpv2controllercreateevent) | **POST** /v1/rsvp/v2/events | |
|
|
14
|
+
|[**rSVPV2ControllerDeclineRequest**](#rsvpv2controllerdeclinerequest) | **POST** /v1/rsvp/v2/requests/{requestId}/decline | |
|
|
11
15
|
|[**rSVPV2ControllerDeleteEvent**](#rsvpv2controllerdeleteevent) | **DELETE** /v1/rsvp/v2/events/{id} | |
|
|
12
16
|
|[**rSVPV2ControllerDeleteEventSuperAdmin**](#rsvpv2controllerdeleteeventsuperadmin) | **DELETE** /v1/rsvp/v2/super-admin/rsvp | |
|
|
13
17
|
|[**rSVPV2ControllerDeleteRSVPFavorites**](#rsvpv2controllerdeletersvpfavorites) | **DELETE** /v1/rsvp/v2/event/unfavorite | |
|
|
14
18
|
|[**rSVPV2ControllerFavoriteRSVPEventById**](#rsvpv2controllerfavoritersvpeventbyid) | **GET** /v1/rsvp/v2/favoriteId/{id} | |
|
|
19
|
+
|[**rSVPV2ControllerGetAssociatedEvents**](#rsvpv2controllergetassociatedevents) | **GET** /v1/rsvp/v2/associated-events | |
|
|
20
|
+
|[**rSVPV2ControllerGetAssociatedEventsCount**](#rsvpv2controllergetassociatedeventscount) | **GET** /v1/rsvp/v2/associated-events/count | |
|
|
15
21
|
|[**rSVPV2ControllerGetAttendees**](#rsvpv2controllergetattendees) | **GET** /v1/rsvp/v2/events/{id}/attendees | |
|
|
22
|
+
|[**rSVPV2ControllerGetBlasts**](#rsvpv2controllergetblasts) | **GET** /v1/rsvp/v2/events/{id}/blasts | |
|
|
23
|
+
|[**rSVPV2ControllerGetDashboardRequests**](#rsvpv2controllergetdashboardrequests) | **GET** /v1/rsvp/v2/dashboard/approval-requests | |
|
|
16
24
|
|[**rSVPV2ControllerGetEventById**](#rsvpv2controllergeteventbyid) | **GET** /v1/rsvp/v2/events/{id} | |
|
|
17
25
|
|[**rSVPV2ControllerGetEventsByBusiness**](#rsvpv2controllergeteventsbybusiness) | **GET** /v1/rsvp/v2/events/business/{businessId} | |
|
|
18
26
|
|[**rSVPV2ControllerGetEventsByVenue**](#rsvpv2controllergeteventsbyvenue) | **GET** /v1/rsvp/v2/events/venue/{venueId} | |
|
|
27
|
+
|[**rSVPV2ControllerGetFavoriteRSVPEvents**](#rsvpv2controllergetfavoritersvpevents) | **GET** /v1/rsvp/v2/event/favorites | |
|
|
19
28
|
|[**rSVPV2ControllerGetHostEvents**](#rsvpv2controllergethostevents) | **GET** /v1/rsvp/v2/host/events | |
|
|
20
29
|
|[**rSVPV2ControllerGetMyEvents**](#rsvpv2controllergetmyevents) | **GET** /v1/rsvp/v2/my/events | |
|
|
21
30
|
|[**rSVPV2ControllerGetNearbyPublicEvents**](#rsvpv2controllergetnearbypublicevents) | **GET** /v1/rsvp/v2/events/nearby | |
|
|
31
|
+
|[**rSVPV2ControllerGetPendingRequests**](#rsvpv2controllergetpendingrequests) | **GET** /v1/rsvp/v2/events/{id}/requests/pending | |
|
|
22
32
|
|[**rSVPV2ControllerGetSuperAdminEvents**](#rsvpv2controllergetsuperadminevents) | **POST** /v1/rsvp/v2/super-admin/events | |
|
|
23
33
|
|[**rSVPV2ControllerInvite**](#rsvpv2controllerinvite) | **POST** /v1/rsvp/v2/events/{id}/invite | |
|
|
24
34
|
|[**rSVPV2ControllerJoinEvent**](#rsvpv2controllerjoinevent) | **POST** /v1/rsvp/v2/events/{id}/join | |
|
|
35
|
+
|[**rSVPV2ControllerProposeTime**](#rsvpv2controllerproposetime) | **POST** /v1/rsvp/v2/requests/{requestId}/propose | |
|
|
36
|
+
|[**rSVPV2ControllerRejectProposal**](#rsvpv2controllerrejectproposal) | **POST** /v1/rsvp/v2/requests/{requestId}/reject | |
|
|
25
37
|
|[**rSVPV2ControllerReminderEventCalendar**](#rsvpv2controllerremindereventcalendar) | **PUT** /v1/rsvp/v2/remindar/{id} | |
|
|
38
|
+
|[**rSVPV2ControllerRequestToJoin**](#rsvpv2controllerrequesttojoin) | **POST** /v1/rsvp/v2/events/{id}/request | |
|
|
26
39
|
|[**rSVPV2ControllerRsvpFavorites**](#rsvpv2controllerrsvpfavorites) | **POST** /v1/rsvp/v2/event/favorite | |
|
|
40
|
+
|[**rSVPV2ControllerSendBlast**](#rsvpv2controllersendblast) | **POST** /v1/rsvp/v2/events/{id}/blasts | |
|
|
27
41
|
|[**rSVPV2ControllerSetupPayment**](#rsvpv2controllersetuppayment) | **POST** /v1/rsvp/v2/attendees/payment/setup | |
|
|
28
42
|
|[**rSVPV2ControllerUpdateEvent**](#rsvpv2controllerupdateevent) | **PUT** /v1/rsvp/v2/events/{id} | |
|
|
29
43
|
|[**rSVPV2ControllerUpdateStatus**](#rsvpv2controllerupdatestatus) | **PUT** /v1/rsvp/v2/attendees/{id}/status | |
|
|
30
44
|
|
|
45
|
+
# **rSVPV2ControllerAcceptProposal**
|
|
46
|
+
> rSVPV2ControllerAcceptProposal()
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Example
|
|
50
|
+
|
|
51
|
+
```typescript
|
|
52
|
+
import {
|
|
53
|
+
RSVPV2Api,
|
|
54
|
+
Configuration
|
|
55
|
+
} from './api';
|
|
56
|
+
|
|
57
|
+
const configuration = new Configuration();
|
|
58
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
59
|
+
|
|
60
|
+
let requestId: string; // (default to undefined)
|
|
61
|
+
|
|
62
|
+
const { status, data } = await apiInstance.rSVPV2ControllerAcceptProposal(
|
|
63
|
+
requestId
|
|
64
|
+
);
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Parameters
|
|
68
|
+
|
|
69
|
+
|Name | Type | Description | Notes|
|
|
70
|
+
|------------- | ------------- | ------------- | -------------|
|
|
71
|
+
| **requestId** | [**string**] | | defaults to undefined|
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Return type
|
|
75
|
+
|
|
76
|
+
void (empty response body)
|
|
77
|
+
|
|
78
|
+
### Authorization
|
|
79
|
+
|
|
80
|
+
[bearer](../README.md#bearer)
|
|
81
|
+
|
|
82
|
+
### HTTP request headers
|
|
83
|
+
|
|
84
|
+
- **Content-Type**: Not defined
|
|
85
|
+
- **Accept**: Not defined
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### HTTP response details
|
|
89
|
+
| Status code | Description | Response headers |
|
|
90
|
+
|-------------|-------------|------------------|
|
|
91
|
+
|**200** | Accept proposal for a new date & time | - |
|
|
92
|
+
|
|
93
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
94
|
+
|
|
31
95
|
# **rSVPV2ControllerAddEventCalendar**
|
|
32
96
|
> rSVPV2ControllerAddEventCalendar()
|
|
33
97
|
|
|
@@ -78,6 +142,106 @@ No authorization required
|
|
|
78
142
|
|
|
79
143
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
80
144
|
|
|
145
|
+
# **rSVPV2ControllerApproveRequest**
|
|
146
|
+
> rSVPV2ControllerApproveRequest()
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Example
|
|
150
|
+
|
|
151
|
+
```typescript
|
|
152
|
+
import {
|
|
153
|
+
RSVPV2Api,
|
|
154
|
+
Configuration
|
|
155
|
+
} from './api';
|
|
156
|
+
|
|
157
|
+
const configuration = new Configuration();
|
|
158
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
159
|
+
|
|
160
|
+
let requestId: string; // (default to undefined)
|
|
161
|
+
|
|
162
|
+
const { status, data } = await apiInstance.rSVPV2ControllerApproveRequest(
|
|
163
|
+
requestId
|
|
164
|
+
);
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
### Parameters
|
|
168
|
+
|
|
169
|
+
|Name | Type | Description | Notes|
|
|
170
|
+
|------------- | ------------- | ------------- | -------------|
|
|
171
|
+
| **requestId** | [**string**] | | defaults to undefined|
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Return type
|
|
175
|
+
|
|
176
|
+
void (empty response body)
|
|
177
|
+
|
|
178
|
+
### Authorization
|
|
179
|
+
|
|
180
|
+
[bearer](../README.md#bearer)
|
|
181
|
+
|
|
182
|
+
### HTTP request headers
|
|
183
|
+
|
|
184
|
+
- **Content-Type**: Not defined
|
|
185
|
+
- **Accept**: Not defined
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### HTTP response details
|
|
189
|
+
| Status code | Description | Response headers |
|
|
190
|
+
|-------------|-------------|------------------|
|
|
191
|
+
|**200** | Approve join request | - |
|
|
192
|
+
|
|
193
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
194
|
+
|
|
195
|
+
# **rSVPV2ControllerCancelRequest**
|
|
196
|
+
> rSVPV2ControllerCancelRequest()
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Example
|
|
200
|
+
|
|
201
|
+
```typescript
|
|
202
|
+
import {
|
|
203
|
+
RSVPV2Api,
|
|
204
|
+
Configuration
|
|
205
|
+
} from './api';
|
|
206
|
+
|
|
207
|
+
const configuration = new Configuration();
|
|
208
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
209
|
+
|
|
210
|
+
let requestId: string; // (default to undefined)
|
|
211
|
+
|
|
212
|
+
const { status, data } = await apiInstance.rSVPV2ControllerCancelRequest(
|
|
213
|
+
requestId
|
|
214
|
+
);
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
### Parameters
|
|
218
|
+
|
|
219
|
+
|Name | Type | Description | Notes|
|
|
220
|
+
|------------- | ------------- | ------------- | -------------|
|
|
221
|
+
| **requestId** | [**string**] | | defaults to undefined|
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Return type
|
|
225
|
+
|
|
226
|
+
void (empty response body)
|
|
227
|
+
|
|
228
|
+
### Authorization
|
|
229
|
+
|
|
230
|
+
[bearer](../README.md#bearer)
|
|
231
|
+
|
|
232
|
+
### HTTP request headers
|
|
233
|
+
|
|
234
|
+
- **Content-Type**: Not defined
|
|
235
|
+
- **Accept**: Not defined
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
### HTTP response details
|
|
239
|
+
| Status code | Description | Response headers |
|
|
240
|
+
|-------------|-------------|------------------|
|
|
241
|
+
|**200** | Cancel your own pending request | - |
|
|
242
|
+
|
|
243
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
244
|
+
|
|
81
245
|
# **rSVPV2ControllerCheckAvailability**
|
|
82
246
|
> rSVPV2ControllerCheckAvailability()
|
|
83
247
|
|
|
@@ -233,6 +397,56 @@ void (empty response body)
|
|
|
233
397
|
|
|
234
398
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
235
399
|
|
|
400
|
+
# **rSVPV2ControllerDeclineRequest**
|
|
401
|
+
> rSVPV2ControllerDeclineRequest()
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Example
|
|
405
|
+
|
|
406
|
+
```typescript
|
|
407
|
+
import {
|
|
408
|
+
RSVPV2Api,
|
|
409
|
+
Configuration
|
|
410
|
+
} from './api';
|
|
411
|
+
|
|
412
|
+
const configuration = new Configuration();
|
|
413
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
414
|
+
|
|
415
|
+
let requestId: string; // (default to undefined)
|
|
416
|
+
|
|
417
|
+
const { status, data } = await apiInstance.rSVPV2ControllerDeclineRequest(
|
|
418
|
+
requestId
|
|
419
|
+
);
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
### Parameters
|
|
423
|
+
|
|
424
|
+
|Name | Type | Description | Notes|
|
|
425
|
+
|------------- | ------------- | ------------- | -------------|
|
|
426
|
+
| **requestId** | [**string**] | | defaults to undefined|
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Return type
|
|
430
|
+
|
|
431
|
+
void (empty response body)
|
|
432
|
+
|
|
433
|
+
### Authorization
|
|
434
|
+
|
|
435
|
+
[bearer](../README.md#bearer)
|
|
436
|
+
|
|
437
|
+
### HTTP request headers
|
|
438
|
+
|
|
439
|
+
- **Content-Type**: Not defined
|
|
440
|
+
- **Accept**: Not defined
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### HTTP response details
|
|
444
|
+
| Status code | Description | Response headers |
|
|
445
|
+
|-------------|-------------|------------------|
|
|
446
|
+
|**200** | Decline join request | - |
|
|
447
|
+
|
|
448
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
449
|
+
|
|
236
450
|
# **rSVPV2ControllerDeleteEvent**
|
|
237
451
|
> rSVPV2ControllerDeleteEvent()
|
|
238
452
|
|
|
@@ -435,8 +649,8 @@ const { status, data } = await apiInstance.rSVPV2ControllerFavoriteRSVPEventById
|
|
|
435
649
|
|
|
436
650
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
437
651
|
|
|
438
|
-
# **
|
|
439
|
-
>
|
|
652
|
+
# **rSVPV2ControllerGetAssociatedEvents**
|
|
653
|
+
> rSVPV2ControllerGetAssociatedEvents()
|
|
440
654
|
|
|
441
655
|
|
|
442
656
|
### Example
|
|
@@ -450,16 +664,16 @@ import {
|
|
|
450
664
|
const configuration = new Configuration();
|
|
451
665
|
const apiInstance = new RSVPV2Api(configuration);
|
|
452
666
|
|
|
453
|
-
let
|
|
454
|
-
let
|
|
455
|
-
let
|
|
456
|
-
let
|
|
667
|
+
let page: number; // (default to undefined)
|
|
668
|
+
let pageSize: number; // (default to undefined)
|
|
669
|
+
let filter: 'upcoming' | 'past' | 'declined' | 'all'; // (optional) (default to undefined)
|
|
670
|
+
let search: string; // (optional) (default to undefined)
|
|
457
671
|
|
|
458
|
-
const { status, data } = await apiInstance.
|
|
459
|
-
id,
|
|
672
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetAssociatedEvents(
|
|
460
673
|
page,
|
|
461
674
|
pageSize,
|
|
462
|
-
|
|
675
|
+
filter,
|
|
676
|
+
search
|
|
463
677
|
);
|
|
464
678
|
```
|
|
465
679
|
|
|
@@ -467,10 +681,10 @@ const { status, data } = await apiInstance.rSVPV2ControllerGetAttendees(
|
|
|
467
681
|
|
|
468
682
|
|Name | Type | Description | Notes|
|
|
469
683
|
|------------- | ------------- | ------------- | -------------|
|
|
470
|
-
| **
|
|
471
|
-
| **
|
|
472
|
-
| **
|
|
473
|
-
| **
|
|
684
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
685
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
686
|
+
| **filter** | [**'upcoming' | 'past' | 'declined' | 'all'**]**Array<'upcoming' | 'past' | 'declined' | 'all'>** | | (optional) defaults to undefined|
|
|
687
|
+
| **search** | [**string**] | | (optional) defaults to undefined|
|
|
474
688
|
|
|
475
689
|
|
|
476
690
|
### Return type
|
|
@@ -479,7 +693,7 @@ void (empty response body)
|
|
|
479
693
|
|
|
480
694
|
### Authorization
|
|
481
695
|
|
|
482
|
-
|
|
696
|
+
[bearer](../README.md#bearer)
|
|
483
697
|
|
|
484
698
|
### HTTP request headers
|
|
485
699
|
|
|
@@ -490,12 +704,12 @@ No authorization required
|
|
|
490
704
|
### HTTP response details
|
|
491
705
|
| Status code | Description | Response headers |
|
|
492
706
|
|-------------|-------------|------------------|
|
|
493
|
-
|**200** | Get list of
|
|
707
|
+
|**200** | Get list of all events associated with the user | - |
|
|
494
708
|
|
|
495
709
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
496
710
|
|
|
497
|
-
# **
|
|
498
|
-
>
|
|
711
|
+
# **rSVPV2ControllerGetAssociatedEventsCount**
|
|
712
|
+
> rSVPV2ControllerGetAssociatedEventsCount()
|
|
499
713
|
|
|
500
714
|
|
|
501
715
|
### Example
|
|
@@ -509,18 +723,11 @@ import {
|
|
|
509
723
|
const configuration = new Configuration();
|
|
510
724
|
const apiInstance = new RSVPV2Api(configuration);
|
|
511
725
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
const { status, data } = await apiInstance.rSVPV2ControllerGetEventById(
|
|
515
|
-
id
|
|
516
|
-
);
|
|
726
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetAssociatedEventsCount();
|
|
517
727
|
```
|
|
518
728
|
|
|
519
729
|
### Parameters
|
|
520
|
-
|
|
521
|
-
|Name | Type | Description | Notes|
|
|
522
|
-
|------------- | ------------- | ------------- | -------------|
|
|
523
|
-
| **id** | [**string**] | | defaults to undefined|
|
|
730
|
+
This endpoint does not have any parameters.
|
|
524
731
|
|
|
525
732
|
|
|
526
733
|
### Return type
|
|
@@ -529,7 +736,7 @@ void (empty response body)
|
|
|
529
736
|
|
|
530
737
|
### Authorization
|
|
531
738
|
|
|
532
|
-
|
|
739
|
+
[bearer](../README.md#bearer)
|
|
533
740
|
|
|
534
741
|
### HTTP request headers
|
|
535
742
|
|
|
@@ -540,12 +747,12 @@ No authorization required
|
|
|
540
747
|
### HTTP response details
|
|
541
748
|
| Status code | Description | Response headers |
|
|
542
749
|
|-------------|-------------|------------------|
|
|
543
|
-
|**200** | Get
|
|
750
|
+
|**200** | Get the counts of associated events by type | - |
|
|
544
751
|
|
|
545
752
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
546
753
|
|
|
547
|
-
# **
|
|
548
|
-
>
|
|
754
|
+
# **rSVPV2ControllerGetAttendees**
|
|
755
|
+
> rSVPV2ControllerGetAttendees()
|
|
549
756
|
|
|
550
757
|
|
|
551
758
|
### Example
|
|
@@ -559,24 +766,16 @@ import {
|
|
|
559
766
|
const configuration = new Configuration();
|
|
560
767
|
const apiInstance = new RSVPV2Api(configuration);
|
|
561
768
|
|
|
562
|
-
let
|
|
563
|
-
let page: number; // (default to undefined)
|
|
564
|
-
let pageSize: number; // (default to undefined)
|
|
565
|
-
let
|
|
566
|
-
let venue: string; // (optional) (default to undefined)
|
|
567
|
-
let lat: number; // (optional) (default to undefined)
|
|
568
|
-
let lng: number; // (optional) (default to undefined)
|
|
569
|
-
let distance: number; // (optional) (default to undefined)
|
|
769
|
+
let id: string; // (default to undefined)
|
|
770
|
+
let page: number; // (optional) (default to undefined)
|
|
771
|
+
let pageSize: number; // (optional) (default to undefined)
|
|
772
|
+
let isInvited: boolean; // (optional) (default to undefined)
|
|
570
773
|
|
|
571
|
-
const { status, data } = await apiInstance.
|
|
572
|
-
|
|
774
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetAttendees(
|
|
775
|
+
id,
|
|
573
776
|
page,
|
|
574
777
|
pageSize,
|
|
575
|
-
|
|
576
|
-
venue,
|
|
577
|
-
lat,
|
|
578
|
-
lng,
|
|
579
|
-
distance
|
|
778
|
+
isInvited
|
|
580
779
|
);
|
|
581
780
|
```
|
|
582
781
|
|
|
@@ -584,14 +783,10 @@ const { status, data } = await apiInstance.rSVPV2ControllerGetEventsByBusiness(
|
|
|
584
783
|
|
|
585
784
|
|Name | Type | Description | Notes|
|
|
586
785
|
|------------- | ------------- | ------------- | -------------|
|
|
587
|
-
| **
|
|
588
|
-
| **page** | [**number**] | | defaults to undefined|
|
|
589
|
-
| **pageSize** | [**number**] | | defaults to undefined|
|
|
590
|
-
| **
|
|
591
|
-
| **venue** | [**string**] | | (optional) defaults to undefined|
|
|
592
|
-
| **lat** | [**number**] | | (optional) defaults to undefined|
|
|
593
|
-
| **lng** | [**number**] | | (optional) defaults to undefined|
|
|
594
|
-
| **distance** | [**number**] | | (optional) defaults to undefined|
|
|
786
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
787
|
+
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
788
|
+
| **pageSize** | [**number**] | | (optional) defaults to undefined|
|
|
789
|
+
| **isInvited** | [**boolean**] | | (optional) defaults to undefined|
|
|
595
790
|
|
|
596
791
|
|
|
597
792
|
### Return type
|
|
@@ -611,12 +806,12 @@ No authorization required
|
|
|
611
806
|
### HTTP response details
|
|
612
807
|
| Status code | Description | Response headers |
|
|
613
808
|
|-------------|-------------|------------------|
|
|
614
|
-
|**200** | Get list of
|
|
809
|
+
|**200** | Get list of attendees (scalable with pagination) | - |
|
|
615
810
|
|
|
616
811
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
617
812
|
|
|
618
|
-
# **
|
|
619
|
-
>
|
|
813
|
+
# **rSVPV2ControllerGetBlasts**
|
|
814
|
+
> rSVPV2ControllerGetBlasts()
|
|
620
815
|
|
|
621
816
|
|
|
622
817
|
### Example
|
|
@@ -630,24 +825,315 @@ import {
|
|
|
630
825
|
const configuration = new Configuration();
|
|
631
826
|
const apiInstance = new RSVPV2Api(configuration);
|
|
632
827
|
|
|
633
|
-
let
|
|
634
|
-
let page: number; // (default to undefined)
|
|
635
|
-
let pageSize: number; // (default to undefined)
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
828
|
+
let id: string; // (default to undefined)
|
|
829
|
+
let page: number; // (optional) (default to undefined)
|
|
830
|
+
let pageSize: number; // (optional) (default to undefined)
|
|
831
|
+
|
|
832
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetBlasts(
|
|
833
|
+
id,
|
|
834
|
+
page,
|
|
835
|
+
pageSize
|
|
836
|
+
);
|
|
837
|
+
```
|
|
838
|
+
|
|
839
|
+
### Parameters
|
|
840
|
+
|
|
841
|
+
|Name | Type | Description | Notes|
|
|
842
|
+
|------------- | ------------- | ------------- | -------------|
|
|
843
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
844
|
+
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
845
|
+
| **pageSize** | [**number**] | | (optional) defaults to undefined|
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
### Return type
|
|
849
|
+
|
|
850
|
+
void (empty response body)
|
|
851
|
+
|
|
852
|
+
### Authorization
|
|
853
|
+
|
|
854
|
+
[bearer](../README.md#bearer)
|
|
855
|
+
|
|
856
|
+
### HTTP request headers
|
|
857
|
+
|
|
858
|
+
- **Content-Type**: Not defined
|
|
859
|
+
- **Accept**: Not defined
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
### HTTP response details
|
|
863
|
+
| Status code | Description | Response headers |
|
|
864
|
+
|-------------|-------------|------------------|
|
|
865
|
+
|**200** | Get blast message history | - |
|
|
866
|
+
|
|
867
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
868
|
+
|
|
869
|
+
# **rSVPV2ControllerGetDashboardRequests**
|
|
870
|
+
> rSVPV2ControllerGetDashboardRequests()
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
### Example
|
|
874
|
+
|
|
875
|
+
```typescript
|
|
876
|
+
import {
|
|
877
|
+
RSVPV2Api,
|
|
878
|
+
Configuration
|
|
879
|
+
} from './api';
|
|
880
|
+
|
|
881
|
+
const configuration = new Configuration();
|
|
882
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
883
|
+
|
|
884
|
+
let page: number; // (default to undefined)
|
|
885
|
+
let pageSize: number; // (default to undefined)
|
|
886
|
+
|
|
887
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetDashboardRequests(
|
|
888
|
+
page,
|
|
889
|
+
pageSize
|
|
890
|
+
);
|
|
891
|
+
```
|
|
892
|
+
|
|
893
|
+
### Parameters
|
|
894
|
+
|
|
895
|
+
|Name | Type | Description | Notes|
|
|
896
|
+
|------------- | ------------- | ------------- | -------------|
|
|
897
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
898
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
### Return type
|
|
902
|
+
|
|
903
|
+
void (empty response body)
|
|
904
|
+
|
|
905
|
+
### Authorization
|
|
906
|
+
|
|
907
|
+
[bearer](../README.md#bearer)
|
|
908
|
+
|
|
909
|
+
### HTTP request headers
|
|
910
|
+
|
|
911
|
+
- **Content-Type**: Not defined
|
|
912
|
+
- **Accept**: Not defined
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
### HTTP response details
|
|
916
|
+
| Status code | Description | Response headers |
|
|
917
|
+
|-------------|-------------|------------------|
|
|
918
|
+
|**200** | Get all pending requests for the host\'s dashboard | - |
|
|
919
|
+
|
|
920
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
921
|
+
|
|
922
|
+
# **rSVPV2ControllerGetEventById**
|
|
923
|
+
> rSVPV2ControllerGetEventById()
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
### Example
|
|
927
|
+
|
|
928
|
+
```typescript
|
|
929
|
+
import {
|
|
930
|
+
RSVPV2Api,
|
|
931
|
+
Configuration
|
|
932
|
+
} from './api';
|
|
933
|
+
|
|
934
|
+
const configuration = new Configuration();
|
|
935
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
936
|
+
|
|
937
|
+
let id: string; // (default to undefined)
|
|
938
|
+
|
|
939
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetEventById(
|
|
940
|
+
id
|
|
941
|
+
);
|
|
942
|
+
```
|
|
943
|
+
|
|
944
|
+
### Parameters
|
|
945
|
+
|
|
946
|
+
|Name | Type | Description | Notes|
|
|
947
|
+
|------------- | ------------- | ------------- | -------------|
|
|
948
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
### Return type
|
|
952
|
+
|
|
953
|
+
void (empty response body)
|
|
954
|
+
|
|
955
|
+
### Authorization
|
|
956
|
+
|
|
957
|
+
No authorization required
|
|
958
|
+
|
|
959
|
+
### HTTP request headers
|
|
960
|
+
|
|
961
|
+
- **Content-Type**: Not defined
|
|
962
|
+
- **Accept**: Not defined
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
### HTTP response details
|
|
966
|
+
| Status code | Description | Response headers |
|
|
967
|
+
|-------------|-------------|------------------|
|
|
968
|
+
|**200** | Get event details by ID with attendee summary | - |
|
|
969
|
+
|
|
970
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
971
|
+
|
|
972
|
+
# **rSVPV2ControllerGetEventsByBusiness**
|
|
973
|
+
> rSVPV2ControllerGetEventsByBusiness()
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
### Example
|
|
977
|
+
|
|
978
|
+
```typescript
|
|
979
|
+
import {
|
|
980
|
+
RSVPV2Api,
|
|
981
|
+
Configuration
|
|
982
|
+
} from './api';
|
|
983
|
+
|
|
984
|
+
const configuration = new Configuration();
|
|
985
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
986
|
+
|
|
987
|
+
let businessId: string; // (default to undefined)
|
|
988
|
+
let page: number; // (default to undefined)
|
|
989
|
+
let pageSize: number; // (default to undefined)
|
|
990
|
+
let search: string; // (optional) (default to undefined)
|
|
991
|
+
let venue: string; // (optional) (default to undefined)
|
|
992
|
+
let lat: number; // (optional) (default to undefined)
|
|
639
993
|
let lng: number; // (optional) (default to undefined)
|
|
640
994
|
let distance: number; // (optional) (default to undefined)
|
|
641
995
|
|
|
642
|
-
const { status, data } = await apiInstance.
|
|
643
|
-
|
|
996
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetEventsByBusiness(
|
|
997
|
+
businessId,
|
|
998
|
+
page,
|
|
999
|
+
pageSize,
|
|
1000
|
+
search,
|
|
1001
|
+
venue,
|
|
1002
|
+
lat,
|
|
1003
|
+
lng,
|
|
1004
|
+
distance
|
|
1005
|
+
);
|
|
1006
|
+
```
|
|
1007
|
+
|
|
1008
|
+
### Parameters
|
|
1009
|
+
|
|
1010
|
+
|Name | Type | Description | Notes|
|
|
1011
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1012
|
+
| **businessId** | [**string**] | | defaults to undefined|
|
|
1013
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
1014
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
1015
|
+
| **search** | [**string**] | | (optional) defaults to undefined|
|
|
1016
|
+
| **venue** | [**string**] | | (optional) defaults to undefined|
|
|
1017
|
+
| **lat** | [**number**] | | (optional) defaults to undefined|
|
|
1018
|
+
| **lng** | [**number**] | | (optional) defaults to undefined|
|
|
1019
|
+
| **distance** | [**number**] | | (optional) defaults to undefined|
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
### Return type
|
|
1023
|
+
|
|
1024
|
+
void (empty response body)
|
|
1025
|
+
|
|
1026
|
+
### Authorization
|
|
1027
|
+
|
|
1028
|
+
No authorization required
|
|
1029
|
+
|
|
1030
|
+
### HTTP request headers
|
|
1031
|
+
|
|
1032
|
+
- **Content-Type**: Not defined
|
|
1033
|
+
- **Accept**: Not defined
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
### HTTP response details
|
|
1037
|
+
| Status code | Description | Response headers |
|
|
1038
|
+
|-------------|-------------|------------------|
|
|
1039
|
+
|**200** | Get list of events for a specific business | - |
|
|
1040
|
+
|
|
1041
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1042
|
+
|
|
1043
|
+
# **rSVPV2ControllerGetEventsByVenue**
|
|
1044
|
+
> rSVPV2ControllerGetEventsByVenue()
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
### Example
|
|
1048
|
+
|
|
1049
|
+
```typescript
|
|
1050
|
+
import {
|
|
1051
|
+
RSVPV2Api,
|
|
1052
|
+
Configuration
|
|
1053
|
+
} from './api';
|
|
1054
|
+
|
|
1055
|
+
const configuration = new Configuration();
|
|
1056
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
1057
|
+
|
|
1058
|
+
let venueId: string; // (default to undefined)
|
|
1059
|
+
let page: number; // (default to undefined)
|
|
1060
|
+
let pageSize: number; // (default to undefined)
|
|
1061
|
+
let search: string; // (optional) (default to undefined)
|
|
1062
|
+
let venue: string; // (optional) (default to undefined)
|
|
1063
|
+
let lat: number; // (optional) (default to undefined)
|
|
1064
|
+
let lng: number; // (optional) (default to undefined)
|
|
1065
|
+
let distance: number; // (optional) (default to undefined)
|
|
1066
|
+
|
|
1067
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetEventsByVenue(
|
|
1068
|
+
venueId,
|
|
1069
|
+
page,
|
|
1070
|
+
pageSize,
|
|
1071
|
+
search,
|
|
1072
|
+
venue,
|
|
1073
|
+
lat,
|
|
1074
|
+
lng,
|
|
1075
|
+
distance
|
|
1076
|
+
);
|
|
1077
|
+
```
|
|
1078
|
+
|
|
1079
|
+
### Parameters
|
|
1080
|
+
|
|
1081
|
+
|Name | Type | Description | Notes|
|
|
1082
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1083
|
+
| **venueId** | [**string**] | | defaults to undefined|
|
|
1084
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
1085
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
1086
|
+
| **search** | [**string**] | | (optional) defaults to undefined|
|
|
1087
|
+
| **venue** | [**string**] | | (optional) defaults to undefined|
|
|
1088
|
+
| **lat** | [**number**] | | (optional) defaults to undefined|
|
|
1089
|
+
| **lng** | [**number**] | | (optional) defaults to undefined|
|
|
1090
|
+
| **distance** | [**number**] | | (optional) defaults to undefined|
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
### Return type
|
|
1094
|
+
|
|
1095
|
+
void (empty response body)
|
|
1096
|
+
|
|
1097
|
+
### Authorization
|
|
1098
|
+
|
|
1099
|
+
No authorization required
|
|
1100
|
+
|
|
1101
|
+
### HTTP request headers
|
|
1102
|
+
|
|
1103
|
+
- **Content-Type**: Not defined
|
|
1104
|
+
- **Accept**: Not defined
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
### HTTP response details
|
|
1108
|
+
| Status code | Description | Response headers |
|
|
1109
|
+
|-------------|-------------|------------------|
|
|
1110
|
+
|**200** | Get list of events for a specific venue | - |
|
|
1111
|
+
|
|
1112
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1113
|
+
|
|
1114
|
+
# **rSVPV2ControllerGetFavoriteRSVPEvents**
|
|
1115
|
+
> rSVPV2ControllerGetFavoriteRSVPEvents()
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
### Example
|
|
1119
|
+
|
|
1120
|
+
```typescript
|
|
1121
|
+
import {
|
|
1122
|
+
RSVPV2Api,
|
|
1123
|
+
Configuration
|
|
1124
|
+
} from './api';
|
|
1125
|
+
|
|
1126
|
+
const configuration = new Configuration();
|
|
1127
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
1128
|
+
|
|
1129
|
+
let page: number; // (optional) (default to undefined)
|
|
1130
|
+
let pageSize: number; // (optional) (default to undefined)
|
|
1131
|
+
let search: string; // (optional) (default to undefined)
|
|
1132
|
+
|
|
1133
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetFavoriteRSVPEvents(
|
|
644
1134
|
page,
|
|
645
1135
|
pageSize,
|
|
646
|
-
search
|
|
647
|
-
venue,
|
|
648
|
-
lat,
|
|
649
|
-
lng,
|
|
650
|
-
distance
|
|
1136
|
+
search
|
|
651
1137
|
);
|
|
652
1138
|
```
|
|
653
1139
|
|
|
@@ -655,14 +1141,9 @@ const { status, data } = await apiInstance.rSVPV2ControllerGetEventsByVenue(
|
|
|
655
1141
|
|
|
656
1142
|
|Name | Type | Description | Notes|
|
|
657
1143
|
|------------- | ------------- | ------------- | -------------|
|
|
658
|
-
| **
|
|
659
|
-
| **
|
|
660
|
-
| **pageSize** | [**number**] | | defaults to undefined|
|
|
1144
|
+
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
1145
|
+
| **pageSize** | [**number**] | | (optional) defaults to undefined|
|
|
661
1146
|
| **search** | [**string**] | | (optional) defaults to undefined|
|
|
662
|
-
| **venue** | [**string**] | | (optional) defaults to undefined|
|
|
663
|
-
| **lat** | [**number**] | | (optional) defaults to undefined|
|
|
664
|
-
| **lng** | [**number**] | | (optional) defaults to undefined|
|
|
665
|
-
| **distance** | [**number**] | | (optional) defaults to undefined|
|
|
666
1147
|
|
|
667
1148
|
|
|
668
1149
|
### Return type
|
|
@@ -671,7 +1152,7 @@ void (empty response body)
|
|
|
671
1152
|
|
|
672
1153
|
### Authorization
|
|
673
1154
|
|
|
674
|
-
|
|
1155
|
+
[bearer](../README.md#bearer)
|
|
675
1156
|
|
|
676
1157
|
### HTTP request headers
|
|
677
1158
|
|
|
@@ -682,7 +1163,7 @@ No authorization required
|
|
|
682
1163
|
### HTTP response details
|
|
683
1164
|
| Status code | Description | Response headers |
|
|
684
1165
|
|-------------|-------------|------------------|
|
|
685
|
-
|**200** | Get list of events for
|
|
1166
|
+
|**200** | Get list of favorited RSVP V2 events for the authenticated user | - |
|
|
686
1167
|
|
|
687
1168
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
688
1169
|
|
|
@@ -890,6 +1371,62 @@ No authorization required
|
|
|
890
1371
|
|
|
891
1372
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
892
1373
|
|
|
1374
|
+
# **rSVPV2ControllerGetPendingRequests**
|
|
1375
|
+
> rSVPV2ControllerGetPendingRequests()
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
### Example
|
|
1379
|
+
|
|
1380
|
+
```typescript
|
|
1381
|
+
import {
|
|
1382
|
+
RSVPV2Api,
|
|
1383
|
+
Configuration
|
|
1384
|
+
} from './api';
|
|
1385
|
+
|
|
1386
|
+
const configuration = new Configuration();
|
|
1387
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
1388
|
+
|
|
1389
|
+
let id: string; // (default to undefined)
|
|
1390
|
+
let page: number; // (default to undefined)
|
|
1391
|
+
let pageSize: number; // (default to undefined)
|
|
1392
|
+
|
|
1393
|
+
const { status, data } = await apiInstance.rSVPV2ControllerGetPendingRequests(
|
|
1394
|
+
id,
|
|
1395
|
+
page,
|
|
1396
|
+
pageSize
|
|
1397
|
+
);
|
|
1398
|
+
```
|
|
1399
|
+
|
|
1400
|
+
### Parameters
|
|
1401
|
+
|
|
1402
|
+
|Name | Type | Description | Notes|
|
|
1403
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1404
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1405
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
1406
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
### Return type
|
|
1410
|
+
|
|
1411
|
+
void (empty response body)
|
|
1412
|
+
|
|
1413
|
+
### Authorization
|
|
1414
|
+
|
|
1415
|
+
[bearer](../README.md#bearer)
|
|
1416
|
+
|
|
1417
|
+
### HTTP request headers
|
|
1418
|
+
|
|
1419
|
+
- **Content-Type**: Not defined
|
|
1420
|
+
- **Accept**: Not defined
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
### HTTP response details
|
|
1424
|
+
| Status code | Description | Response headers |
|
|
1425
|
+
|-------------|-------------|------------------|
|
|
1426
|
+
|**200** | Get pending requests for an event | - |
|
|
1427
|
+
|
|
1428
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1429
|
+
|
|
893
1430
|
# **rSVPV2ControllerGetSuperAdminEvents**
|
|
894
1431
|
> rSVPV2ControllerGetSuperAdminEvents(rSVPEventFindV2DTO)
|
|
895
1432
|
|
|
@@ -942,7 +1479,7 @@ No authorization required
|
|
|
942
1479
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
943
1480
|
|
|
944
1481
|
# **rSVPV2ControllerInvite**
|
|
945
|
-
> rSVPV2ControllerInvite(inviteRSVPArrayDTO)
|
|
1482
|
+
> InviteRSVPResponseDTO rSVPV2ControllerInvite(inviteRSVPArrayDTO)
|
|
946
1483
|
|
|
947
1484
|
|
|
948
1485
|
### Example
|
|
@@ -976,7 +1513,7 @@ const { status, data } = await apiInstance.rSVPV2ControllerInvite(
|
|
|
976
1513
|
|
|
977
1514
|
### Return type
|
|
978
1515
|
|
|
979
|
-
|
|
1516
|
+
**InviteRSVPResponseDTO**
|
|
980
1517
|
|
|
981
1518
|
### Authorization
|
|
982
1519
|
|
|
@@ -985,7 +1522,7 @@ void (empty response body)
|
|
|
985
1522
|
### HTTP request headers
|
|
986
1523
|
|
|
987
1524
|
- **Content-Type**: application/json
|
|
988
|
-
- **Accept**:
|
|
1525
|
+
- **Accept**: application/json
|
|
989
1526
|
|
|
990
1527
|
|
|
991
1528
|
### HTTP response details
|
|
@@ -1049,6 +1586,106 @@ void (empty response body)
|
|
|
1049
1586
|
|
|
1050
1587
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1051
1588
|
|
|
1589
|
+
# **rSVPV2ControllerProposeTime**
|
|
1590
|
+
> rSVPV2ControllerProposeTime()
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
### Example
|
|
1594
|
+
|
|
1595
|
+
```typescript
|
|
1596
|
+
import {
|
|
1597
|
+
RSVPV2Api,
|
|
1598
|
+
Configuration
|
|
1599
|
+
} from './api';
|
|
1600
|
+
|
|
1601
|
+
const configuration = new Configuration();
|
|
1602
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
1603
|
+
|
|
1604
|
+
let requestId: string; // (default to undefined)
|
|
1605
|
+
|
|
1606
|
+
const { status, data } = await apiInstance.rSVPV2ControllerProposeTime(
|
|
1607
|
+
requestId
|
|
1608
|
+
);
|
|
1609
|
+
```
|
|
1610
|
+
|
|
1611
|
+
### Parameters
|
|
1612
|
+
|
|
1613
|
+
|Name | Type | Description | Notes|
|
|
1614
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1615
|
+
| **requestId** | [**string**] | | defaults to undefined|
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
### Return type
|
|
1619
|
+
|
|
1620
|
+
void (empty response body)
|
|
1621
|
+
|
|
1622
|
+
### Authorization
|
|
1623
|
+
|
|
1624
|
+
[bearer](../README.md#bearer)
|
|
1625
|
+
|
|
1626
|
+
### HTTP request headers
|
|
1627
|
+
|
|
1628
|
+
- **Content-Type**: Not defined
|
|
1629
|
+
- **Accept**: Not defined
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
### HTTP response details
|
|
1633
|
+
| Status code | Description | Response headers |
|
|
1634
|
+
|-------------|-------------|------------------|
|
|
1635
|
+
|**200** | Propose a new date & time for join request | - |
|
|
1636
|
+
|
|
1637
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1638
|
+
|
|
1639
|
+
# **rSVPV2ControllerRejectProposal**
|
|
1640
|
+
> rSVPV2ControllerRejectProposal()
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
### Example
|
|
1644
|
+
|
|
1645
|
+
```typescript
|
|
1646
|
+
import {
|
|
1647
|
+
RSVPV2Api,
|
|
1648
|
+
Configuration
|
|
1649
|
+
} from './api';
|
|
1650
|
+
|
|
1651
|
+
const configuration = new Configuration();
|
|
1652
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
1653
|
+
|
|
1654
|
+
let requestId: string; // (default to undefined)
|
|
1655
|
+
|
|
1656
|
+
const { status, data } = await apiInstance.rSVPV2ControllerRejectProposal(
|
|
1657
|
+
requestId
|
|
1658
|
+
);
|
|
1659
|
+
```
|
|
1660
|
+
|
|
1661
|
+
### Parameters
|
|
1662
|
+
|
|
1663
|
+
|Name | Type | Description | Notes|
|
|
1664
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1665
|
+
| **requestId** | [**string**] | | defaults to undefined|
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
### Return type
|
|
1669
|
+
|
|
1670
|
+
void (empty response body)
|
|
1671
|
+
|
|
1672
|
+
### Authorization
|
|
1673
|
+
|
|
1674
|
+
[bearer](../README.md#bearer)
|
|
1675
|
+
|
|
1676
|
+
### HTTP request headers
|
|
1677
|
+
|
|
1678
|
+
- **Content-Type**: Not defined
|
|
1679
|
+
- **Accept**: Not defined
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
### HTTP response details
|
|
1683
|
+
| Status code | Description | Response headers |
|
|
1684
|
+
|-------------|-------------|------------------|
|
|
1685
|
+
|**200** | Reject proposal for a new date & time | - |
|
|
1686
|
+
|
|
1687
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1688
|
+
|
|
1052
1689
|
# **rSVPV2ControllerReminderEventCalendar**
|
|
1053
1690
|
> rSVPV2ControllerReminderEventCalendar()
|
|
1054
1691
|
|
|
@@ -1099,6 +1736,60 @@ No authorization required
|
|
|
1099
1736
|
|
|
1100
1737
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1101
1738
|
|
|
1739
|
+
# **rSVPV2ControllerRequestToJoin**
|
|
1740
|
+
> rSVPV2ControllerRequestToJoin(joinRSVPEventDTO)
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
### Example
|
|
1744
|
+
|
|
1745
|
+
```typescript
|
|
1746
|
+
import {
|
|
1747
|
+
RSVPV2Api,
|
|
1748
|
+
Configuration,
|
|
1749
|
+
JoinRSVPEventDTO
|
|
1750
|
+
} from './api';
|
|
1751
|
+
|
|
1752
|
+
const configuration = new Configuration();
|
|
1753
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
1754
|
+
|
|
1755
|
+
let id: string; // (default to undefined)
|
|
1756
|
+
let joinRSVPEventDTO: JoinRSVPEventDTO; //
|
|
1757
|
+
|
|
1758
|
+
const { status, data } = await apiInstance.rSVPV2ControllerRequestToJoin(
|
|
1759
|
+
id,
|
|
1760
|
+
joinRSVPEventDTO
|
|
1761
|
+
);
|
|
1762
|
+
```
|
|
1763
|
+
|
|
1764
|
+
### Parameters
|
|
1765
|
+
|
|
1766
|
+
|Name | Type | Description | Notes|
|
|
1767
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1768
|
+
| **joinRSVPEventDTO** | **JoinRSVPEventDTO**| | |
|
|
1769
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
### Return type
|
|
1773
|
+
|
|
1774
|
+
void (empty response body)
|
|
1775
|
+
|
|
1776
|
+
### Authorization
|
|
1777
|
+
|
|
1778
|
+
[bearer](../README.md#bearer)
|
|
1779
|
+
|
|
1780
|
+
### HTTP request headers
|
|
1781
|
+
|
|
1782
|
+
- **Content-Type**: application/json
|
|
1783
|
+
- **Accept**: Not defined
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
### HTTP response details
|
|
1787
|
+
| Status code | Description | Response headers |
|
|
1788
|
+
|-------------|-------------|------------------|
|
|
1789
|
+
|**201** | Submit request to join an approval-required event | - |
|
|
1790
|
+
|
|
1791
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1792
|
+
|
|
1102
1793
|
# **rSVPV2ControllerRsvpFavorites**
|
|
1103
1794
|
> RSVPEventFavoritedDTO rSVPV2ControllerRsvpFavorites(rSVPEventFavoriteDTO)
|
|
1104
1795
|
|
|
@@ -1150,6 +1841,60 @@ const { status, data } = await apiInstance.rSVPV2ControllerRsvpFavorites(
|
|
|
1150
1841
|
|
|
1151
1842
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1152
1843
|
|
|
1844
|
+
# **rSVPV2ControllerSendBlast**
|
|
1845
|
+
> rSVPV2ControllerSendBlast(createRSVPBlastDTO)
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
### Example
|
|
1849
|
+
|
|
1850
|
+
```typescript
|
|
1851
|
+
import {
|
|
1852
|
+
RSVPV2Api,
|
|
1853
|
+
Configuration,
|
|
1854
|
+
CreateRSVPBlastDTO
|
|
1855
|
+
} from './api';
|
|
1856
|
+
|
|
1857
|
+
const configuration = new Configuration();
|
|
1858
|
+
const apiInstance = new RSVPV2Api(configuration);
|
|
1859
|
+
|
|
1860
|
+
let id: string; // (default to undefined)
|
|
1861
|
+
let createRSVPBlastDTO: CreateRSVPBlastDTO; //
|
|
1862
|
+
|
|
1863
|
+
const { status, data } = await apiInstance.rSVPV2ControllerSendBlast(
|
|
1864
|
+
id,
|
|
1865
|
+
createRSVPBlastDTO
|
|
1866
|
+
);
|
|
1867
|
+
```
|
|
1868
|
+
|
|
1869
|
+
### Parameters
|
|
1870
|
+
|
|
1871
|
+
|Name | Type | Description | Notes|
|
|
1872
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1873
|
+
| **createRSVPBlastDTO** | **CreateRSVPBlastDTO**| | |
|
|
1874
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
### Return type
|
|
1878
|
+
|
|
1879
|
+
void (empty response body)
|
|
1880
|
+
|
|
1881
|
+
### Authorization
|
|
1882
|
+
|
|
1883
|
+
[bearer](../README.md#bearer)
|
|
1884
|
+
|
|
1885
|
+
### HTTP request headers
|
|
1886
|
+
|
|
1887
|
+
- **Content-Type**: application/json
|
|
1888
|
+
- **Accept**: Not defined
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
### HTTP response details
|
|
1892
|
+
| Status code | Description | Response headers |
|
|
1893
|
+
|-------------|-------------|------------------|
|
|
1894
|
+
|**200** | Send a blast message to selected recipients | - |
|
|
1895
|
+
|
|
1896
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1897
|
+
|
|
1153
1898
|
# **rSVPV2ControllerSetupPayment**
|
|
1154
1899
|
> rSVPV2ControllerSetupPayment(setupRSVPV2PaymentDTO)
|
|
1155
1900
|
|