Todo.ly REST API Method: GET /Filters/Id
Returns the filter with the given Id. As Filters are considered as ‘Special’ projects, the Id of the Filters currently goes from 0 to negative. However it may change in the future.
URL:
https://todo.ly/api/filters/[id].format
Formats:
xml, json
HTTP Method(s):
GET
Requires Authentication:
true
Parameters:
None
Usage examples:
https://todo.ly/api/filters/-1.xml
Response:
The response contain the details of the filter.
<FilterObject>
<Id>-1</Id>
<Content>Today</Content>
<ItemsCount>0</ItemsCount>
<Icon>1</Icon>
<ItemType>4</ItemType>
</FilterObject>