How to add an event listener to an instance in Metadata

回答済み
新規投稿

コメント

2件のコメント

  • BB_Jake

     

    Webhooks may work for you - https://developer.box.com/docs/work-with-webhooks

    You can define a webhook for that specific file and monitor whichever events you need to (sounds like you want to listen for METADATA_INSTANCE_UPDATED events) and have the webhook call a specific endpoint in your application to update the newly updated metadata value. I don't see a sample of what the request looks like that the webhook sends but you can assume it will have the box id of the file that was updated. You will need to just test it out and log out the request to see.

    0
    コメントアクション パーマリンク
  • umasenthil

    Thank you for your reply Jake!

     

    0
    コメントアクション パーマリンク

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