We need to know which specific attribute in API corresponds to the check-in event (that in the Activity Center is "Access Request Checked In" event, i think) and in which API it is located.
Thank you very much for your help
We need to know which specific attribute in API corresponds to the check-in event (that in the Activity Center is "Access Request Checked In" event, i think) and in which API it is located.
Thank you very much for your help
Hi Dario,
In the SPP Core API: SPP_Address/.../swagger
Expand AuditLog
Expand GET /v4/AuditLog/AccessRequests/Activities
Here you can filter: EventName eq "AccessRequestCheckedIn"
Thanks!