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=40
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=41",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/organization/?format=api&page=39"
    },
    "data": [
        {
            "id": "ahjo:u32120030",
            "data_source": "ahjo",
            "classification": "ahjo:packaged_service",
            "name": "Sairaala-, kuntoutus- ja hoivapalvelut -palvelukokonaisuus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200/?format=api",
            "sub_organizations": [
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003010/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003020/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.156531Z",
            "last_modified_time": "2024-01-24T13:21:22.598823Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u32120030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u3212003010",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Arviointitoiminta",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u32120030/?format=api",
            "sub_organizations": [
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200301020/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200301030/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200301050/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200304060/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.166667Z",
            "last_modified_time": "2024-01-24T13:21:22.606983Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003010/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200301020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Arviointitoiminnan yhteiset palvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.444084Z",
            "last_modified_time": "2024-01-24T13:21:32.315476Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200301020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200301030",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Asiakasohjaus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.462649Z",
            "last_modified_time": "2024-01-24T13:21:32.327644Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200301030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200301050",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Ostopalvelut ja laadunhallinta",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.560895Z",
            "last_modified_time": "2024-01-24T13:21:32.382899Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200301050/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200304060",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Gerontologinen sosiaalityö",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.579046Z",
            "last_modified_time": "2024-01-24T13:21:32.396823Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200304060/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u3212003080",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Helsingin sairaala",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u32120030/?format=api",
            "sub_organizations": [
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200306010/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200306020/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200306030/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200306040/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200307020/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308060/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308070/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308075/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308080/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308090/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.189036Z",
            "last_modified_time": "2024-01-24T13:21:22.635053Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200306010",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Laakson sairaala",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.242980Z",
            "last_modified_time": "2024-01-24T13:21:32.929382Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200306010/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200306020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Malmin sairaala",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.268920Z",
            "last_modified_time": "2024-01-24T13:21:32.947642Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200306020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200306030",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Suursuon sairaala",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.293012Z",
            "last_modified_time": "2024-01-24T13:21:32.966960Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200306030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200306040",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kotisairaala",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.316391Z",
            "last_modified_time": "2024-01-24T13:21:32.978431Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200306040/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200307020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Geriatrian poliklinikka",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.347037Z",
            "last_modified_time": "2024-01-24T13:21:32.996169Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200307020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200308060",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kotihoidon lääkärit",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.371012Z",
            "last_modified_time": "2024-01-24T13:21:33.014843Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308060/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200308070",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kuntoutussuunnittelu ja apuvälineet",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.393416Z",
            "last_modified_time": "2024-01-24T13:21:33.029864Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308070/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200308075",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Herttoniemen varasairaala",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.410984Z",
            "last_modified_time": "2024-01-24T13:21:33.041741Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308075/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200308080",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Fysioterapia",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.435075Z",
            "last_modified_time": "2024-01-24T13:21:33.066309Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308080/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200308090",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Toimintaterapia",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003080/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.462465Z",
            "last_modified_time": "2024-01-24T13:21:33.085800Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200308090/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u3212003020",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Kotihoito",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u32120030/?format=api",
            "sub_organizations": [
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302025/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302020/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302030/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302035/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302040/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302045/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302050/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302055/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302060/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.209784Z",
            "last_modified_time": "2024-01-24T13:21:22.653245Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200302025",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Keskinen kotihoitoyksikkö",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003020/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.274125Z",
            "last_modified_time": "2024-01-24T13:21:22.699227Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302025/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200302020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Eteläinen kotihoitoyksikkö",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003020/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.647838Z",
            "last_modified_time": "2024-01-24T13:21:32.444799Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        }
    ]
}