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>bf328e64-c641-4942-8aca-2498e711875d</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>b2dc11ab-4ae6-487b-b8a7-f5138484346d</POAId>
<EventLogMiniDetails>
<EventLogMiniDetail>
<TimeStamp>2026-04-11T15:38:46.3818134+00:00</TimeStamp>
<Description>sample string 1</Description>
</EventLogMiniDetail>
<EventLogMiniDetail>
<TimeStamp>2026-04-11T15:38:46.3818134+00:00</TimeStamp>
<Description>sample string 1</Description>
</EventLogMiniDetail>
</EventLogMiniDetails>
</EventLogResponseMini>