//[[restapi:start|RESTful API]]// ====== Blast Inline Search String ====== ===== Available Search filters ===== ^ Name ^ Possible Values ^ Description ^ | TYPE | EMAIL, PUSH, SMS, VOICE, GEOPUSH, GEOFENCE_PUSH, BEACON_PUSH or FACEBOOK | Choose which kind of messages you want to retrieve. It is possible to filter by several values separated by comma (',') | | ORDER | ASC or DESC | Enables ordering | Each parameter must be separated by ampersand ('&') and for each parameter is possible to filter by several values separated by comma (',') ===== Example ===== You can add one or more of our predefined search's filters, for example: ORDER=ASC&TYPE=email,sms **Detail:** ^ Filter Step ^ Explanation ^ | order=desc | The result will be sorted from newest to oldest | | type=email,sms | Result will contains email **and** sms blasts |