API v1 ReferenceWorkspace FilesReturns the file with the specified id of the workspace with the specified id.GEThttps://api.awork.com/api/v1/workspaces/:workspaceId/files/:fileIdReturns the file metadata of the workspace with the specified id.Path parametersworkspaceIdUUIDRequiredThe id of the workspace.fileIdUUIDRequiredThe id of the file.HeadersAuthorizationstringRequiredBearer authentication of the form `Bearer <token>`, where token is your auth token.ResponseOKnamestring or nullThe user-specified name of the file.descriptionstring or nullThe description of the file.idUUID or nullThe id of the file info.entityIdUUID or nullThe id of the linked entity.fileNamestring or nullThe name of the file.entityTypestring or nullThe name of the linked entity type.mimeTypestring or nullThe MIME type of the file.createdOndatetime or nullThe date this file was created.createdByUUID or nullThe id of the user who created this file.updatedOndatetime or nullThe date this file was last modified.updatedByUUID or nullThe id of the user who last modified this file.fileVersionslist of objects or nullList of all versions.Show 10 propertiesisCommentFileboolean or nullWhether the file is related to a comment.externalProviderstring or nullThe external provider for the file. Like 'google' or 'onedrive'.externalFileUrlstring or nullThe file url of the external provider.isHiddenForConnectUsersboolean or nullWhether the file is hidden for connect users.