{
"drawing_name": "string"
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/open_platform/drawing/info' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '{
"drawing_name": "string"
}'{
"status": 0,
"msg": "string",
"data": [
{
"drawing_name": "string",
"extension": "string",
"file_path": "string",
"file_url": "string",
"thumbnail_path": "string",
"thumbnail_url": "string",
"job_id": 0,
"guid": "string",
"upload_time": "string",
"cpe_guid": null,
"handle_status": 0,
"full_path": null,
"hash": null
}
]
}