クラシックファイルタイプは2021年1月をもって使用できなくなりました。クラシックファイルを移行することも、PDFをダウンロードすることもできます。詳細はこちら

Using the API to fetch data: resourceUrl is empty

回答済み
0

コメント

2件のコメント

  • 正式なコメント
    Colleen Hardie

    Hi, Koen. Tony is exactly right in that you may need to poll the operation multiple times before the task it represents has completed. Once completed, the resourceUrl should be available.

    Colleen Hardie
    Senior Software Developer

  • Tony Scalese

    Hi Koen,

    You may want to leverage the API forum for questions related to API coding to engage with a broader community of people that are closer to coding.  Chains is an application that is specifically low/no code so you are engaing a smaller audience.

    In my prior coding experience for asyncronous calls like document exports, you need to create a loop to monitor the execution and subsequent completion and status.  This endpoint should help.  I believe you would use the Location returned by the first endpoint as the OperationID in the endpoint I hyperlinked in the loop.  

    HTH.

    Tony

    0

サインインしてコメントを残してください。