ADMIN_MANAGEMENT_INTERNAL_CLIENT_RETRIEVE_LIST_START
interface AdminManagementInternalClientRetrieveListStartEvent { category: "admin-management-internal-client"; data: { cursor: string | undefined; limit: number }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_MANAGEMENT_INTERNAL_CLIENT_RETRIEVE_LIST_START"; userAgent: string | undefined; userId: string; version: "1";} interface AdminManagementInternalClientRetrieveListStartEventSanitised { category: "admin-management-internal-client"; data: { cursor: string | undefined; limit: number }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_MANAGEMENT_INTERNAL_CLIENT_RETRIEVE_LIST_START"; userAgent: string | undefined; userId: string; version: "1";} interface AdminManagementInternalClientRetrieveListStartEventDataLevel { category: "admin-management-internal-client"; data: undefined; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_MANAGEMENT_INTERNAL_CLIENT_RETRIEVE_LIST_START"; userAgent: string | undefined; userId: string; version: "1";}
Properties
category
category: "admin-management-internal-client"
Sanitisation Level DATAdata
data: { cursor: string | undefined; limit: number }
requestId
requestId: string
requestIp
requestIp: string | undefined
timestamp
timestamp: number
type
type: "ADMIN_MANAGEMENT_INTERNAL_CLIENT_RETRIEVE_LIST_START"
userAgent
userAgent: string | undefined