Zum Hauptinhalt gehen

Get ChangeDate of Entity

Kommentare

1 Kommentar

  • Zendesk API User
    Author: mbergmann - 4/8/2021 18:40

    Hi Timo,

    as you linked to the Dataset interface (and not the Entity): You get the last change date from a Dataset via the .getLastChanged() method which returns a long value (a timestamp). It's defined in the StoreElement interface from which a Dataset inherits.

    If you happen to just have an Entity, you can get the corresponding Dataset object either via the corresponding Content2 (=Datasource) or TableTemplate using their .getDataset(Entity) methods before.

    Best,

    Michael

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.