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=6
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=7",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/organization/?format=api&page=5"
    },
    "data": [
        {
            "id": "ahjo:u42030020220100",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Pihlajiston ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.248402Z",
            "last_modified_time": "2024-01-24T13:21:24.072777Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220100/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020220120",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Puistolanraitin ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.272667Z",
            "last_modified_time": "2024-01-24T13:21:24.055687Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220120/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020220130",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Siltamäen ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.302095Z",
            "last_modified_time": "2024-01-24T13:21:24.084356Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220130/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020220140",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Suutarilan ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.336339Z",
            "last_modified_time": "2024-01-24T13:21:24.105817Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220140/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020220150",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Suutarinkylän peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.364493Z",
            "last_modified_time": "2024-01-24T13:21:24.125782Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220150/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020220160",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Tapanilan ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.393349Z",
            "last_modified_time": "2024-01-24T13:21:24.143839Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220160/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002022020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Hietakummun ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.421042Z",
            "last_modified_time": "2024-01-24T13:21:24.161039Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002022020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002022040",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kankarepuiston peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.494294Z",
            "last_modified_time": "2024-01-24T13:21:24.230721Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002022040/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002022070",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Maatullin peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.522793Z",
            "last_modified_time": "2024-01-24T13:21:24.246519Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002022070/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002022050",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Karviaistien koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.548944Z",
            "last_modified_time": "2024-01-24T13:21:24.258767Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002022050/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002022060",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Latokartanon peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.577829Z",
            "last_modified_time": "2024-01-24T13:21:24.277495Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002022060/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002022080",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Malmin peruskoulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020220/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.606263Z",
            "last_modified_time": "2024-01-24T13:21:24.294987Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002022080/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020100",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Esi- ja perusopetuksen oppilashuollon palvelut",
            "founding_date": "2017-06-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:38.137284Z",
            "last_modified_time": "2024-01-24T13:21:20.126747Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020100/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020230",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Perusopetuksen alueelliset palvelut 6",
            "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:u4203002023080/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023010/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230120/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230100/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230110/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023020/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023050/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023030/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023040/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023060/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023070/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023090/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.085968Z",
            "last_modified_time": "2024-01-24T13:21:21.952625Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002023080",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Poikkilaakson ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.095867Z",
            "last_modified_time": "2024-01-24T13:21:22.559005Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023080/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002023010",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Laajasalon peruskoulu",
            "founding_date": "2021-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.639321Z",
            "last_modified_time": "2024-01-24T13:21:24.311820Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023010/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020230120",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Tahvonlahden ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.664598Z",
            "last_modified_time": "2024-01-24T13:21:24.323829Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230120/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020230100",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Santahaminan ala-asteen koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.706123Z",
            "last_modified_time": "2024-01-24T13:21:24.355804Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230100/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u42030020230110",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Sophie Mannerheimin koulu",
            "founding_date": "2022-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.743957Z",
            "last_modified_time": "2024-01-24T13:21:24.375317Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230110/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u4203002023020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Porolahden peruskoulu",
            "founding_date": "2021-09-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u42030020230/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:43.775872Z",
            "last_modified_time": "2024-01-24T13:21:21.957248Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u4203002023020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        }
    ]
}