laptop and a wrench

不具合

The Portal History REST operation does not honor the toDate parameter.

最後に公開された状態: March 23, 2023 ArcGIS API for Python
不具合 ID 番号 BUG-000125063
送信されましたSeptember 6, 2019
最終更新日June 5, 2024
適用対象ArcGIS API for Python
見つかったバージョン1.6.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスNon-Reproducible

参考情報

The issue is no longer reproducible.

対処法

If querying programmatically, explicitly set a condition to break the loop when the created property of returned items is no longer less than the toDate value.

Example logic for a Python while loop:

while (h['nextKey'] is not None) and (items[-1]['created'] < timestamp):

再現の手順

不具合 ID: BUG-000125063

ソフトウェア:

  • ArcGIS API for Python

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動