GET api/projects/{projectId}/url?revision={revision}
Get project file url
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectId |
Project ID |
string |
Required |
revision |
If empty, get the latest project |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
the project file
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.