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

{
    "meta": {
        "count": 1520,
        "next": "http://api.hel.fi/linkedevents/v0.1/organization/?format=api&page=6",
        "previous": "http://api.hel.fi/linkedevents/v0.1/organization/?format=api&page=4"
    },
    "data": [
        {
            "id": "ahjo:11500",
            "data_source": "ahjo",
            "classification": "ahjo:5",
            "name": "Keskusvaalilautakunta",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:11010/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:15:58.383192Z",
            "last_modified_time": "2018-06-12T14:15:58.386110Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:11500/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:71000",
            "data_source": "ahjo",
            "classification": "ahjo:5",
            "name": "Helsingin Energian johtokunta",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:11010/?format=api",
            "sub_organizations": [
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:71001/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:15:59.499692Z",
            "last_modified_time": "2018-06-12T14:16:04.450719Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:71000/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:71001",
            "data_source": "ahjo",
            "classification": "ahjo:8",
            "name": "Helsingin Energia -liikelaitos",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:71000/?format=api",
            "sub_organizations": [
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:719411/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:719430/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:00.885966Z",
            "last_modified_time": "2018-06-12T14:16:04.453634Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:71001/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:719411",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Asiakaspalvelu ja viestintä",
            "founding_date": null,
            "dissolution_date": "2012-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:71001/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:02.858807Z",
            "last_modified_time": "2018-06-12T14:16:02.862113Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:719411/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:719430",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Konsernipalvelut",
            "founding_date": null,
            "dissolution_date": "2012-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:71001/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:04.456885Z",
            "last_modified_time": "2018-06-12T14:16:04.459301Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:719430/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:71900",
            "data_source": "ahjo",
            "classification": "ahjo:5",
            "name": "Taloushallintopalvelu-liikelaitoksen jk",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:11010/?format=api",
            "sub_organizations": [
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:01600/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:05.607701Z",
            "last_modified_time": "2018-06-12T14:16:15.146458Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:71900/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:01600",
            "data_source": "ahjo",
            "classification": "ahjo:8",
            "name": "Taloushallintopalvelu-liikelaitos",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:71900/?format=api",
            "sub_organizations": [
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016100/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016200/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016300/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016500/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016600/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:07.021765Z",
            "last_modified_time": "2018-06-12T14:16:15.149666Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:01600/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:016100",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Hallinto-osasto/Talpa",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:01600/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:08.631482Z",
            "last_modified_time": "2018-06-12T14:16:08.633641Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016100/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:016200",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Kirjanpito ja maksuliikenneosasto",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:01600/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:10.234925Z",
            "last_modified_time": "2018-06-12T14:16:10.238113Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016200/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:016300",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Laskutusosasto",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:01600/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:11.847415Z",
            "last_modified_time": "2018-06-12T14:16:11.850918Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016300/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:016500",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Ostolaskuosasto",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:01600/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:13.466849Z",
            "last_modified_time": "2018-06-12T14:16:13.469654Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016500/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:016600",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Palkkiot ja palkanlaskenta -osasto",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:01600/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:15.153395Z",
            "last_modified_time": "2018-06-12T14:16:15.156092Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:016600/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:74000",
            "data_source": "ahjo",
            "classification": "ahjo:5",
            "name": "Helsingin Satama -liikelaitoksen jk",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:11010/?format=api",
            "sub_organizations": [
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74001/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:16.331741Z",
            "last_modified_time": "2018-06-12T14:16:26.031203Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74000/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:74001",
            "data_source": "ahjo",
            "classification": "ahjo:8",
            "name": "Helsingin Satama -liikelaitos",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74000/?format=api",
            "sub_organizations": [
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:742000/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:743000/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:745000/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:747000/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:749000/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:17.787310Z",
            "last_modified_time": "2018-06-12T14:16:26.036506Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74001/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:742000",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Markkinointi ja Viestintä",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74001/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:19.458621Z",
            "last_modified_time": "2018-06-12T14:16:19.467664Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:742000/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:743000",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Hallinto ja talous/HelSa",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74001/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:21.089374Z",
            "last_modified_time": "2018-06-12T14:16:21.096897Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:743000/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:745000",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Matkustajasatamat",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74001/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:22.727030Z",
            "last_modified_time": "2018-06-12T14:16:22.730156Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:745000/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:747000",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Tekniset palvelut",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74001/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:24.381438Z",
            "last_modified_time": "2018-06-12T14:16:24.384768Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:747000/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:749000",
            "data_source": "ahjo",
            "classification": "ahjo:9",
            "name": "Vuosaaren satama",
            "founding_date": null,
            "dissolution_date": "2014-12-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:74001/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:26.040441Z",
            "last_modified_time": "2018-06-12T14:16:26.043871Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:749000/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "ahjo:200",
            "data_source": "ahjo",
            "classification": "ahjo:7",
            "name": "Rakennus- ja ympäristötoimi",
            "founding_date": null,
            "dissolution_date": "2017-05-31",
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:00400/?format=api",
            "sub_organizations": [
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:11100/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:12800/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:52100/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:52120/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:72301/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:75000/?format=api",
                "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:77301/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2018-06-12T14:16:26.954011Z",
            "last_modified_time": "2018-06-12T14:18:21.941452Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/ahjo:200/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        }
    ]
}