Using the organization endpoint

Here, the event publisher organizations are listed. Events published by each organization can be found at the event endpoint using the query parameter publisher.

Organization ancestors

To find parent organization and all its ancestors for the given organization id use the query parameter child.

Example:

organization/?child=ahjo:100

See the result

Organization descendants

To find all suborganizations and their descendants for the given organization id use the query parameter parent.

Example:

organization/?parent=ahjo:100

See the result

Dissolved organizations

To filter organizations based on their dissolution date use the parameter dissolved. The filter is boolean type and can be used to show only dissolved organizations (true) or exclude them (false).

Get only dissolved organizations

Example:

organization/?dissolved=true

See the result

Get organizations not dissolved

Example:

organization/?dissolved=false

See the result

GET /v1/organization/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 869,
        "next": "https://linkedevents.api.test.hel.ninja/v1/organization/?format=api&page=5",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/organization/?format=api&page=3"
    },
    "data": [
        {
            "id": "ahjo:u42030020240150",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Naulakallion koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020240/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:44.228208Z",
            "last_modified_time": "2024-01-24T13:21:24.648206Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020240150/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002024020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Puistopolun peruskoulu",
            "founding_date": "2021-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020240/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:44.249886Z",
            "last_modified_time": "2024-01-24T13:21:24.660954Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002024020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002024040",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Myllypuron peruskoulu",
            "founding_date": "2021-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020240/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:44.291985Z",
            "last_modified_time": "2024-01-24T13:21:24.690282Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002024040/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002024050",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Merilahden peruskoulu",
            "founding_date": "2021-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020240/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:44.330286Z",
            "last_modified_time": "2024-01-24T13:21:24.717111Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002024050/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002024060",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Itäkeskuksen peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020240/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:44.416196Z",
            "last_modified_time": "2024-01-24T13:21:24.791088Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002024060/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002024070",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Keinutien ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020240/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:44.442624Z",
            "last_modified_time": "2024-01-24T13:21:24.809123Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002024070/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002024080",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kontulan ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020240/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:44.489249Z",
            "last_modified_time": "2024-01-24T13:21:24.838348Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002024080/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020180",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Perusopetuksen alueelliset palvelut 1",
            "founding_date": "2021-04-16",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020/?format=api",
            "sub_organizations": [
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180100/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180110/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180120/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180130/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180140/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018020/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018030/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018040/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018050/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018060/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018070/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018080/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018090/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:37.575275Z",
            "last_modified_time": "2024-01-24T13:21:19.658402Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020180100",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Taivallahden peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:37.583953Z",
            "last_modified_time": "2024-01-24T13:21:19.663205Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180100/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020180110",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Tehtaankadun ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.854133Z",
            "last_modified_time": "2024-01-24T13:21:23.166301Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180110/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020180120",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Töölön ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.882601Z",
            "last_modified_time": "2024-01-24T13:21:23.183622Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180120/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020180130",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Vattuniemen ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.956534Z",
            "last_modified_time": "2024-01-24T13:21:23.237009Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180130/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020180140",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Jätkäsaaren peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.980531Z",
            "last_modified_time": "2024-01-24T13:21:23.248956Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180140/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002018020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kaisaniemen ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:42.014319Z",
            "last_modified_time": "2024-01-24T13:21:23.261063Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002018030",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Katajanokan ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:42.036499Z",
            "last_modified_time": "2024-01-24T13:21:23.273757Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002018040",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kruununhaan yläasteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:42.069231Z",
            "last_modified_time": "2024-01-24T13:21:23.286239Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018040/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002018050",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Lauttasaaren ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:42.120692Z",
            "last_modified_time": "2024-01-24T13:21:23.315648Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018050/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002018060",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Ressun peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:42.144163Z",
            "last_modified_time": "2024-01-24T13:21:23.327824Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018060/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002018070",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Ruoholahden ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:42.171280Z",
            "last_modified_time": "2024-01-24T13:21:23.348412Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018070/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002018080",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Snellmanin ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020180/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:42.192536Z",
            "last_modified_time": "2024-01-24T13:21:23.363836Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002018080/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        }
    ]
}