GET v1/project/{proj_id}
Return the given project.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
proj_id | Get project IDs by calling ~/projects |
Define this parameter in the request URI. |
Response Information
A single project
Response body formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "ID": 2 }
application/xml, text/xml
Sample:
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>sample string 1</Name> <ID>2</ID> </Project>