DocsAPI ReferenceActivity/bff/activity/list
getActivityAdmin BFF

/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.

ActivitygetBffActivityList

Parameters

15 query

15 total
Query · 15
pagestring

Page number (1-based) for pagination.

limitstring

Maximum items per page (1–500, default 50).

typestring

Filter by event type (e.g. order.create).

subjectEntitystring

Polymorphic subject entity (DB table name). Used together with subjectId to load the "Activity" tab on a specific entity detail page.

subjectIdstring

Polymorphic subject row id.

actorstring

Composite 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 | string

Filter by actor kind.

actorMemberIdstring

Filter by a specific staff member as actor (cas__organisation_member.id).

actorContactExternalIdstring

External 16-char id of the contact who acted.

targetContactExternalIdstring

External 16-char id of the contact the action was directed at.

contactExternalIdstring

External 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.

minLevelstring

Minimum level (0 info, 1 notice, 2 warning).

dateFromstring

ISO timestamp — events after this point.

dateTostring

ISO timestamp — events before this point.

correlationIdstring

Group all activities from one HTTP request / cron run.

Request

GET /bff/activity/list

get
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.

Get API Key