Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

AttachmentWebservice

Query, create or update attachments in Optimizely Campaign.

MethodDescription
createCreates an attachment.
getAllIdsQueries the IDs of all available attachments.
getColumnNamesQueries the column names of each attachment.
getContentQueries the content of an attachment.
getCountCounts all available attachments.
getDataSetQueries the data of each attachment.
getDataSetFlatQueries the values of each attachment.
getFilenameQueries the file name of an attachment.
getMimeTypeQueries the MIME type of an attachment.
getNameQueries the name of an attachment.
getSizeQueries the size of an attachment.
setContentDefines the content of an attachment.
setFilenameDefines the file name of an attachment.
setMimeTypeDefines the MIME type of an attachment.
setNameDefines the name of an attachment.