List all the previously created MMS templates (mms-ids) created using the saveMMS API. Note, deleted templates are not included in this listing. All the MMS templates will be listed in the descending order of date (i.e., latest to the oldest). If no “start-date” is specified in the API request then by default all mms templates are listed. The default “page-number” is taken as 1 whereas the default “items-per-page” is 100, if not specified. GMT/UTC timestamps are accepted for “start-date”.
The poster URL of an MMS template represents the content that could be used as the MMS preview poster. It is only returned in the response if the MMS Template contains either a video and/or image in any of its slides. The poster URL is generated based on the first content type (either image or video) to appear in the slides ordered within the MMS Template. Thus it will not be generated if the MMS Template only contains plain text or any other types of objects such as audio, pass, pdf, ical, and vcard.
This is the name of the function you want to execute with the API.
API_KEY
Mandatory
Random key that is assigned to an account that can be used for authorization instead of USER/PASS. You can find and regenerate this key on the ‘API Settings’ page.
START_DATE
Optional
MMS templates created later than this date are listed.
PAGE_NUMBER
Optional
Page number to list paginated MMS templates.
ITEMS_PER_PAGE
Optional
Total number of MMS items per page.
Response Parameters:
Param Name
Presence
Description
STATUS
Always
“Success” or “Failure”.
START_DATE
Success Response Only
MMS templates created later than this date are listed.
PAGE_NUMBER
Success Response Only
Page number to list paginated MMS templates.
ITEMS_PER_PAGE
Success Response Only
Total number of MMS items per page.
TOTAL_RESULTS
Success Response Only
The total number of MMS templates returned based on the request parameters.
MMS_TEMPLATE
Success Response Only
The list of MMS templates returned based on the request parameters.
MMS_TEMPLATE:MMSID
Success Response Only
The ID (bigint) of a saved MMS.
MMS_TEMPLATE:NAME
Success Response Only
MMS template name for internal reference only.
MMS_TEMPLATE:SUBJECT
Success Response Only
MMS Subject text. Limit subject to 40 characters for best deliverability. No unicode (emojis).
MMS_TEMPLATE:FALLBACK_SMS_TEXT
Success Response Only
Text which gets sent when MMS is sent as SMS fallback. Limit text to 110 characters for best deliverability.
MMS_TEMPLATE:DATE_CREATED
Success Response Only
The date of the MMS template creation.
MMS_TEMPLATE:TOTAL_SLIDES
Success Response Only
The total number of slides in the MMS template.
MMS_TEMPLATE:SIZE
Success Response Only
The size of the MMS template.
MMS_TEMPLATE:POSTER_URL
Success Response Only
The poster URL represents the content that could be used as the MMS preview poster.