POST api/v1/POA/EventLogWeb
Allowed Roles
Request Information
POAEventLogRequestName | Description | Type | Additional information |
---|---|---|---|
POAId |
Fullmaktens unika ID. |
globally unique identifier |
None. |
FilterByTimeStamp |
Datum för filtrera händelser. Filtret säkerställer att event som har skett inom angiven minut hämtas. |
date |
None. |
TimeSpanStart |
Tidpunkt för start av tidsspann inom vilket händelser ska sökas fram. |
date |
None. |
TimeSpanEnd |
Tidpunkt för slut av tidsspann inom vilket händelser ska sökas fram. |
date |
None. |
IncludePoaFamily |
Inkluderar samtliga händelser för alla besläktade fullmakter. När IncludePoaFamily är satt till true inkluderar svaret information från ersatta och ersättande fullakter. Om denna flagga inte anges så är defaultvärdet false. |
boolean |
None. |
Filter |
Lista med händelsetyper som ska redovisas i resultatet. |
Collection of POALogEventType |
None. |
Request Formats
application/xml, text/xml
Sample:
<POAEventLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <POAId>3bc72130-0632-4c8e-8ffd-b14df13e3d41</POAId> <FilterByTimeStamp>2025-08-27T05:43:27.1798506+00:00</FilterByTimeStamp> <TimeSpanStart>2025-08-27T05:43:27.1798506+00:00</TimeSpanStart> <TimeSpanEnd>2025-08-27T05:43:27.1798506+00:00</TimeSpanEnd> <IncludePoaFamily>true</IncludePoaFamily> <Filter> <POALogEventType>POACreated</POALogEventType> <POALogEventType>POACreated</POALogEventType> </Filter> </POAEventLogRequest>
Response Information
Resource Description
EventLogResponseName | Description | Type | Additional information |
---|---|---|---|
POAId |
Fullmaktens unika ID. |
globally unique identifier |
None. |
POALogEvents |
Lista med händelser för fullmakten. |
Collection of POALogEvent |
None. |
Response Formats
application/xml, text/xml
Sample:
<EventLogResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <POAId>b5f78de0-cad8-4a3c-868c-c45cc9852edd</POAId> <POALogEvents> <POALogEvent> <EventPOAId>80e649e5-2e4a-4f65-9627-8b6188c5506e</EventPOAId> <TimeStamp>2025-08-27T05:43:27.2140008+00:00</TimeStamp> <Description>sample string 1</Description> <POALogEventType>POACreated</POALogEventType> </POALogEvent> <POALogEvent> <EventPOAId>80e649e5-2e4a-4f65-9627-8b6188c5506e</EventPOAId> <TimeStamp>2025-08-27T05:43:27.2140008+00:00</TimeStamp> <Description>sample string 1</Description> <POALogEventType>POACreated</POALogEventType> </POALogEvent> </POALogEvents> </EventLogResponse>