fields=representationsクエリパラメータとx-rep-hintsヘッダーを使用することで、GET /files/:idエンドポイントを介して公開されます。
The workflow involves:
- Getting the list of available representations for a file.
-
Checking a specific representation’s status and retrieving its
url_template. - Downloading the representation if available.
file.get_representation_info(rep_hints) method to access these capabilities.