The following table lists the methods and parameters that can be used. Parameters in bold are mandatory.
|
|
|
List Add Attachment method adds an attachment to a list item, and returns the attachment URL as a result.
|
List Name
|
An Alpha variable that contains either the title or the GUID for the list.
|
List Item ID
|
An Alpha variable that contains the ID of the item to which attachments are added.
|
Get Content From
|
The file content origin. Select one of the following from the drop-down list:
|
File Name
|
An Alpha variable that contains the name of the file to add as an attachment.
This is available only if the Get Content From parameter is set to Variable.
|
File Content
|
The BLOB content that you want to attach.
This is available only if the Get Content From parameter is set to Variable.
|
File Full Path
|
The full path to the file that you want to attach.
This is available only if the Get Content From parameter is set to File.
|
Attachment URL
|
The URL returned from a successful attachment upload.
|
Error Code
|
The full path to the file that you want to attach.
This is available only if the Get Content From parameter is set to File. This parameter is returned, with the corresponding error code, when an error occurs.
|
List Delete Attachment method deletes an attachment in a list item according to the attachment URL.
|
List Name
|
An Alpha variable that contains either the title or the GUID for the list.
|
List Item ID
|
An Alpha variable that contains the ID of the item to which attachments are added.
|
Attachment URL
|
The attachment's unique URL.
|
Error Code
|
This parameter is returned, with the corresponding error code, when an error occurs.
|
List Get Item Changes method retrieves changes made to the list since the specified date.
|
List Name
|
The title or GUID for the list.
Click to open the Expression Editor to create an expression.
|
View Fields
|
A comma-delimited list of the fields that you want to return in the query, and their order.
Click to open the Expression Editor to create an expression.
|
Since Date
|
The date and time (in Coordinated Universal Time - UTC format) from which changes in the list will be retrieved. If this field is left blank, all items in the list will be retrieved.
Click to open the Expression Editor to create an expression.
|
Include Attachments
|
Determines whether to include attachments (in the return XML) that belong to the list whose changes you want to retrieve.
Select one of the following from the drop-down list:
|
Timestamp
|
The variable that will hold the retrieved timestamp.
Click to open the Variables List.
|
Result XML
|
The variable that will hold the result in an XML structure.
Click to open the Variables List.
|
Error Code
|
This parameter is returned, with the corresponding error code, when an error occurs.
|