Request Formats
The REST format is a simple XML-based protocol – it is a conventional HTTP GET or POST action.
The REST endpoint URL is https://api.rememberthemilk.com/services/rest/
.
To request the rtm.test.echo service, you would invoke the following:
https://api.rememberthemilk.com/services/rest/?method=rtm.test.echo&api_key=123456789&name=value
By default, REST requests will send a REST response.