Activity / Task
Get Activity By Id
This endpoint returns all activity data
GET
/
api
/
v1
/
collection-records
/
activity-list
/
{activityId}
Path
activityId
string
requiredA unique identifier for the activity data.
Response
status
boolean
Indicates the success or failure of the record retrieval. In this case, true signifies a successful operation.
message
string
Provides a human-readable message accompanying the response. In this instance, it confirms the successful retrieval of records with the message “Records fetched successfully.”
data
object
An array containing details of the fetched records. For each record in the data array: