获取文件信息
GET
https://open.teambition.com/api/file/info
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.teambition.com/api/file/info?fileId' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization'
响应示例响应示例
{
"code": 200,
"errorMessage": "",
"result": {
"created": "2020-04-20T09:27:54.272Z",
"creatorId": "5ac4a9089f8f22000108241b",
"description": "",
"fileCategory": "image",
"fileId": "5e9d6b1a09f667085ced0860",
"fileKey": "011sed50c77c804664e303c7d424a375a769",
"fileName": "IXgSpDrxsgM.jpg",
"fileSize": 3749135,
"fileType": "jpg",
"imageHeight": 4000,
"imageWidth": 6000,
"participants": [
"5ac4a9089f8f22000108241b"
],
"isArchived": false,
"lastVersionTime": "2020-04-20T09:27:54.272Z",
"folderId": "5e9d3edce5c4d30869787b11",
"projectId": "5e9d3edce5c4d30869787b0e",
"source": "tcs",
"updated": "2020-04-20T09:27:54.273Z",
"visible": "projectMembers"
}
}
请求参数
Query 参数
fileId
string
文件id
Header 参数
Content-Type
string
可选
示例值:
application/json
Authorization
string
可选
默认值:
{{Authorization}}
X-Tenant-Id
string
企业 ID
默认值:
{{X-Tenant-Id}}
X-Tenant-Type
string
可选
默认值:
organization
返回响应
修改于 2021-12-28 10:45:58