我可以 help/example 了解如何在 C# 中使用 webhook API 从 Forge 获取文件翻译进度百分比吗?

Can I get some help/example on how to get the file translation progress percentage from Forge by using webhook API in C#?

我可以help/example了解如何在 C# 中使用 web-hook API 从 Forge 获取文件翻译进度百分比吗?

您可以在 https://github.com/Autodesk-Forge. For C# examples around webhook, try https://github.com/Autodesk-Forge?q=webhook&type=&language=c%23 上找到许多样本。

为了跟踪您的文件翻译进度,您只需为 extraction.updated event, and then use the Modle Derivative endpoint GET /modelderivative/v2/designdata/:urn/manifest 创建一个 webhook 来检索 JSON 清单,其中将包括整个文档的翻译状态以及其各个 2D 或 3D 输出的转换状态。