GET/files/{id}/sharedlink.json

Get a short URL for sharing a File

This call will provide a short link to a file to make it easier to share, in the format of http://twk.pm/xxxxxx


Path Params

  • Name
    id
    Type
    string
    required
    Description

Query Params

  • Name
    version
    Type
    string
    Description

    If you have multiple versions of a file, you can request a short link to other versions by appending 'version'.

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK",
  "url": "http://twk.pm/xxxxxxxx"
}