GET api/projects/{projectId}/url?revision={revision}

Get project file url

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.