Skip to content

Last Updated Information

donclem edited this page Nov 2, 2012 · 1 revision

When making a call to All Standard Fields or All Custom Fields service, you can retrieve the LastUpdated field along with it to know when it was last modified

 $api->last_updated

Example

 $result = $api->StandardFields();
 echo("Last updated: " . $api->last_updated . "\n");