API Examples

Read messages

Request URL: http://www.btexty.com/api/xml/inbox/index

Response:

<response><body>

<response_message>Ok</response_message> 
<response_code>0</response_code> 

<messages>
<message><content>hello there! ;-) </content> 
<thread>fe3ydviyoctlu0kulwyadrixzu3rbgaa1o2tkrgs88jb9tni67rhkb6zxgge8d</thread> 
<sender>+16501234567</sender> 
<recipients>+393491234567, +491234567890</recipients> 
<sender_name>Gianluca</sender_name> 
<recipients_names>me, Ulrich</recipients_names> 
<is_read>False</is_read> 
<wall>False</wall> 
<created_on>2009-05-06 17:33:06.635560</created_on> 
<id>agZtb3dhbGxyIgssB0Fja291bnQY3QEMCxIMU2hvcnRNZXNzYWdlGJHLAQw</id> 
</message> 

<message><content>see you later at bernie's</content> 
<thread>fe3ydviyoctau0kulwyadrsxzu3rbgja1o2tkrgl88jb9tni6927rhkb6zxgge8d</thread> 
<sender>+393491234567</sender> 
<recipients>+16501234567</recipients> 
<sender_name>Tito Costa</sender_name> 
<recipients_names>Gianluca</recipients_names> 
<is_read>True</is_read> 
<wall>True</wall> 
<created_on>2009-05-06 17:28:09.222194</created_on> 
<id>agZtb3dhbaxyIAsSB0FjY291dnQYBAwLEgxTaG9ydE1lchZ2UY_W4M</id> 
</message> 
</messages>

</body> 
 

Comments