Returns an url to share the file.
GET
https://api.awork.com/api/v1/projecttemplates/:projecttemplateId/files/:fileId/shareurl
Returns a url to share the file.
Path parameters
projecttemplateIdstringRequired
format: "uuid"
The id of the projecttemplate.
fileIdstringRequired
format: "uuid"
The id of the file.
Headers
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
OK