laptop and a wrench

Bug

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

Zuletzt veröffentlicht: March 23, 2023 ArcGIS API for Python
Bug-ID-Nummer BUG-000125063
EingereichtSeptember 6, 2019
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS API for Python
Gefunden in Version1.6.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusNon-Reproducible

Zusätzliche Informationen

The issue is no longer reproducible.

Workaround

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):

Schritte zur Reproduzierung

Bug-ID: BUG-000125063

Software:

  • ArcGIS API for Python

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln