获取元数据
POST {{base_url}}/suite/docs-api/meta
Request Body
{"request_docs"=>[{"docs_token"=>"boxcnAqtT****TVU0Nojwetb", "docs_type"=>"file"}, {"docs_token"=>"shtcnhRvw****gFTXNHvld", "docs_type"=>"sheet"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"code":0,"data":{"docs_metas":[{"create_time":1638791316,"docs_token":"boxcnAqt****TVU0Nojwetb","docs_type":"file","latest_modify_time":1638791316,"latest_modify_user":"ou_b31db5f****0a56903f128ce2cc4","owner_id":"ou_b31db5f****0a56903f128ce2cc4","title":"katong.jpeg"},{"create_time":1638792066,"docs_token":"shtcnhRv****jjgFTXNHvld","docs_type":"sheet","latest_modify_time":1638792066,"latest_modify_user":"ou_b31db5f****0a56903f128ce2cc4","owner_id":"ou_b31db5f****0a56903f128ce2cc4","title":"测试文档"}]},"msg":"Success"}