4.47b

TextMarks API V2 - AutoDoc: TextMarkManager / recent_sms_requests()

Method: recent_sms_requests() (GET) - Get recent SMS requests meta-data

Package: TextMarkManager - Manage a TextMark owned by authenticated user (... View package)

Args:

Req? Name Type Description Test
REQ auth_user User User account / phone# used for login
REQ auth_pass Password Password
REQ tm TextMark TextMark keyword/TRI owned by auth_user
OPT api_key API Key API Key (Register here)
OPT since Timestamp Get only requests after this time (default 0)
OPT since_id Integer Get only requests after this ID (default 0)
OPT offset Integer 0-based result to start with (default 0)
OPT count Integer #results desired (max 100) (default 20)

Test:


Docs:

Resp:

JSON response.head.rescode==0 for success, or error code otherwise.
JSON-P callback: (as 'jsonp' param, optional) (blank for none)

HTTP:

GET http://help.api2.textmarks.com//TextMarkManager/recent_sms_requests/

More:

This page documents a single API function recent_sms_requests() within the TextMarkManager package of the TextMarks Text Message API.
You may use the interactive form above to invoke this function and observe its actual JSON response.

More resources: