Todo.ly REST API Method: GET /Icons

Returns the IconObject holding the URL of the Icon for the given Id.

URL:

https://todo.ly/api/icons/[id].format

Formats:

xml, json

HTTP Method(s):

GET

Requires Authentication:

true

Parameters:

None

Usage examples:

https://todo.ly/api/icons/1.xml

Response:

<IconObject> 
  <Id>1</Id> 
  <URL>http://todo.ly/Images/icons/Home.png</URL> 
</IconObject>