<< Back to FrontPage
LiveWork API Method: projects/show
Shows an existing project.
Request
HTTP Method:
GET
URL:
http://www.livework.com/api/v1/projects/<id>.<format>
Formats:
xml
Parameters:
| Parameter |
Status |
Format |
Default |
Description |
| id |
Required |
integer |
nil |
The ID of the project to show. |
| format |
Optional |
string |
xml |
The format of the response. |
Response
<?xml version="1.0" encoding="UTF-8"?>
<project>
<title>Project One</title>
<id type="integer">1</id>
</project>
<< Back to FrontPage
Comments (0)
You don't have permission to comment on this page.