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 /linkedevents/v1/organization/?format=api&page=75
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 1520,
        "next": "https://api.hel.fi/linkedevents/v1/organization/?format=api&page=76",
        "previous": "https://api.hel.fi/linkedevents/v1/organization/?format=api&page=74"
    },
    "data": [
        {
            "id": "ahjo:u32120020",
            "data_source": "ahjo",
            "classification": "ahjo:packaged_service",
            "name": "Terveys- ja päihdepalvelut -palvelukokonaisuus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200/?format=api",
            "sub_organizations": [
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002030/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002040/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.095604Z",
            "last_modified_time": "2024-01-25T13:42:14.098884Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u32120020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u3212002030",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Psykiatria- ja päihdepalvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u32120020/?format=api",
            "sub_organizations": [
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203070/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203075/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203090/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203095/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203085/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203080/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.105874Z",
            "last_modified_time": "2024-01-25T13:42:14.109895Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200203070",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Asumisen tuki",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.115668Z",
            "last_modified_time": "2024-01-25T13:42:14.118949Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203070/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200203075",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Ensilinjan palvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.133938Z",
            "last_modified_time": "2024-01-25T13:42:14.137218Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203075/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200203090",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Päihdepalvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.174313Z",
            "last_modified_time": "2024-01-25T13:42:14.177782Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203090/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200203095",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Sosiaali- ja kriisipäivystys",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.202857Z",
            "last_modified_time": "2024-01-25T13:42:14.231175Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203095/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200203085",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Psykoosipalvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.293849Z",
            "last_modified_time": "2024-01-25T13:42:14.297061Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203085/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200203080",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Mielialahäiriöpalvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.320649Z",
            "last_modified_time": "2024-01-25T13:42:14.324171Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200203080/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u3212002040",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Suun terveydenhuolto",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u32120020/?format=api",
            "sub_organizations": [
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200204030/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200204040/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.149997Z",
            "last_modified_time": "2024-01-25T13:42:14.153466Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002040/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200204030",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Suun terveydenhuollon lähipalvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002040/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:28.940405Z",
            "last_modified_time": "2024-01-25T13:42:28.943680Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200204030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200204040",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Suun terveydenhuollon keskitetyt palvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002040/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:28.953214Z",
            "last_modified_time": "2024-01-25T13:42:28.956533Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200204040/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u3212002010",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Terveysasemat ja sisätautien poliklinikka",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u32120020/?format=api",
            "sub_organizations": [
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201015/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201045/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201005/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201025/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201035/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201050/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201055/?format=api",
                "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201065/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.251109Z",
            "last_modified_time": "2024-01-25T13:42:14.254474Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200201015",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Keskustan terveysasema",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.260048Z",
            "last_modified_time": "2024-01-25T13:42:14.263086Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201015/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200201045",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Lännen terveysasema",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:14.277083Z",
            "last_modified_time": "2024-01-25T13:42:14.280275Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201045/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200201005",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Digitaalinen terveysasema",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:27.526665Z",
            "last_modified_time": "2024-01-25T13:42:27.529876Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201005/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200201025",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Keskisen terveysasema",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:27.584394Z",
            "last_modified_time": "2024-01-25T13:42:27.587792Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201025/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200201035",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Idän terveysasema",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:27.617010Z",
            "last_modified_time": "2024-01-25T13:42:27.620249Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201035/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200201050",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Pohjoisen terveysasema",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:27.735305Z",
            "last_modified_time": "2024-01-25T13:42:27.738933Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201050/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200201055",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Koillisen terveysasema",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:27.792103Z",
            "last_modified_time": "2024-01-25T13:42:27.795870Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201055/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200201065",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Keskitetyt palvelut",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u3212002010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2024-01-25T13:42:27.851513Z",
            "last_modified_time": "2024-01-25T13:42:27.855224Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://api.hel.fi/linkedevents/v1/organization/ahjo:u321200201065/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        }
    ]
}