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=41
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=42",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/organization/?format=api&page=40"
    },
    "data": [
        {
            "id": "ahjo:u321200302030",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Itä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.727621Z",
            "last_modified_time": "2024-01-24T13:21:32.504580Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200302035",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kaakkoinen 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.745720Z",
            "last_modified_time": "2024-01-24T13:21:32.521853Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302035/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200302040",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Lounainen 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.762201Z",
            "last_modified_time": "2024-01-24T13:21:32.533054Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302040/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200302045",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Läntinen 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.780870Z",
            "last_modified_time": "2024-01-24T13:21:32.548302Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302045/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200302050",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Koillinen 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.797888Z",
            "last_modified_time": "2024-01-24T13:21:32.562901Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302050/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200302055",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Pohjoinen 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.814800Z",
            "last_modified_time": "2024-01-24T13:21:32.576967Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302055/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200302060",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kuntouttava arviointiyksikkö",
            "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.834694Z",
            "last_modified_time": "2024-01-24T13:21:32.589674Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200302060/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u3212003030",
            "data_source": "ahjo",
            "classification": "ahjo:division",
            "name": "Seniorikeskukset",
            "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:u321200303045/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303010/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303015/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303020/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303025/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303030/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303040/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303050/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303055/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003035/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.133857Z",
            "last_modified_time": "2024-01-24T13:21:32.128460Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303045",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Riistavuoren seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.209142Z",
            "last_modified_time": "2024-01-24T13:21:32.135631Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303045/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303010",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kinaporin seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.854639Z",
            "last_modified_time": "2024-01-24T13:21:32.602865Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303010/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303015",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Töölön seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.879275Z",
            "last_modified_time": "2024-01-24T13:21:32.622659Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303015/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303020",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kivelän seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.908075Z",
            "last_modified_time": "2024-01-24T13:21:32.641536Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303020/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303025",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Koskelan seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.945046Z",
            "last_modified_time": "2024-01-24T13:21:32.670346Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303025/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303030",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kontulan seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.973093Z",
            "last_modified_time": "2024-01-24T13:21:32.696950Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303040",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Myllypuron seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:54.997987Z",
            "last_modified_time": "2024-01-24T13:21:32.716283Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303040/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303050",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Kustaankartanon seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.115525Z",
            "last_modified_time": "2024-01-24T13:21:32.815182Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303050/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u321200303055",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Syystien seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.157103Z",
            "last_modified_time": "2024-01-24T13:21:32.851825Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200303055/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:u3212003035",
            "data_source": "ahjo",
            "classification": "ahjo:unit",
            "name": "Roihuvuoren seniorikeskus",
            "founding_date": "2023-01-01",
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003030/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:55.205226Z",
            "last_modified_time": "2024-01-24T13:21:32.898452Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212003035/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "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://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200/?format=api",
            "sub_organizations": [
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212002030/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212002040/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212002010/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.302366Z",
            "last_modified_time": "2024-01-24T13:21:22.729134Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/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://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u32120020/?format=api",
            "sub_organizations": [
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200203070/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200203075/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200203090/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200203095/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200203085/?format=api",
                "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u321200203080/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2023-09-04T11:15:41.310037Z",
            "last_modified_time": "2024-01-24T13:21:22.734713Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/ahjo:u3212002030/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        }
    ]
}