Activities DeleteLog

Prev Next

Activities Delete Log

/v1/activities/deletelog

Retrieves delete log details for activities.

Example for calling:

http://server/v1/activities/deletelog?network_id=100026 - Retrieves delete log for the activities with network id = 100026.
http://server/v1/activities/deletelog?network_id=100026&meta_updated_prior=2022-01-04T07:28:00.000 - Retrieves delete log for the activities which was deleted prior given date and time.

Allowed Methods:

[GET]
API Controller: activities


Description:

Retrieves the delete log details for activities for specified date span, id and network_id.


Request Fields:

Name Type Description Notes
network_id integer Network ID [Mandatory]
id integer ID of a specific activity [Optional]
meta_updated_prior string Datetime in ISO-8601 format, using UTC time zone [Optional], Get records prior this date time
meta_updated_after string Datetime in ISO-8601 format, using UTC time zone [Optional], Get records after this date time


Response Fields

For the response and JSON sample see the DeleteLog endpoint.