list_organizations
Retrieve a list of organizations from data.gov.rs, including key publishers like statistics and finance ministries, to obtain IDs for filtering datasets.
Instructions
List publishers on data.gov.rs. Use returned IDs to filter search_datasets().
Key orgs: РЗС (statistics), Министарство финансија (budget), Завод за јавно здравље (health).
Returns: {organizations: [{id, name, description, url, logo}], count, page, page_size}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| page_size | No | Results per page (1-100, default 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||