@onesignal/node-onesignal 2.0.1-beta1 → 2.0.1-beta2
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/DefaultApi.md +126 -4
- package/apis/DefaultApi.ts +623 -95
- package/dist/apis/DefaultApi.d.ts +3 -0
- package/dist/apis/DefaultApi.js +1063 -415
- package/dist/apis/DefaultApi.js.map +1 -1
- package/dist/models/{BadRequestError.d.ts → ExportEventsSuccessResponse.d.ts} +2 -2
- package/dist/models/ExportEventsSuccessResponse.js +22 -0
- package/dist/models/ExportEventsSuccessResponse.js.map +1 -0
- package/dist/models/{CreateSegmentBadRequestResponse.d.ts → GenericError.d.ts} +3 -3
- package/dist/models/GenericError.js +22 -0
- package/dist/models/GenericError.js.map +1 -0
- package/dist/models/{IdentifyUserConflictResponseErrorsInner.d.ts → GenericErrorErrorsInner.d.ts} +1 -1
- package/dist/models/GenericErrorErrorsInner.js +28 -0
- package/dist/models/GenericErrorErrorsInner.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +4 -3
- package/dist/models/ObjectSerializer.js +12 -9
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/{DeletePlayerBadRequestResponse.d.ts → RateLimiterError.d.ts} +3 -2
- package/dist/models/RateLimiterError.js +22 -0
- package/dist/models/RateLimiterError.js.map +1 -0
- package/dist/models/all.d.ts +4 -3
- package/dist/models/all.js +4 -3
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +6 -0
- package/dist/types/ObjectParamAPI.js +3 -0
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +2 -0
- package/dist/types/ObservableAPI.js +89 -65
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +2 -0
- package/dist/types/PromiseAPI.js +4 -0
- package/dist/types/PromiseAPI.js.map +1 -1
- package/models/App.ts +1 -1
- package/models/BasicNotification.ts +1 -1
- package/models/BasicNotificationAllOf.ts +1 -1
- package/models/BasicNotificationAllOfAndroidBackgroundLayout.ts +1 -1
- package/models/BeginLiveActivityRequest.ts +1 -1
- package/models/Button.ts +1 -1
- package/models/CancelNotificationSuccessResponse.ts +1 -1
- package/models/CreateNotificationSuccessResponse.ts +1 -1
- package/models/CreatePlayerSuccessResponse.ts +1 -1
- package/models/CreateSegmentConflictResponse.ts +1 -1
- package/models/CreateSegmentSuccessResponse.ts +1 -1
- package/models/CreateSubscriptionRequestBody.ts +1 -1
- package/models/CreateUserConflictResponse.ts +1 -1
- package/models/CreateUserConflictResponseErrorsInner.ts +1 -1
- package/models/CreateUserConflictResponseErrorsItemsMeta.ts +1 -1
- package/models/DeletePlayerNotFoundResponse.ts +1 -1
- package/models/DeletePlayerSuccessResponse.ts +1 -1
- package/models/DeleteSegmentNotFoundResponse.ts +1 -1
- package/models/DeleteSegmentSuccessResponse.ts +1 -1
- package/models/DeliveryData.ts +1 -1
- package/models/{DeletePlayerBadRequestResponse.ts → ExportEventsSuccessResponse.ts} +7 -7
- package/models/ExportPlayersRequestBody.ts +1 -1
- package/models/ExportPlayersSuccessResponse.ts +1 -1
- package/models/Filter.ts +1 -1
- package/models/FilterExpressions.ts +1 -1
- package/models/{CreateNotificationBadRequestResponse.ts → GenericError.ts} +6 -5
- package/models/{IdentifyUserConflictResponseErrorsInner.ts → GenericErrorErrorsInner.ts} +3 -3
- package/models/GetNotificationRequestBody.ts +1 -1
- package/models/InlineResponse200.ts +1 -1
- package/models/InlineResponse2003.ts +1 -1
- package/models/InlineResponse201.ts +1 -1
- package/models/InlineResponse202.ts +1 -1
- package/models/InvalidIdentifierError.ts +1 -1
- package/models/Notification.ts +1 -1
- package/models/Notification200Errors.ts +1 -1
- package/models/NotificationAllOf.ts +1 -1
- package/models/NotificationHistorySuccessResponse.ts +1 -1
- package/models/NotificationSlice.ts +1 -1
- package/models/NotificationTarget.ts +1 -1
- package/models/NotificationWithMeta.ts +1 -1
- package/models/NotificationWithMetaAllOf.ts +1 -1
- package/models/ObjectSerializer.ts +12 -9
- package/models/Operator.ts +1 -1
- package/models/OutcomeData.ts +1 -1
- package/models/OutcomesData.ts +1 -1
- package/models/PlatformDeliveryData.ts +1 -1
- package/models/PlatformDeliveryDataEmailAllOf.ts +1 -1
- package/models/PlatformDeliveryDataSmsAllOf.ts +1 -1
- package/models/Player.ts +1 -1
- package/models/PlayerNotificationTarget.ts +1 -1
- package/models/PlayerNotificationTargetIncludeAliases.ts +1 -1
- package/models/PlayerSlice.ts +1 -1
- package/models/PropertiesDeltas.ts +1 -1
- package/models/PropertiesObject.ts +1 -1
- package/models/Purchase.ts +1 -1
- package/models/{BadRequestError.ts → RateLimiterError.ts} +6 -5
- package/models/Segment.ts +1 -1
- package/models/SegmentNotificationTarget.ts +1 -1
- package/models/StringMap.ts +1 -1
- package/models/SubscriptionObject.ts +1 -1
- package/models/TransferSubscriptionRequestBody.ts +1 -1
- package/models/UpdateLiveActivityRequest.ts +1 -1
- package/models/UpdateLiveActivitySuccessResponse.ts +1 -1
- package/models/UpdatePlayerSuccessResponse.ts +1 -1
- package/models/UpdatePlayerTagsRequestBody.ts +1 -1
- package/models/UpdatePlayerTagsSuccessResponse.ts +1 -1
- package/models/UpdateSubscriptionRequestBody.ts +1 -1
- package/models/UpdateUserRequest.ts +1 -1
- package/models/User.ts +1 -1
- package/models/UserIdentityRequestBody.ts +1 -1
- package/models/UserIdentityResponse.ts +1 -1
- package/models/UserSubscriptionOptions.ts +1 -1
- package/models/all.ts +4 -3
- package/package.json +2 -2
- package/types/ObjectParamAPI.ts +29 -4
- package/types/ObservableAPI.ts +30 -4
- package/types/PromiseAPI.ts +16 -4
- package/dist/models/BadRequestError.js +0 -22
- package/dist/models/BadRequestError.js.map +0 -1
- package/dist/models/CreateNotificationBadRequestResponse.d.ts +0 -17
- package/dist/models/CreateNotificationBadRequestResponse.js +0 -22
- package/dist/models/CreateNotificationBadRequestResponse.js.map +0 -1
- package/dist/models/CreateSegmentBadRequestResponse.js +0 -28
- package/dist/models/CreateSegmentBadRequestResponse.js.map +0 -1
- package/dist/models/DeletePlayerBadRequestResponse.js +0 -22
- package/dist/models/DeletePlayerBadRequestResponse.js.map +0 -1
- package/dist/models/DeleteSegmentBadRequestResponse.d.ts +0 -17
- package/dist/models/DeleteSegmentBadRequestResponse.js +0 -22
- package/dist/models/DeleteSegmentBadRequestResponse.js.map +0 -1
- package/dist/models/FilterNotificationTarget.d.ts +0 -28
- package/dist/models/FilterNotificationTarget.js +0 -88
- package/dist/models/FilterNotificationTarget.js.map +0 -1
- package/dist/models/IdentifyUserConflictResponse.d.ts +0 -18
- package/dist/models/IdentifyUserConflictResponse.js +0 -22
- package/dist/models/IdentifyUserConflictResponse.js.map +0 -1
- package/dist/models/IdentifyUserConflictResponseErrorsInner.js +0 -28
- package/dist/models/IdentifyUserConflictResponseErrorsInner.js.map +0 -1
- package/dist/models/NotificationHistoryBadRequestResponse.d.ts +0 -18
- package/dist/models/NotificationHistoryBadRequestResponse.js +0 -28
- package/dist/models/NotificationHistoryBadRequestResponse.js.map +0 -1
- package/models/CreateSegmentBadRequestResponse.ts +0 -38
- package/models/DeleteSegmentBadRequestResponse.ts +0 -31
- package/models/FilterNotificationTarget.ts +0 -144
- package/models/IdentifyUserConflictResponse.ts +0 -32
- package/models/NotificationHistoryBadRequestResponse.ts +0 -38
package/DefaultApi.md
CHANGED
|
@@ -18,7 +18,8 @@ Method | HTTP request | Description
|
|
|
18
18
|
[**deleteSubscription**](DefaultApi.md#deleteSubscription) | **DELETE** /apps/{app_id}/subscriptions/{subscription_id} |
|
|
19
19
|
[**deleteUser**](DefaultApi.md#deleteUser) | **DELETE** /apps/{app_id}/users/by/{alias_label}/{alias_id} |
|
|
20
20
|
[**endLiveActivity**](DefaultApi.md#endLiveActivity) | **DELETE** /apps/{app_id}/live_activities/{activity_id}/token/{subscription_id} | Stop Live Activity
|
|
21
|
-
[**
|
|
21
|
+
[**exportEvents**](DefaultApi.md#exportEvents) | **POST** /notifications/{notification_id}/export_events?app_id={app_id} | Export CSV of Events
|
|
22
|
+
[**exportPlayers**](DefaultApi.md#exportPlayers) | **POST** /players/csv_export?app_id={app_id} | Export CSV of Players
|
|
22
23
|
[**fetchAliases**](DefaultApi.md#fetchAliases) | **GET** /apps/{app_id}/subscriptions/{subscription_id}/user/identity |
|
|
23
24
|
[**fetchUser**](DefaultApi.md#fetchUser) | **GET** /apps/{app_id}/users/by/{alias_label}/{alias_id} |
|
|
24
25
|
[**fetchUserIdentity**](DefaultApi.md#fetchUserIdentity) | **GET** /apps/{app_id}/users/by/{alias_label}/{alias_id}/identity |
|
|
@@ -103,6 +104,7 @@ Name | Type | Description | Notes
|
|
|
103
104
|
|-------------|-------------|------------------|
|
|
104
105
|
**204** | OK | - |
|
|
105
106
|
**400** | Bad Request | - |
|
|
107
|
+
**429** | Rate Limit Exceeded | - |
|
|
106
108
|
|
|
107
109
|
[[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)
|
|
108
110
|
|
|
@@ -161,6 +163,7 @@ Name | Type | Description | Notes
|
|
|
161
163
|
|-------------|-------------|------------------|
|
|
162
164
|
**200** | OK | - |
|
|
163
165
|
**400** | Bad Request | - |
|
|
166
|
+
**429** | Rate Limit Exceeded | - |
|
|
164
167
|
|
|
165
168
|
[[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)
|
|
166
169
|
|
|
@@ -238,6 +241,7 @@ Name | Type | Description | Notes
|
|
|
238
241
|
|-------------|-------------|------------------|
|
|
239
242
|
**200** | OK | - |
|
|
240
243
|
**400** | Bad Request | - |
|
|
244
|
+
**429** | Rate Limit Exceeded | - |
|
|
241
245
|
|
|
242
246
|
[[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)
|
|
243
247
|
|
|
@@ -293,6 +297,7 @@ Name | Type | Description | Notes
|
|
|
293
297
|
|-------------|-------------|------------------|
|
|
294
298
|
**200** | OK, invalid_player_ids, invalid_external_user_ids or No Subscribed Players If a message was successfully created, you will get a 200 response and an id for the notification. If the 200 response contains \"invalid_player_ids\" or \"invalid_external_user_ids\" this will mark devices that exist in the provided app_id but are no longer subscribed. If no id is returned, then a message was not created and the targeted User IDs do not exist under the provided app_id. Any User IDs sent in the request that do not exist under the specified app_id will be ignored. | - |
|
|
295
299
|
**400** | Bad Request | - |
|
|
300
|
+
**429** | Rate Limit Exceeded | - |
|
|
296
301
|
|
|
297
302
|
[[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)
|
|
298
303
|
|
|
@@ -374,6 +379,8 @@ Name | Type | Description | Notes
|
|
|
374
379
|
|-------------|-------------|------------------|
|
|
375
380
|
**200** | OK | - |
|
|
376
381
|
**400** | Bad Request | - |
|
|
382
|
+
**409** | Conflict | - |
|
|
383
|
+
**429** | Rate Limit Exceeded | - |
|
|
377
384
|
|
|
378
385
|
[[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)
|
|
379
386
|
|
|
@@ -439,6 +446,7 @@ Name | Type | Description | Notes
|
|
|
439
446
|
**201** | Created | - |
|
|
440
447
|
**400** | Bad Request | - |
|
|
441
448
|
**409** | Conflict | - |
|
|
449
|
+
**429** | Rate Limit Exceeded | - |
|
|
442
450
|
|
|
443
451
|
[[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)
|
|
444
452
|
|
|
@@ -524,6 +532,9 @@ Name | Type | Description | Notes
|
|
|
524
532
|
|-------------|-------------|------------------|
|
|
525
533
|
**201** | CREATED | - |
|
|
526
534
|
**202** | ACCEPTED | - |
|
|
535
|
+
**400** | Bad Request | - |
|
|
536
|
+
**409** | Operation is not permitted due to user having the maximum number of subscriptions assigned | - |
|
|
537
|
+
**429** | Rate Limit Exceeded | - |
|
|
527
538
|
|
|
528
539
|
[[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)
|
|
529
540
|
|
|
@@ -626,9 +637,12 @@ Name | Type | Description | Notes
|
|
|
626
637
|
### HTTP response details
|
|
627
638
|
| Status code | Description | Response headers |
|
|
628
639
|
|-------------|-------------|------------------|
|
|
640
|
+
**200** | CREATED | - |
|
|
629
641
|
**201** | CREATED | - |
|
|
630
642
|
**202** | ACCEPTED | - |
|
|
643
|
+
**400** | Bad Request | - |
|
|
631
644
|
**409** | Multiple User Identity Conflict | - |
|
|
645
|
+
**429** | Rate Limit Exceeded | - |
|
|
632
646
|
|
|
633
647
|
[[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)
|
|
634
648
|
|
|
@@ -692,6 +706,9 @@ Name | Type | Description | Notes
|
|
|
692
706
|
| Status code | Description | Response headers |
|
|
693
707
|
|-------------|-------------|------------------|
|
|
694
708
|
**200** | OK | - |
|
|
709
|
+
**400** | Bad Request | - |
|
|
710
|
+
**409** | Conflict | - |
|
|
711
|
+
**429** | Rate Limit Exceeded | - |
|
|
695
712
|
|
|
696
713
|
[[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)
|
|
697
714
|
|
|
@@ -751,6 +768,7 @@ Name | Type | Description | Notes
|
|
|
751
768
|
**200** | OK | - |
|
|
752
769
|
**400** | Bad Request | - |
|
|
753
770
|
**404** | Not Found | - |
|
|
771
|
+
**429** | Rate Limit Exceeded | - |
|
|
754
772
|
|
|
755
773
|
[[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)
|
|
756
774
|
|
|
@@ -810,6 +828,7 @@ Name | Type | Description | Notes
|
|
|
810
828
|
**200** | OK | - |
|
|
811
829
|
**400** | Bad Request | - |
|
|
812
830
|
**404** | Not Found | - |
|
|
831
|
+
**429** | Rate Limit Exceeded | - |
|
|
813
832
|
|
|
814
833
|
[[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)
|
|
815
834
|
|
|
@@ -860,13 +879,16 @@ Name | Type | Description | Notes
|
|
|
860
879
|
### HTTP request headers
|
|
861
880
|
|
|
862
881
|
- **Content-Type**: Not defined
|
|
863
|
-
- **Accept**:
|
|
882
|
+
- **Accept**: application/json
|
|
864
883
|
|
|
865
884
|
|
|
866
885
|
### HTTP response details
|
|
867
886
|
| Status code | Description | Response headers |
|
|
868
887
|
|-------------|-------------|------------------|
|
|
869
888
|
**202** | ACCEPTED | - |
|
|
889
|
+
**400** | Bad Request | - |
|
|
890
|
+
**409** | Conflict | - |
|
|
891
|
+
**429** | Rate Limit Exceeded | - |
|
|
870
892
|
|
|
871
893
|
[[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)
|
|
872
894
|
|
|
@@ -920,13 +942,16 @@ No authorization required
|
|
|
920
942
|
### HTTP request headers
|
|
921
943
|
|
|
922
944
|
- **Content-Type**: Not defined
|
|
923
|
-
- **Accept**:
|
|
945
|
+
- **Accept**: application/json
|
|
924
946
|
|
|
925
947
|
|
|
926
948
|
### HTTP response details
|
|
927
949
|
| Status code | Description | Response headers |
|
|
928
950
|
|-------------|-------------|------------------|
|
|
929
951
|
**200** | OK | - |
|
|
952
|
+
**400** | Bad Request | - |
|
|
953
|
+
**409** | Conflict | - |
|
|
954
|
+
**429** | Rate Limit Exceeded | - |
|
|
930
955
|
|
|
931
956
|
[[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)
|
|
932
957
|
|
|
@@ -988,6 +1013,67 @@ Name | Type | Description | Notes
|
|
|
988
1013
|
|-------------|-------------|------------------|
|
|
989
1014
|
**204** | OK | - |
|
|
990
1015
|
**400** | Bad Request | - |
|
|
1016
|
+
**429** | Rate Limit Exceeded | - |
|
|
1017
|
+
|
|
1018
|
+
[[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)
|
|
1019
|
+
|
|
1020
|
+
# **exportEvents**
|
|
1021
|
+
> ExportEventsSuccessResponse exportEvents()
|
|
1022
|
+
|
|
1023
|
+
Generate a compressed CSV report of all of the events data for a notification. This will return a URL immediately upon success but it may take several minutes for the CSV to become available at that URL depending on the volume of data. Only one export can be in-progress per OneSignal account at any given time.
|
|
1024
|
+
|
|
1025
|
+
### Example
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
```typescript
|
|
1029
|
+
import { } from '';
|
|
1030
|
+
import * as fs from 'fs';
|
|
1031
|
+
|
|
1032
|
+
const configuration = .createConfiguration();
|
|
1033
|
+
const apiInstance = new .DefaultApi(configuration);
|
|
1034
|
+
|
|
1035
|
+
let body:.DefaultApiExportEventsRequest = {
|
|
1036
|
+
// string | The ID of the notification to export events from.
|
|
1037
|
+
notificationId: "notification_id_example",
|
|
1038
|
+
// string | The ID of the app that the notification belongs to.
|
|
1039
|
+
appId: "app_id_example",
|
|
1040
|
+
};
|
|
1041
|
+
|
|
1042
|
+
apiInstance.exportEvents(body).then((data:any) => {
|
|
1043
|
+
console.log('API called successfully. Returned data: ' + data);
|
|
1044
|
+
}).catch((error:any) => console.error(error));
|
|
1045
|
+
```
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
### Parameters
|
|
1049
|
+
|
|
1050
|
+
Name | Type | Description | Notes
|
|
1051
|
+
------------- | ------------- | ------------- | -------------
|
|
1052
|
+
**notificationId** | [**string**] | The ID of the notification to export events from. | defaults to undefined
|
|
1053
|
+
**appId** | [**string**] | The ID of the app that the notification belongs to. | defaults to undefined
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
### Return type
|
|
1057
|
+
|
|
1058
|
+
**ExportEventsSuccessResponse**
|
|
1059
|
+
|
|
1060
|
+
### Authorization
|
|
1061
|
+
|
|
1062
|
+
[app_key](README.md#app_key)
|
|
1063
|
+
|
|
1064
|
+
### HTTP request headers
|
|
1065
|
+
|
|
1066
|
+
- **Content-Type**: Not defined
|
|
1067
|
+
- **Accept**: application/json
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
### HTTP response details
|
|
1071
|
+
| Status code | Description | Response headers |
|
|
1072
|
+
|-------------|-------------|------------------|
|
|
1073
|
+
**200** | OK | - |
|
|
1074
|
+
**400** | Bad Request | - |
|
|
1075
|
+
**404** | Not Found | - |
|
|
1076
|
+
**429** | Rate Limit Exceeded | - |
|
|
991
1077
|
|
|
992
1078
|
[[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)
|
|
993
1079
|
|
|
@@ -1052,6 +1138,7 @@ Name | Type | Description | Notes
|
|
|
1052
1138
|
|-------------|-------------|------------------|
|
|
1053
1139
|
**200** | OK | - |
|
|
1054
1140
|
**400** | Bad Request | - |
|
|
1141
|
+
**429** | Rate Limit Exceeded | - |
|
|
1055
1142
|
|
|
1056
1143
|
[[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)
|
|
1057
1144
|
|
|
@@ -1109,6 +1196,7 @@ Name | Type | Description | Notes
|
|
|
1109
1196
|
| Status code | Description | Response headers |
|
|
1110
1197
|
|-------------|-------------|------------------|
|
|
1111
1198
|
**200** | OK | - |
|
|
1199
|
+
**400** | Bad Request | - |
|
|
1112
1200
|
|
|
1113
1201
|
[[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)
|
|
1114
1202
|
|
|
@@ -1169,6 +1257,8 @@ Name | Type | Description | Notes
|
|
|
1169
1257
|
| Status code | Description | Response headers |
|
|
1170
1258
|
|-------------|-------------|------------------|
|
|
1171
1259
|
**200** | OK | - |
|
|
1260
|
+
**400** | Bad Request | - |
|
|
1261
|
+
**429** | Rate Limit Exceeded | - |
|
|
1172
1262
|
|
|
1173
1263
|
[[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)
|
|
1174
1264
|
|
|
@@ -1229,6 +1319,8 @@ Name | Type | Description | Notes
|
|
|
1229
1319
|
| Status code | Description | Response headers |
|
|
1230
1320
|
|-------------|-------------|------------------|
|
|
1231
1321
|
**200** | OK | - |
|
|
1322
|
+
**400** | Bad Request | - |
|
|
1323
|
+
**429** | Rate Limit Exceeded | - |
|
|
1232
1324
|
|
|
1233
1325
|
[[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)
|
|
1234
1326
|
|
|
@@ -1284,6 +1376,7 @@ Name | Type | Description | Notes
|
|
|
1284
1376
|
|-------------|-------------|------------------|
|
|
1285
1377
|
**200** | OK | - |
|
|
1286
1378
|
**400** | Bad Request | - |
|
|
1379
|
+
**429** | Rate Limit Exceeded | - |
|
|
1287
1380
|
|
|
1288
1381
|
[[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)
|
|
1289
1382
|
|
|
@@ -1333,6 +1426,7 @@ This endpoint does not need any parameter.
|
|
|
1333
1426
|
|-------------|-------------|------------------|
|
|
1334
1427
|
**200** | OK | - |
|
|
1335
1428
|
**400** | Bad Request | - |
|
|
1429
|
+
**429** | Rate Limit Exceeded | - |
|
|
1336
1430
|
|
|
1337
1431
|
[[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)
|
|
1338
1432
|
|
|
@@ -1390,6 +1484,8 @@ Name | Type | Description | Notes
|
|
|
1390
1484
|
| Status code | Description | Response headers |
|
|
1391
1485
|
|-------------|-------------|------------------|
|
|
1392
1486
|
**200** | OK | - |
|
|
1487
|
+
**400** | Bad Request | - |
|
|
1488
|
+
**429** | Rate Limit Exceeded | - |
|
|
1393
1489
|
|
|
1394
1490
|
[[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)
|
|
1395
1491
|
|
|
@@ -1448,6 +1544,7 @@ Name | Type | Description | Notes
|
|
|
1448
1544
|
|-------------|-------------|------------------|
|
|
1449
1545
|
**200** | OK | - |
|
|
1450
1546
|
**400** | Bad Request | - |
|
|
1547
|
+
**429** | Rate Limit Exceeded | - |
|
|
1451
1548
|
|
|
1452
1549
|
[[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)
|
|
1453
1550
|
|
|
@@ -1510,6 +1607,7 @@ Name | Type | Description | Notes
|
|
|
1510
1607
|
|-------------|-------------|------------------|
|
|
1511
1608
|
**200** | OK | - |
|
|
1512
1609
|
**400** | Bad Request | - |
|
|
1610
|
+
**429** | Rate Limit Exceeded | - |
|
|
1513
1611
|
|
|
1514
1612
|
[[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)
|
|
1515
1613
|
|
|
@@ -1574,6 +1672,7 @@ Name | Type | Description | Notes
|
|
|
1574
1672
|
|-------------|-------------|------------------|
|
|
1575
1673
|
**200** | OK | - |
|
|
1576
1674
|
**400** | Bad Request | - |
|
|
1675
|
+
**429** | Rate Limit Exceeded | - |
|
|
1577
1676
|
|
|
1578
1677
|
[[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)
|
|
1579
1678
|
|
|
@@ -1644,6 +1743,7 @@ Name | Type | Description | Notes
|
|
|
1644
1743
|
|-------------|-------------|------------------|
|
|
1645
1744
|
**200** | OK | - |
|
|
1646
1745
|
**400** | Bad Request | - |
|
|
1746
|
+
**429** | Rate Limit Exceeded | - |
|
|
1647
1747
|
|
|
1648
1748
|
[[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)
|
|
1649
1749
|
|
|
@@ -1705,6 +1805,7 @@ Name | Type | Description | Notes
|
|
|
1705
1805
|
|-------------|-------------|------------------|
|
|
1706
1806
|
**200** | OK | - |
|
|
1707
1807
|
**400** | Bad Request | - |
|
|
1808
|
+
**429** | Rate Limit Exceeded | - |
|
|
1708
1809
|
|
|
1709
1810
|
[[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)
|
|
1710
1811
|
|
|
@@ -1766,6 +1867,7 @@ Name | Type | Description | Notes
|
|
|
1766
1867
|
|-------------|-------------|------------------|
|
|
1767
1868
|
**200** | OK | - |
|
|
1768
1869
|
**400** | Bad Request | - |
|
|
1870
|
+
**429** | Rate Limit Exceeded | - |
|
|
1769
1871
|
|
|
1770
1872
|
[[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)
|
|
1771
1873
|
|
|
@@ -1831,7 +1933,9 @@ Name | Type | Description | Notes
|
|
|
1831
1933
|
| Status code | Description | Response headers |
|
|
1832
1934
|
|-------------|-------------|------------------|
|
|
1833
1935
|
**200** | OK | - |
|
|
1936
|
+
**400** | Bad Request | - |
|
|
1834
1937
|
**409** | Conflict | - |
|
|
1938
|
+
**429** | Rate Limit Exceeded | - |
|
|
1835
1939
|
|
|
1836
1940
|
[[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)
|
|
1837
1941
|
|
|
@@ -1894,7 +1998,9 @@ Name | Type | Description | Notes
|
|
|
1894
1998
|
| Status code | Description | Response headers |
|
|
1895
1999
|
|-------------|-------------|------------------|
|
|
1896
2000
|
**200** | OK | - |
|
|
2001
|
+
**400** | Bad Request | - |
|
|
1897
2002
|
**409** | Conflict | - |
|
|
2003
|
+
**429** | Rate Limit Exceeded | - |
|
|
1898
2004
|
|
|
1899
2005
|
[[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)
|
|
1900
2006
|
|
|
@@ -1957,6 +2063,9 @@ Name | Type | Description | Notes
|
|
|
1957
2063
|
| Status code | Description | Response headers |
|
|
1958
2064
|
|-------------|-------------|------------------|
|
|
1959
2065
|
**200** | OK | - |
|
|
2066
|
+
**400** | Bad Request | - |
|
|
2067
|
+
**409** | Conflict | - |
|
|
2068
|
+
**429** | Rate Limit Exceeded | - |
|
|
1960
2069
|
|
|
1961
2070
|
[[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)
|
|
1962
2071
|
|
|
@@ -2037,6 +2146,7 @@ Name | Type | Description | Notes
|
|
|
2037
2146
|
|-------------|-------------|------------------|
|
|
2038
2147
|
**200** | OK | - |
|
|
2039
2148
|
**400** | Bad Request | - |
|
|
2149
|
+
**429** | Rate Limit Exceeded | - |
|
|
2040
2150
|
|
|
2041
2151
|
[[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)
|
|
2042
2152
|
|
|
@@ -2103,6 +2213,7 @@ Name | Type | Description | Notes
|
|
|
2103
2213
|
|-------------|-------------|------------------|
|
|
2104
2214
|
**200** | OK | - |
|
|
2105
2215
|
**400** | Bad Request | - |
|
|
2216
|
+
**429** | Rate Limit Exceeded | - |
|
|
2106
2217
|
|
|
2107
2218
|
[[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)
|
|
2108
2219
|
|
|
@@ -2187,6 +2298,8 @@ Name | Type | Description | Notes
|
|
|
2187
2298
|
|-------------|-------------|------------------|
|
|
2188
2299
|
**200** | OK | - |
|
|
2189
2300
|
**400** | Bad Request | - |
|
|
2301
|
+
**409** | Conflict | - |
|
|
2302
|
+
**429** | Rate Limit Exceeded | - |
|
|
2190
2303
|
|
|
2191
2304
|
[[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)
|
|
2192
2305
|
|
|
@@ -2249,6 +2362,9 @@ Name | Type | Description | Notes
|
|
|
2249
2362
|
| Status code | Description | Response headers |
|
|
2250
2363
|
|-------------|-------------|------------------|
|
|
2251
2364
|
**200** | OK | - |
|
|
2365
|
+
**400** | Bad Request | - |
|
|
2366
|
+
**409** | Conflict | - |
|
|
2367
|
+
**429** | Rate Limit Exceeded | - |
|
|
2252
2368
|
|
|
2253
2369
|
[[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)
|
|
2254
2370
|
|
|
@@ -2322,13 +2438,16 @@ Name | Type | Description | Notes
|
|
|
2322
2438
|
### HTTP request headers
|
|
2323
2439
|
|
|
2324
2440
|
- **Content-Type**: application/json
|
|
2325
|
-
- **Accept**:
|
|
2441
|
+
- **Accept**: application/json
|
|
2326
2442
|
|
|
2327
2443
|
|
|
2328
2444
|
### HTTP response details
|
|
2329
2445
|
| Status code | Description | Response headers |
|
|
2330
2446
|
|-------------|-------------|------------------|
|
|
2331
2447
|
**202** | ACCEPTED | - |
|
|
2448
|
+
**400** | Bad Request | - |
|
|
2449
|
+
**409** | Conflict | - |
|
|
2450
|
+
**429** | Rate Limit Exceeded | - |
|
|
2332
2451
|
|
|
2333
2452
|
[[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)
|
|
2334
2453
|
|
|
@@ -2426,6 +2545,9 @@ Name | Type | Description | Notes
|
|
|
2426
2545
|
| Status code | Description | Response headers |
|
|
2427
2546
|
|-------------|-------------|------------------|
|
|
2428
2547
|
**202** | ACCEPTED | - |
|
|
2548
|
+
**400** | Bad Request | - |
|
|
2549
|
+
**409** | Conflict | - |
|
|
2550
|
+
**429** | Rate Limit Exceeded | - |
|
|
2429
2551
|
|
|
2430
2552
|
[[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)
|
|
2431
2553
|
|