# getMMSTemplates
List previously created MMS templates where the saveMMS API has been used. Read more.
## Overview
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”.
**Request Parameters:**
> Mandatory: action, api_key
Optional: start-date, page-number, items-per-page
**Related Error Codes:**
> E104, E105, E108, E112, E113, E120, E212, E213, E214
### Request Example
**getMMSTemplates Request**
```xml
getMMSTemplates
qTFkykO9JTfahCOqJ0V2Wf5Cg1t8iWlZ
2014-03-31T11:30:00+00:00
1
3
```
### Response Examples
**getMMSTemplates Success Response**
```xml
Success
2014-03-31T11:30:00+00:00
1
3
3
1234
MMS-4
mms-test-4
2014-10-31T09:30:00+00:00
2
2048
1233
MMS-3
mms-test-3
2014-10-30T19:00:00+00:00
4
4096
1230
MMS-2
mms-test-2
2014-10-30T08:30:00+00:00
2
5126
```
**getMMSTemplates Failure Response**
```xml
Failure
E214
start-date is invalid
```
Contents
- [Introduction](/docs/mms/xml-service/introduction)
- [Send MMS](/docs/mms/xml-service/sendmms)
- [Save MMS](/docs/mms/xml-service/savemms)
- [Send Saved MMS](/docs/mms/xml-service/sendsavedmms)
- [Delete MMS ID](/docs/mms/xml-service/deletemmsid)
- **Get MMS templates**
- [Saved MMS notification](/docs/mms/xml-service/postback-notifications)
- [Appendix](/docs/mms/xml-service/appendix)