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>a5f227ca-bd54-437a-83ff-4e0269cd6344</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>011a81cb-941d-4e0c-bced-eb8a46cd6bd8</POAId> <EventLogMiniDetails> <EventLogMiniDetail> <TimeStamp>2025-08-27T01:48:53.7471367+00:00</TimeStamp> <Description>sample string 1</Description> </EventLogMiniDetail> <EventLogMiniDetail> <TimeStamp>2025-08-27T01:48:53.7471367+00:00</TimeStamp> <Description>sample string 1</Description> </EventLogMiniDetail> </EventLogMiniDetails> </EventLogResponseMini>