Was this helpful?
List of activities
/activities
Pagination offset
Pagination limit
Order the results by this field, in this direction
createdAt:desc
^[a-zA-Z0-9\_]+(:(asc|desc))?$
OK
curl -L \ --url 'https://app.seedata.io/api/activities'
{ "metadata": { "totalCount": 1, "offset": 1, "limit": 1 }, "items": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-02-15T15:49:27.798Z", "createdByType": "text", "createdById": "text", "updatedAt": "2025-02-15T15:49:27.798Z", "userId": "123e4567-e89b-12d3-a456-426614174000", "tokenId": "123e4567-e89b-12d3-a456-426614174000", "timestamp": "2025-02-15T15:49:27.798Z", "type": "signup", "context": { "id": "text", "payload": {} } } ] }