Activity Log Search Sort Clauses reference¶
Activity Log Search Sort Clauses set the order of the activity log groups returned by activity log search.
You use them over the REST API, in the sortClauses element of the payload of the
POST /activity-log-group/list request.
logged_at- sorts activity log groups by their date and time. Takes an optionaldirectionargument, eitherASCorDESC(default).
Example¶
1 2 3 4 5 6 7 8 9 10 | |