POST example/api/smsstatistics/GetDeliveredByDeliveryId
https://app.bwz.se/bedrock/example/api/smsstatistics/GetDeliveredByDeliveryId
Gets deliveries.
Request Information
URI Parameters
None.
Body Parameters
Max number of deliveries to get
GetDeliveredByIdArgsName | Description | Type | Additional information |
---|---|---|---|
FromDeliveryId |
Id of the first delivery to be returned |
integer |
Required |
BatchSize |
Max number of deliveries to get |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDeliveryId": 1, "BatchSize": 2 }
application/xml, text/xml
Sample:
<GetDeliveredByIdArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netoptions.BizWizard.Api.Common.Models.SmsStatistics"> <BatchSize>2</BatchSize> <FromDeliveryId>1</FromDeliveryId> </GetDeliveredByIdArgs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
An array of SmsMessageDeliveredModels.
Collection of SmsMessageDeliveredModelName | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the id. |
integer |
None. |
SmsRecipientModel |
Gets or sets the SmsRecipientModel that opened. |
SmsRecipientModel |
None. |
SmsMessageQueueId |
Gets or sets the id of the SmsMessageQueue. |
integer |
None. |
CreatedDate |
Gets or sets the creation date and time. |
date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "SmsRecipientModel": { "CreatedByUserId": 1, "CreationDate": "2024-11-21T17:48:45.1364376+01:00", "MobileNumber": "sample string 3", "Id": 4, "RecipientEntrySource": "sample string 5", "Properties": [ { "Name": "sample string 1", "Value": {} }, { "Name": "sample string 1", "Value": {} } ] }, "SmsMessageQueueId": 2, "CreatedDate": "2024-11-21T17:48:45.1364376+01:00" }, { "Id": 1, "SmsRecipientModel": { "CreatedByUserId": 1, "CreationDate": "2024-11-21T17:48:45.1364376+01:00", "MobileNumber": "sample string 3", "Id": 4, "RecipientEntrySource": "sample string 5", "Properties": [ { "Name": "sample string 1", "Value": {} }, { "Name": "sample string 1", "Value": {} } ] }, "SmsMessageQueueId": 2, "CreatedDate": "2024-11-21T17:48:45.1364376+01:00" } ]
application/xml, text/xml
Sample:
<ArrayOfSmsMessageDeliveredModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netoptions.BizWizard.Api.Common.Models.SmsStatistics"> <SmsMessageDeliveredModel> <CreatedDate>2024-11-21T17:48:45.1364376+01:00</CreatedDate> <Id>1</Id> <SmsMessageQueueId>2</SmsMessageQueueId> <SmsRecipientModel xmlns:d3p1="http://schemas.datacontract.org/2004/07/Netoptions.BizWizard.Api.Common.Models.SmsRecipient"> <d3p1:CreatedByUserId>1</d3p1:CreatedByUserId> <d3p1:CreationDate>2024-11-21T17:48:45.1364376+01:00</d3p1:CreationDate> <d3p1:Id>4</d3p1:Id> <d3p1:MobileNumber>sample string 3</d3p1:MobileNumber> <d3p1:Properties xmlns:d4p1="http://schemas.datacontract.org/2004/07/Netoptions.BizWizard.Api.Common.Models.MailRecipient"> <d4p1:PropertyValueModel> <d4p1:Name>sample string 1</d4p1:Name> <d4p1:Value /> </d4p1:PropertyValueModel> <d4p1:PropertyValueModel> <d4p1:Name>sample string 1</d4p1:Name> <d4p1:Value /> </d4p1:PropertyValueModel> </d3p1:Properties> <d3p1:RecipientEntrySource>sample string 5</d3p1:RecipientEntrySource> </SmsRecipientModel> </SmsMessageDeliveredModel> <SmsMessageDeliveredModel> <CreatedDate>2024-11-21T17:48:45.1364376+01:00</CreatedDate> <Id>1</Id> <SmsMessageQueueId>2</SmsMessageQueueId> <SmsRecipientModel xmlns:d3p1="http://schemas.datacontract.org/2004/07/Netoptions.BizWizard.Api.Common.Models.SmsRecipient"> <d3p1:CreatedByUserId>1</d3p1:CreatedByUserId> <d3p1:CreationDate>2024-11-21T17:48:45.1364376+01:00</d3p1:CreationDate> <d3p1:Id>4</d3p1:Id> <d3p1:MobileNumber>sample string 3</d3p1:MobileNumber> <d3p1:Properties xmlns:d4p1="http://schemas.datacontract.org/2004/07/Netoptions.BizWizard.Api.Common.Models.MailRecipient"> <d4p1:PropertyValueModel> <d4p1:Name>sample string 1</d4p1:Name> <d4p1:Value /> </d4p1:PropertyValueModel> <d4p1:PropertyValueModel> <d4p1:Name>sample string 1</d4p1:Name> <d4p1:Value /> </d4p1:PropertyValueModel> </d3p1:Properties> <d3p1:RecipientEntrySource>sample string 5</d3p1:RecipientEntrySource> </SmsRecipientModel> </SmsMessageDeliveredModel> </ArrayOfSmsMessageDeliveredModel>