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
POAEventLogRequestMiniName | 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>a678d774-b72a-4a1f-950a-cfac2144be3e</POAId> </POAEventLogRequestMini>
Response Information
Resource Description
EventLogResponseMiniName | 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>7e0aa28c-483b-4087-94ae-ae3b70ea19cc</POAId> <EventLogMiniDetails> <EventLogMiniDetail> <TimeStamp>2025-07-26T14:20:36.7138699+00:00</TimeStamp> <Description>sample string 1</Description> </EventLogMiniDetail> <EventLogMiniDetail> <TimeStamp>2025-07-26T14:20:36.7138699+00:00</TimeStamp> <Description>sample string 1</Description> </EventLogMiniDetail> </EventLogMiniDetails> </EventLogResponseMini>