SOAP API methode Account_scheduledEmailings
Beschrijving
The emailings that will be processed can be filtered by several things. You can filter the type of the emailings, the kind of emailings, the contenttype of the emailings, how to order the emailings, and if the order is ascending or descending.
Parameters
Naam | Type | Beschrijving |
---|---|---|
type | string | type of mailings "individual", "mass", "both" |
test | string | "test", "normal", "both" |
active | string | 'yes', 'no', 'both' |
contenttype | string | "html", "text", "both" |
order | string | 'id', 'timestamp', 'individual', 'test', 'embedded', 'contenttype', 'personalize', 'subject', 'documentname', 'interval', 'nextstarttime', 'laststarttime' |
asc | boolean | |
search | Collection of type 'search' | Array with search options where the following fields are allowed: - totalmin: integer with minimum amount of sent messages - totalmax: integer with maximum amount of sent messages - impressionsmin: integer with minimum amount of impressions - impressionsmax: integer with minimum amount of impressions - errorsmin: integer with minimum amount of errors - errorsmax: integer with maximum amount of errors - clicksmin: integer with minimum amount of clicks - clicksmax: integer with minimum amount of clicks - fromdate: string date in mysql format to show all mailings from this date - todate: string date in mysql format to showl all mailings to this date - nextstartafterdate: string date in mysql format to show all scheduled emailing which start after a date (the next run date is after this given date) - laststartafterdate: string date in mysql format to show all scheduled emailings whose previous run is after a given date - laststartbeforedate: string date in mysql format to show all scheduled emailings whose previous run is before a given date - documentname: string show all mailings who sent a document with this name - subject: string subject show all mailings who had this subject - documentnameorsubject: string to show mailings with the value like subject or document name - document: integer to show mailings with a specific id of a document - template: integer to show mailings with a specific id of a template - profile: integer to show mailings with a specific id of a profile - subprofile: integer to show mailings with a specific id of a subprofile - database: integer to show mailings with a specific id of a database - view: integer to show mailings with a specific id of a view - collection: integer to show mailings with a specific id of a collection - miniview: integer to show mailings with a specific id of a miniview - views: array to show mailings with multiple view ids - includetargetchildren: bool that indicates if we want to include children sources of target provided - paused: bool that indicates if we want to include only paused scheduled emailings |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
start | int | Optional parameter that specifies the first element in the collection to be returned. If this parameter is omitted, the first entry in the collection is also the first entry that is returned. Use this parameter is you only want to retrieve a part of the collection. |
length | int | Optional parameter that can be used to limit the number of returned elements of this method. If this parameter is omitted, all entries in the collection are returned. If you specify a length, this method will not return more than the specified number of entries. |
allproperties | boolean | Optional parameter that specifies if only a limited number of properties of the requested objects are returned or, when this parameter is set to true, whether all properties of the objects are returned. |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
start | int | The first element of the collection |
length | int | The number of elements that are returned |
total | int | The total available elements of the collection |
allproperties | int | When this element is available in the return value, the objects in the collection are fully filled, otherwise only a limited number of fields from the objects are filled |
scheduledemailing | Collection of type 'scheduledemailing' |
Structuur 'search'
Naam | Type | Beschrijving |
---|---|---|
string |
Structuur 'login'
Naam | Type | Beschrijving |
---|---|---|
username | string | The username of the login attempt |
account | string | The account name of the login attempt |
password | string | The password for the login attempt |
Structuur 'scheduledemailing'
Naam | Type | Beschrijving |
---|---|---|
registerclicks | string | Will the clicks be registered?. |
id | int | The ID of the scheduledevent. |