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>87f22186-7e71-438e-b48b-1a5ee18702de</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>45cce857-756b-478c-9f72-a93ea248461d</POAId>
<EventLogMiniDetails>
<EventLogMiniDetail>
<TimeStamp>2026-05-18T08:56:41.4204177+00:00</TimeStamp>
<Description>sample string 1</Description>
</EventLogMiniDetail>
<EventLogMiniDetail>
<TimeStamp>2026-05-18T08:56:41.4204177+00:00</TimeStamp>
<Description>sample string 1</Description>
</EventLogMiniDetail>
</EventLogMiniDetails>
</EventLogResponseMini>