You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SendinBlue's API matches the [OpenAPI v2 definition](https://www.openapis.org/).
9
9
This C# SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project and is reviewed and maintained by SendinBlue:
varidentifier=identifier_example; // string | Email (urlencoded) OR ID of the contact
881
-
varstartDate=2013-10-20; //DateTime? | Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate (optional)
882
-
varendDate=2013-10-20; //DateTime? | Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate (optional)
881
+
varstartDate=startDate_example; //string | Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate (optional)
882
+
varendDate=endDate_example; //string | Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate (optional)
**identifier** | **string**| Email (urlencoded) OR ID of the contact |
904
-
**startDate** | **DateTime?**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate | [optional]
905
-
**endDate** | **DateTime?**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate | [optional]
904
+
**startDate** | **string**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate | [optional]
905
+
**endDate** | **string**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate | [optional]
906
906
907
907
### Return type
908
908
@@ -921,7 +921,7 @@ Name | Type | Description | Notes
varlimit=789; // long? | Number of documents per page (optional) (default to 50)
953
953
varoffset=789; // long? | Index of the first document of the page (optional) (default to 0)
954
-
varmodifiedSince=2013-10-20T19:20:30+01:00; //DateTime? | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
955
-
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
954
+
varmodifiedSince=modifiedSince_example; //string | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
955
+
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
956
956
957
957
try
958
958
{
@@ -975,8 +975,8 @@ Name | Type | Description | Notes
**limit** | **long?**| Number of documents per page | [optional][default to 50]
977
977
**offset** | **long?**| Index of the first document of the page | [optional][default to 0]
978
-
**modifiedSince** | **DateTime?**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
979
-
**sort** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
978
+
**modifiedSince** | **string**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
979
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
980
980
981
981
### Return type
982
982
@@ -995,7 +995,7 @@ Name | Type | Description | Notes
varmodifiedSince=2013-10-20T19:20:30+01:00; //DateTime? | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
1027
+
varmodifiedSince=modifiedSince_example; //string | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
1028
1028
varlimit=789; // long? | Number of documents per page (optional) (default to 50)
1029
1029
varoffset=789; // long? | Index of the first document of the page (optional) (default to 0)
1030
-
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
1030
+
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
**modifiedSince** | **DateTime?**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
1052
+
**modifiedSince** | **string**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
1053
1053
**limit** | **long?**| Number of documents per page | [optional][default to 50]
1054
1054
**offset** | **long?**| Index of the first document of the page | [optional][default to 0]
1055
-
**sort** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1055
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
1056
1056
1057
1057
### Return type
1058
1058
@@ -1170,7 +1170,7 @@ namespace Example
1170
1170
varfolderId=789; // long? | Id of the folder
1171
1171
varlimit=789; // long? | Number of documents per page (optional) (default to 10)
1172
1172
varoffset=789; // long? | Index of the first document of the page (optional) (default to 0)
1173
-
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
1173
+
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
1174
1174
1175
1175
try
1176
1176
{
@@ -1194,7 +1194,7 @@ Name | Type | Description | Notes
1194
1194
**folderId** | **long?**| Id of the folder |
1195
1195
**limit** | **long?**| Number of documents per page | [optional][default to 10]
1196
1196
**offset** | **long?**| Index of the first document of the page | [optional][default to 0]
1197
-
**sort** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1197
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
1198
1198
1199
1199
### Return type
1200
1200
@@ -1243,7 +1243,7 @@ namespace Example
1243
1243
varapiInstance=newContactsApi();
1244
1244
varlimit=789; // long? | Number of documents per page (default to 10)
1245
1245
varoffset=789; // long? | Index of the first document of the page (default to 0)
1246
-
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
1246
+
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
1247
1247
1248
1248
try
1249
1249
{
@@ -1266,7 +1266,7 @@ Name | Type | Description | Notes
**limit** | **long?**| Number of documents per page | [default to 10]
1268
1268
**offset** | **long?**| Index of the first document of the page | [default to 0]
1269
-
**sort** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1269
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
1270
1270
1271
1271
### Return type
1272
1272
@@ -1383,7 +1383,7 @@ namespace Example
1383
1383
varapiInstance=newContactsApi();
1384
1384
varlimit=789; // long? | Number of documents per page (optional) (default to 10)
1385
1385
varoffset=789; // long? | Index of the first document of the page (optional) (default to 0)
1386
-
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
1386
+
varsort=sort_example; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
1387
1387
1388
1388
try
1389
1389
{
@@ -1406,7 +1406,7 @@ Name | Type | Description | Notes
**limit** | **long?**| Number of documents per page | [optional][default to 10]
1408
1408
**offset** | **long?**| Index of the first document of the page | [optional][default to 0]
1409
-
**sort** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1409
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
Copy file name to clipboardExpand all lines: docs/CreateEmailCampaign.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
**HtmlContent** | **string** | Mandatory if htmlUrl and templateId are empty. Body of the message (HTML) | [optional]
10
10
**HtmlUrl** | **string** | Mandatory if htmlContent and templateId are empty. Url to the message (HTML) | [optional]
11
11
**TemplateId** | **long?** | Mandatory if htmlContent and htmlUrl are empty. Id of the transactional email template with status 'active'. Used to copy only its content fetched from htmlContent/htmlUrl to an email campaign for RSS feature. | [optional]
12
-
**ScheduledAt** | **DateTime?** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. If sendAtBestTime is set to true, your campaign will be sent according to the date passed (ignoring the time part). | [optional]
12
+
**ScheduledAt** | **string** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. If sendAtBestTime is set to true, your campaign will be sent according to the date passed (ignoring the time part). | [optional]
13
13
**Subject** | **string** | Subject of the campaign. Mandatory if abTesting is false. Ignored if abTesting is true. | [optional]
14
14
**ReplyTo** | **string** | Email on which the campaign recipients will be able to reply to | [optional]
15
15
**ToField** | **string** | To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization | [optional]
Copy file name to clipboardExpand all lines: docs/CreateSmsCampaign.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**Sender** | **string** | Name of the sender. **The number of characters is limited to 11 for alphanumeric characters and 15 for numeric characters** |
8
8
**Content** | **string** | Content of the message. The maximum characters used per SMS is 160, if used more than that, it will be counted as more than one SMS |
**ScheduledAt** | **DateTime?** | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
10
+
**ScheduledAt** | **string** | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments