POST api/v1/POA/EventLogMini
Minimal händelselogg som enbart returnerar datum och en beskrivning för alla versioner av en fullmakt. Returnerar alla händelser som frågande system har behörighet till.
Allowed Roles
- BKP
- Fullmaktshavare
Request Information
POAEventLogRequestMini| Name | Description | Type | Additional information |
|---|---|---|---|
| POAId |
Fullmaktens unika ID. |
globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<POAEventLogRequestMini xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <POAId>897b7d13-1b37-414d-91ce-93f216c34ac5</POAId> </POAEventLogRequestMini>
Response Information
Resource Description
EventLogResponseMini| Name | Description | Type | Additional information |
|---|---|---|---|
| POAId |
Fullmaktens unika ID. |
globally unique identifier |
None. |
| EventLogMiniDetails |
Lista med beskrivningar av händelser inom en fullmaktsfamilj. |
Collection of EventLogMiniDetail |
None. |
Response Formats
application/xml, text/xml
Sample:
<EventLogResponseMini xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
<POAId>8805aad8-3103-482f-9b5d-d47016160047</POAId>
<EventLogMiniDetails>
<EventLogMiniDetail>
<TimeStamp>2026-03-27T21:00:57.181354+00:00</TimeStamp>
<Description>sample string 1</Description>
</EventLogMiniDetail>
<EventLogMiniDetail>
<TimeStamp>2026-03-27T21:00:57.181354+00:00</TimeStamp>
<Description>sample string 1</Description>
</EventLogMiniDetail>
</EventLogMiniDetails>
</EventLogResponseMini>