get_organizational_forms
Retrieve all organizational forms from the Norwegian Business Registry to identify and categorize business entity types with pagination and sorting options.
Instructions
Get all organizational forms used in the Norwegian business registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| size | No | Page size | |
| sort | No | Sort order (ASC/DESC) |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number",
"type": "number"
},
"size": {
"description": "Page size",
"type": "number"
},
"sort": {
"description": "Sort order (ASC/DESC)",
"type": "string"
}
},
"type": "object"
}