GET api/v1/POA/GetTexts?asHtml={asHtml}&asXml={asXml}&showExtendedInfo={showExtendedInfo}
Lista alla tillgängliga fullmaktstexter.
Allowed Roles
- BKP
- Fullmaktshavare
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| asHtml |
Sätt till true för att lägga till html-taggar runt texten. |
boolean |
Default value is False |
| asXml |
Sätt till true för att konvertera texten till XML, om både asHtml och asXML är satta till true så ignoreras asHtml. |
boolean |
Default value is False |
| showExtendedInfo |
Sätt till true för att visa landskod och fullmaktsbegränsning. |
boolean |
Default value is False |
None.
Response Information
Resource Description
POATextInfoList| Name | Description | Type | Additional information |
|---|---|---|---|
| POATextInfos |
Lista med fullmaktstexter. |
Collection of POATextInfo |
None. |
Response Formats
application/xml, text/xml
Sample:
<POATextInfoList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
<POATextInfos>
<POATextInfo>
<Id>10</Id>
<Type>InformationOrganization</Type>
<Text>fullmaktstext här</Text>
<Version>2</Version>
</POATextInfo>
<POATextInfo>
<Id>11</Id>
<Type>InformationPrivate</Type>
<Text>fullmakstext här</Text>
<Version>3</Version>
</POATextInfo>
</POATextInfos>
</POATextInfoList>
Other Responses