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=39
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 1519,
        "next": "http://api.hel.fi/linkedevents/v0.1/organization/?format=api&page=40",
        "previous": "http://api.hel.fi/linkedevents/v0.1/organization/?format=api&page=38"
    },
    "data": [
        {
            "id": "kultus:32",
            "data_source": "kultus",
            "classification": null,
            "name": "Vantaan kaupungin kulttuuripalvelut",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [
                "http://api.hel.fi/linkedevents/v0.1/organization/kultus:33/?format=api"
            ],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.677102Z",
            "last_modified_time": "2021-09-10T17:30:46.447277Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:32/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:33",
            "data_source": "kultus",
            "classification": null,
            "name": "Vantaan kaupunginmuseo",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:32/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.691930Z",
            "last_modified_time": "2021-09-10T17:30:46.488755Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:33/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:34",
            "data_source": "kultus",
            "classification": null,
            "name": "AV-arkki",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.715166Z",
            "last_modified_time": "2021-09-10T17:30:46.518584Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:34/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:35",
            "data_source": "kultus",
            "classification": null,
            "name": "Aalto-yliopisto Junior",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.738685Z",
            "last_modified_time": "2021-09-10T17:30:46.552279Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:35/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:36",
            "data_source": "kultus",
            "classification": null,
            "name": "Ad Astra",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.759803Z",
            "last_modified_time": "2021-09-10T17:30:46.588438Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:36/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:37",
            "data_source": "kultus",
            "classification": null,
            "name": "Alpo Aaltokoski Company",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.773712Z",
            "last_modified_time": "2021-09-10T17:30:46.636287Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:37/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:38",
            "data_source": "kultus",
            "classification": null,
            "name": "Alvar Aalto -säätiö",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.793422Z",
            "last_modified_time": "2021-09-10T17:30:46.673573Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:38/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:40",
            "data_source": "kultus",
            "classification": null,
            "name": "Animaatioklinikka",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.820464Z",
            "last_modified_time": "2021-09-10T17:30:46.734996Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:40/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:41",
            "data_source": "kultus",
            "classification": null,
            "name": "Animaatiopöllöt",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.835924Z",
            "last_modified_time": "2021-09-10T17:30:46.769200Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:41/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:42",
            "data_source": "kultus",
            "classification": null,
            "name": "Animatricks animaatiofestivaali",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.862572Z",
            "last_modified_time": "2021-09-10T17:30:46.801645Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:42/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:43",
            "data_source": "kultus",
            "classification": null,
            "name": "Arja Tiili Dance Company",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.878605Z",
            "last_modified_time": "2021-09-10T17:30:46.838019Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:43/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:44",
            "data_source": "kultus",
            "classification": null,
            "name": "Arkkitehtuurimuseo",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.893341Z",
            "last_modified_time": "2021-09-10T17:30:46.870242Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:44/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:45",
            "data_source": "kultus",
            "classification": null,
            "name": "Aura of Puppets",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.906594Z",
            "last_modified_time": "2021-09-10T17:30:46.896878Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:45/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:46",
            "data_source": "kultus",
            "classification": null,
            "name": "Aurinko - música de Latinoamérica ry",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.922014Z",
            "last_modified_time": "2021-09-10T17:30:46.923249Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:46/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:47",
            "data_source": "kultus",
            "classification": null,
            "name": "BRQ Vantaa ry",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.937097Z",
            "last_modified_time": "2021-09-10T17:30:46.952034Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:47/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:48",
            "data_source": "kultus",
            "classification": null,
            "name": "Ballet Finland",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.951353Z",
            "last_modified_time": "2021-09-10T17:30:46.980818Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:48/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:49",
            "data_source": "kultus",
            "classification": null,
            "name": "Cantabile-kuoro",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.971665Z",
            "last_modified_time": "2021-09-10T17:30:47.009063Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:49/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:50",
            "data_source": "kultus",
            "classification": null,
            "name": "Circus Helsinki",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:10.999213Z",
            "last_modified_time": "2021-09-10T17:30:47.039615Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:50/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:51",
            "data_source": "kultus",
            "classification": null,
            "name": "Cirko – Uuden Sirkuksen Keskus",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.016128Z",
            "last_modified_time": "2021-09-10T17:30:47.068304Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:51/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:52",
            "data_source": "kultus",
            "classification": null,
            "name": "DOT",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.035655Z",
            "last_modified_time": "2021-09-10T17:30:47.096538Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "http://api.hel.fi/linkedevents/v0.1/organization/kultus:52/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        }
    ]
}