Get activities API

This will be a GET request sent to /api/cards/{cardId}/activities.

The response of the API will be similar to the following:

{
"activities": [{
"id": 3,
"type": "add-comment",
"detail": "{"comment": "This is a test comment."}",
"userId": 1,
"createdDate": 1538239135000
}]
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.123.73