/bff/activity/list
Returns a paginated list of activity entries for the current organisation. Supports filtering by event type, polymorphic subject, actor (member/contact/system/cron/api), target contact, level, time range, and correlation id.
Parameters
15 query
pagestringPage number (1-based) for pagination.
limitstringMaximum items per page (1–500, default 50).
typestringFilter by event type (e.g. order.create).
subjectEntitystringPolymorphic subject entity (DB table name). Used together with subjectId to load the "Activity" tab on a specific entity detail page.
subjectIdstringPolymorphic subject row id.
actorstringComposite actor filter from the admin "Kto" dropdown. Format: member:<external_id> or contact:<external_id> (16-char shop__contact.external_id).
actorKindstring | string | string | string | stringFilter by actor kind.
actorMemberIdstringFilter by a specific staff member as actor (cas__organisation_member.id).
actorContactExternalIdstringExternal 16-char id of the contact who acted.
targetContactExternalIdstringExternal 16-char id of the contact the action was directed at.
contactExternalIdstringExternal 16-char id matching the contact in either role — actor OR target. Used by the "Aktivity" tab on the contact detail page where the operator wants to see everything about a contact regardless of which side they played.
minLevelstringMinimum level (0 info, 1 notice, 2 warning).
dateFromstringISO timestamp — events after this point.
dateTostringISO timestamp — events before this point.
correlationIdstringGroup all activities from one HTTP request / cron run.
Request
GET /bff/activity/list
curl -X GET "https://api.bizkithub.com/bff/activity/list?page=1&limit=50&type=order.create&subjectEntity=shop__order&subjectId=1234&actor=member%3A6NZboqKESgMFufqe&actorKind=member&actorMemberId=42&actorContactExternalId=Dlko1bEG85c6304a&targetContactExternalId=Dlko1bEG85c6304a&contactExternalId=Dlko1bEG85c6304a&minLevel=1&dateFrom=2026-01-01T00%3A00%3A00Z&dateTo=2026-12-31T23%3A59%3A59Z&correlationId=iad1%3A%3Acdy5w-1758481392361" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.