Name
SmsTemplateRetrieveAll Retrieve all records for a single SMS Template or for all SMS Templates in a single Entity
Description
SmsTemplateRetrieveAll retrieves all records for a single SMS Template or for all SMS Templates in a single Entity and stores them in the 8MS database. The following are the allowed fields in reqparams:
templatename The SMS Template containing the records to be retrieved.
tren The Entity containing all SMS Template records to be retrieved.
tren is not available for EDR customers.
forceall Normally only records whose status appear on the list defined by the system parameter RetrieveStatusList will be retrieved. The forceall reqparam entry may be set to 1 to force all records to be retrieved (i.e. ignore the RetrieveStatusList parameter).

Note that while none of the parameters are required for this call, either templatename or tren must be specified.

MGI Messages
SmsTemplateRetrieveAll is implemented by sending one or more REQ-CRQ messages to find the effective date/times of all SMS Template records (returned in RSP-CRQ). A REQ-CRV message is then sent for each effective date/time. The response to REQ-CRV is RSP-CRV.
Example
The following request parameters will retrieve all records associated with *AR-CSF01:
templatename~*AR-CSF01