Get List of Activities
This endpoint returns all activity data
Body
An array that will eventually allow users to define specific criteria for filtering data. Currently, it is an empty array, indicating that no filtering is applied at this time.
An array that will eventually enable users to specify sorting criteria for the data. Like the filter array, it is currently empty, implying that no sorting is applied in the current context.
he number of records to be returned, set to 10 in this instance. This parameter restricts the response to a specific quantity of records.
The starting point from which the records are to be fetched within the entire dataset. In this case, it is set to 0, indicating that retrieval should commence from the beginning of the dataset.
Response
Indicates the success or failure of the record retrieval. In this case, true signifies a successful operation.
Provides a human-readable message accompanying the response. In this instance, it confirms the successful retrieval of records with the message “Records fetched successfully.”
An array containing details of the fetched records. For each record in the data array: