Todo.ly REST API Method: GET /Projects/Id

Returns the project with the given Id.

URL:

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

Formats:

xml, json

HTTP Method(s):

GET

Requires Authentication:

true

Parameters:

None

Usage examples:

https://todo.ly/api/projects/1959.xml

Response:

The response contain the details of the project.

<ProjectObject>
  <Id>1959</Id>
  <Content>My New Project</Content>
  <ItemsCount>0</ItemsCount>
  <Icon>4</Icon>
  <ItemType>2</ItemType>
  <ParentId>0</ParentId>
  <Collapsed>false</Collapsed>
  <ItemOrder>0</ItemOrder>
  <Children />
</ProjectObject>