GET api/v1/POA/GetListOfActorAllowedEventTypes

Hämta ut vilka filter för händelselogg som anropande system har rätt att använda.

Allowed Roles

  • BKP
  • Fullmaktshavare

Request Information

None.

Response Information

Resource Description

Lista med de typer som anropande system kan använda för att filtrera händelseloggen.

EventLogAllowedFiltersResponse
NameDescriptionTypeAdditional information
AllowedPOALogEventTypes

Lista med de typer som anropande system kan använda för att filtrera händelseloggen.

Collection of POALogEventType

None.

Response Formats

application/xml, text/xml

Sample:
<EventLogAllowedFiltersResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
  <AllowedPOALogEventTypes>
    <POALogEventType>POACreated</POALogEventType>
    <POALogEventType>POACreated</POALogEventType>
  </AllowedPOALogEventTypes>
</EventLogAllowedFiltersResponse>