BizKitHub
DocsAPI ReferenceMember/bff/member/presence-sessions
getMemberAdmin BFF

/bff/member/presence-sessions

Returns cursor-paginated rows from cas__organisation_member_presence_session for the audit trail on the member Aktivita tab (one row = a contiguous burst of heartbeats from a single geo location).

MembergetBffMemberPresence-sessions

Parameters

3 query

Query parameters

· 3
idstringRequired

External member id.

Exampleexample_id
cursorstringOptional

ISO opened_at from the previous page; rows strictly older are returned.

Exampleexample_cursor
limitstringOptional

Page size, 1..100, default 30.

Exampleexample_limit

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/member/presence-sessions

get
curl -X GET "https://api.bizkithub.com/bff/member/presence-sessions?id=example_id&cursor=example_cursor&limit=example_limit" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key