get https://api.unloc.app/v2/projects//logs/access
Returns a list of Access Events registered on Locks belonging to the specified Project. Only events from the last 60 days are returned.
- Use the
appUserId
parameter to limit results to Access Events for a specific App User. - Use the
lockId
parameter to limit results to Access Events for a specific Lock. - Use
excludeSubprojectEvents
to exclude Subproject Access Events from the results.
Note:
- If a Lock has it's Privacy Policy set to
anonymized
then Access Events from this Lock will have anonymized invitees. - If a Lock has it's Privacy Policy set to
private
no Access Events from that Lock will appear in the response.
Use the limit
parameter to specify how many items should be included in the response. If not defined, limit
is set to the maximum supported value of the API: 2500.
The query parameters limit
and startAfterId
can be used in conjunction to implement a pagination system.
Required Scope | project.admin |