Returns all legal forms
Lists all currently known legal forms in a paginated result
Query Parameters
- page string
Default value:
0
Number of page to get results from
- size string
Possible values:
<= 100
Default value:
10
Size of each page
Responses
- 200
- 400
Page of existing legal forms, may be empty
- application/json
- Schema
- Example (from schema)
Schema
- totalElements int64
Total number of all results in all pages
- totalPages int32
Total number pages
- page int32
Current page number
- contentSize int32
Number of results in the page
content object[]
Collection of results in the page
technicalKey stringThe technical identifier of the legal form according to ISO 20275.
name stringThe name of legal form according to ISO 20275.
abbreviation stringThe abbreviated name of the legal form, such as AG for German Aktiengesellschaft.
{
"totalElements": 0,
"totalPages": 0,
"page": 0,
"contentSize": 0,
"content": [
{
"technicalKey": "string",
"name": "string",
"abbreviation": "string"
}
]
}
On malformed request parameters
Loading...