Overview
Activity is a feed of the latest content (collections, comments, items, and reactions) created within all teams and collections the current user has access to.
List activity
Endpoint
GET https://api.dropmark.com/v1/activity
Input
Name | Type | Desc |
---|---|---|
page |
Integer |
Current page |
per_page |
Integer |
Number of entries to return |
Response
Status: 200 OK
X-Total-Count: 53
[
{
"id": 100,
"name": "Inspiration",
"description": null,
"thumbnail": null,
"type": "collection",
"latitude": null,
"longitude": null,
"created_at": "2016-08-18T12:15:18Z",
"updated_at": "2016-08-18T12:15:18Z",
"user_id": 1,
"user_name": "Jane Doe",
"username": "demo",
"user_email": "jane@example.com",
"user_avatar": "https://gravatar.com/avatar/db450747b81669f6cea",
"thumbnails": {},
"url": "http://demo.dropmark.com/100",
"short_url": "http://dpmk.com/QH1G0fbxYh"
}
]