Files
Get a file
Returns a single file in a workspace.
get/files/{fileId}
Path parameters
fileIdstring required
Public ID of the file.
Response
OK
Example response
{
"link": {
"valid_until": "2022-03-10T16:15:50Z"
}
}Returns a single file in a workspace.
Public ID of the file.
OK
{
"link": {
"valid_until": "2022-03-10T16:15:50Z"
}
}