...
Placeholder | Description |
---|---|
$now | Current execution time in system time zone |
$today | Current execution date in system time zone |
$timestamp | Current execution timestamp in UTC |
$timestamp_st | Current execution timestamp in system time zone |
$lastrun | Last execution timestamp in UTC |
$lastrun_st | Last execution timestamp in system time zone |
$lastrundate | Last execution date in system time zone |
$lastruntime | Last execution time in system time zone |
$orderby
...
...
others
...
Test Service
Test the OData service to ensure it returns the expected data. If the OData service returns large number of records, use $top and $skip to limit data volume and refine the selection criteria.
...