North Data API

Programmatic access to the North Data DB.
More information: https://github.com/northdata/api/blob/master/doc/data-api-userguide/data-api-userguide.md
Contact Info: support@northdata.de
Version: 1.234.2
BasePath:/_api
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Default

Default

Up
get /billing/v1/requests
(billingV1RequestsGet)
number of unique requests

Query parameters

year (optional)
Query Parameter — year of the billing period (>= 2024) format: int32
month (optional)
Query Parameter — month of the billing period between 1 (January) and 12 ( December) format: int32
output (optional)
Query Parameter — response format default: json

Return type

Billing

Example data

Content-Type: application/json
{
  "numberOfRequests" : 0,
  "periodStart" : "2000-01-23",
  "periodEnd" : "2000-01-23"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response Billing

Up
get /company/v1/company
(companyV1CompanyGet)
Retrieve a company.

Query parameters

name (optional)
Query Parameter — company name
address (optional)
Query Parameter — company address (you only need to specify the city)
registerId (optional)
Query Parameter — the ID of under which the company is registered, for example HRB 12345
registerCity (optional)
Query Parameter — the city of the court where the company is registered, for example Hamburg
companyId (optional)
Query Parameter — internal company id (do not store this id in an external database, it may change over time)
fuzzyMatch (optional)
Query Parameter — true to find best match (similar name and nearby address)
registerKey (optional)
Query Parameter — key that has been provided via the register uniqueKey field
history (optional)
Query Parameter — true to include historical data
financials (optional)
Query Parameter — true to include financial data
events (optional)
Query Parameter — true to include event data
eventType (optional)
Query Parameter — restrict which event types will be returned if events equals true
maxEvents (optional)
Query Parameter — maximum number of events to return format: int32
relations (optional)
Query Parameter — true to include related company and person data. Note: For owners, only majority shareholders are included. For more owners, use the "owners" parameter instead.
owners (optional)
Query Parameter — true to include all owners/shareholders (companies & persons) of the subject company
ownerships (optional)
Query Parameter — true to include companies owned by the subject company.
representatives (optional)
Query Parameter — true to include legal representatives of the subject company (e.g., managing directors, board members).
alwaysResolve (optional)
Query Parameter — true to lookup current state of related company from database
sheets (optional)
Query Parameter — true to include company financial sheets (balance, earnings)
extras (optional)
Query Parameter — true to include extra company data provided by 3rd parties
output (optional)
Query Parameter — response format default: json

Return type

Company

Example data

Content-Type: application/json
{
  "euId" : "euId",
  "subject" : "subject",
  "extras" : [ {
    "sourceUrl" : "sourceUrl",
    "sourceName" : "sourceName",
    "items" : [ {
      "formattedHtmlValue" : "formattedHtmlValue",
      "name" : "name",
      "id" : "id",
      "value" : "value"
    }, {
      "formattedHtmlValue" : "formattedHtmlValue",
      "name" : "name",
      "id" : "id",
      "value" : "value"
    } ]
  }, {
    "sourceUrl" : "sourceUrl",
    "sourceName" : "sourceName",
    "items" : [ {
      "formattedHtmlValue" : "formattedHtmlValue",
      "name" : "name",
      "id" : "id",
      "value" : "value"
    }, {
      "formattedHtmlValue" : "formattedHtmlValue",
      "name" : "name",
      "id" : "id",
      "value" : "value"
    } ]
  } ],
  "northDataUrl" : "northDataUrl",
  "lei" : "lei",
  "relatedCompanies" : {
    "items" : [ {
      "person" : {
        "birthMonth" : 7,
        "filings" : [ {
          "city" : "city",
          "name" : "name",
          "source" : "source",
          "id" : "id",
          "type" : "type"
        }, {
          "city" : "city",
          "name" : "name",
          "source" : "source",
          "id" : "id",
          "type" : "type"
        } ],
        "deceased" : true,
        "blocked" : true,
        "birthYear" : 2,
        "name" : {
          "firstName" : "firstName",
          "lastName" : "lastName",
          "title" : "title"
        },
        "id" : "id",
        "birthDate" : "2000-01-23",
        "northDataUrl" : "northDataUrl",
        "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
      },
      "roles" : [ {
        "date" : "2000-01-23",
        "sharesNominal" : {
          "unit" : "unit",
          "value" : 3.616076749251911
        },
        "name" : "name",
        "demotion" : true,
        "sharesPercent" : 9.301444243932576,
        "detail" : "detail",
        "type" : "type",
        "dir" : "None",
        "announce" : true,
        "group" : "Succession"
      }, {
        "date" : "2000-01-23",
        "sharesNominal" : {
          "unit" : "unit",
          "value" : 3.616076749251911
        },
        "name" : "name",
        "demotion" : true,
        "sharesPercent" : 9.301444243932576,
        "detail" : "detail",
        "type" : "type",
        "dir" : "None",
        "announce" : true,
        "group" : "Succession"
      } ],
      "description" : "description"
    }, {
      "person" : {
        "birthMonth" : 7,
        "filings" : [ {
          "city" : "city",
          "name" : "name",
          "source" : "source",
          "id" : "id",
          "type" : "type"
        }, {
          "city" : "city",
          "name" : "name",
          "source" : "source",
          "id" : "id",
          "type" : "type"
        } ],
        "deceased" : true,
        "blocked" : true,
        "birthYear" : 2,
        "name" : {
          "firstName" : "firstName",
          "lastName" : "lastName",
          "title" : "title"
        },
        "id" : "id",
        "birthDate" : "2000-01-23",
        "northDataUrl" : "northDataUrl",
        "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
      },
      "roles" : [ {
        "date" : "2000-01-23",
        "sharesNominal" : {
          "unit" : "unit",
          "value" : 3.616076749251911
        },
        "name" : "name",
        "demotion" : true,
        "sharesPercent" : 9.301444243932576,
        "detail" : "detail",
        "type" : "type",
        "dir" : "None",
        "announce" : true,
        "group" : "Succession"
      }, {
        "date" : "2000-01-23",
        "sharesNominal" : {
          "unit" : "unit",
          "value" : 3.616076749251911
        },
        "name" : "name",
        "demotion" : true,
        "sharesPercent" : 9.301444243932576,
        "detail" : "detail",
        "type" : "type",
        "dir" : "None",
        "announce" : true,
        "group" : "Succession"
      } ],
      "description" : "description"
    } ]
  },
  "filings" : [ null, null ],
  "originalSubject" : "originalSubject",
  "sheets" : [ {
    "columnHeaders" : [ {
      "date" : "2000-01-23"
    }, {
      "date" : "2000-01-23"
    } ],
    "unit" : "unit",
    "consolidated" : true,
    "rows" : [ {
      "cells" : [ {
        "value" : 5.637376656633329
      }, {
        "value" : 5.637376656633329
      } ],
      "level" : 5,
      "name" : "name"
    }, {
      "cells" : [ {
        "value" : 5.637376656633329
      }, {
        "value" : 5.637376656633329
      } ],
      "level" : 5,
      "name" : "name"
    } ],
    "type" : "balance",
    "reporting" : "HGB"
  }, {
    "columnHeaders" : [ {
      "date" : "2000-01-23"
    }, {
      "date" : "2000-01-23"
    } ],
    "unit" : "unit",
    "consolidated" : true,
    "rows" : [ {
      "cells" : [ {
        "value" : 5.637376656633329
      }, {
        "value" : 5.637376656633329
      } ],
      "level" : 5,
      "name" : "name"
    }, {
      "cells" : [ {
        "value" : 5.637376656633329
      }, {
        "value" : 5.637376656633329
      } ],
      "level" : 5,
      "name" : "name"
    } ],
    "type" : "balance",
    "reporting" : "HGB"
  } ],
  "blocked" : true,
  "id" : "id",
  "terminated" : true,
  "events" : {
    "items" : [ {
      "date" : "2000-01-23",
      "description" : "description",
      "type" : "type"
    }, {
      "date" : "2000-01-23",
      "description" : "description",
      "type" : "type"
    } ]
  },
  "proxyPolicy" : "proxyPolicy",
  "segmentCodes" : {
    "key" : [ "segmentCodes", "segmentCodes" ]
  },
  "address" : {
    "country" : "country",
    "lng" : 6.027456183070403,
    "city" : "city",
    "street" : "street",
    "extra" : "extra",
    "postalCode" : "postalCode",
    "formattedValue" : "formattedValue",
    "state" : "state",
    "lat" : 0.8008281904610115
  },
  "history" : {
    "financials" : [ {
      "date" : "2000-01-23",
      "note" : {
        "html" : "html",
        "text" : "text"
      },
      "consolidated" : true,
      "formattedDate" : "formattedDate",
      "source" : {
        "snippets" : [ {
          "title" : "title",
          "contentType" : "contentType",
          "content" : "content"
        }, {
          "title" : "title",
          "contentType" : "contentType",
          "content" : "content"
        } ],
        "publicationId" : "publicationId",
        "publicationTitle" : "publicationTitle",
        "publicationDate" : "2000-01-23",
        "auditorName" : "auditorName"
      },
      "items" : [ {
        "note" : "note",
        "unit" : "unit",
        "name" : "name",
        "estimate" : true,
        "formattedValue" : "formattedValue",
        "id" : "id",
        "value" : 1.4658129805029452
      }, {
        "note" : "note",
        "unit" : "unit",
        "name" : "name",
        "estimate" : true,
        "formattedValue" : "formattedValue",
        "id" : "id",
        "value" : 1.4658129805029452
      } ]
    }, {
      "date" : "2000-01-23",
      "note" : {
        "html" : "html",
        "text" : "text"
      },
      "consolidated" : true,
      "formattedDate" : "formattedDate",
      "source" : {
        "snippets" : [ {
          "title" : "title",
          "contentType" : "contentType",
          "content" : "content"
        }, {
          "title" : "title",
          "contentType" : "contentType",
          "content" : "content"
        } ],
        "publicationId" : "publicationId",
        "publicationTitle" : "publicationTitle",
        "publicationDate" : "2000-01-23",
        "auditorName" : "auditorName"
      },
      "items" : [ {
        "note" : "note",
        "unit" : "unit",
        "name" : "name",
        "estimate" : true,
        "formattedValue" : "formattedValue",
        "id" : "id",
        "value" : 1.4658129805029452
      }, {
        "note" : "note",
        "unit" : "unit",
        "name" : "name",
        "estimate" : true,
        "formattedValue" : "formattedValue",
        "id" : "id",
        "value" : 1.4658129805029452
      } ]
    } ],
    "mktgTechIndicators" : [ null, null ],
    "addresses" : [ {
      "date" : "2000-01-23"
    }, {
      "date" : "2000-01-23"
    } ],
    "names" : [ {
      "date" : "2000-01-23"
    }, {
      "date" : "2000-01-23"
    } ],
    "registers" : [ {
      "date" : "2000-01-23"
    }, {
      "date" : "2000-01-23"
    } ]
  },
  "rawName" : "rawName",
  "originalSubjectLang" : "originalSubjectLang",
  "elfCode" : "elfCode",
  "name" : {
    "name" : "name",
    "legalForm" : "legalForm"
  },
  "register" : {
    "country" : "country",
    "city" : "city",
    "uniqueKey" : "uniqueKey",
    "id" : "id"
  },
  "status" : "active",
  "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response Company

Up
get /company/v1/publications
(companyV1PublicationsGet)
Retrieve the publications associated with a company.

Query parameters

name (optional)
Query Parameter — company name
address (optional)
Query Parameter — company address (you only need to specify the city)
registerId (optional)
Query Parameter — the ID of under which the company is registered, for example HRB 12345
registerCity (optional)
Query Parameter — the city of the court where the company is registered, for example Hamburg
companyId (optional)
Query Parameter — internal company id (do not store this id in an external database, it may change over time)
fuzzyMatch (optional)
Query Parameter — true to find best match (similar name and nearby address)
registerKey (optional)
Query Parameter — key that has been provided via the register uniqueKey field
minTimestamp (optional)
Query Parameter — minimum datetime publication was added to the database format: date-time
maxTimestamp (optional)
Query Parameter — maximum datetime publication was added to the database format: date-time
minPublicationDate (optional)
Query Parameter — minimum date publication was published on (by the source) format: date
maxPublicationDate (optional)
Query Parameter — maximum date publication was published on (by the source) format: date
sources (optional)
Query Parameter — DEPRECATED (will be removed at some point of time)
source (required)
Query Parameter — only publications with this source will be returned
content (optional)
Query Parameter — whether to include publication text / html (may significantly slow down response)
attachments (optional)
Query Parameter — whether to include publication attachments (binary, such as images or PDF)
censor (optional)
Query Parameter — should be set when presenting the content on a public website
offset (optional)
Query Parameter — offset of first item to return format: int32
limit (optional)
Query Parameter — maximum number of items to return format: int32
output (optional)
Query Parameter — response format default: json

Return type

GenericResponse

Example data

Content-Type: application/json
{
  "newPos" : "newPos",
  "publications" : [ {
    "date" : "2000-01-23",
    "internal" : { },
    "attachments" : [ {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    }, {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    } ],
    "creationTime" : "2000-01-23T04:56:07.000+00:00",
    "language" : "language",
    "source" : "source",
    "originalLanguage" : "originalLanguage",
    "title" : "title",
    "mentionedCompanies" : {
      "items" : [ {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      }, {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      } ]
    },
    "northDataUrl" : "northDataUrl",
    "structure" : {
      "topics" : [ {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      }, {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      } ]
    },
    "filings" : [ {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    }, {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    } ],
    "blocked" : true,
    "publisher" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "html" : "html",
    "id" : "id",
    "sourceName" : "sourceName",
    "text" : "text",
    "category" : "category",
    "effectiveDate" : "2000-01-23"
  }, {
    "date" : "2000-01-23",
    "internal" : { },
    "attachments" : [ {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    }, {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    } ],
    "creationTime" : "2000-01-23T04:56:07.000+00:00",
    "language" : "language",
    "source" : "source",
    "originalLanguage" : "originalLanguage",
    "title" : "title",
    "mentionedCompanies" : {
      "items" : [ {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      }, {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      } ]
    },
    "northDataUrl" : "northDataUrl",
    "structure" : {
      "topics" : [ {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      }, {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      } ]
    },
    "filings" : [ {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    }, {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    } ],
    "blocked" : true,
    "publisher" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "html" : "html",
    "id" : "id",
    "sourceName" : "sourceName",
    "text" : "text",
    "category" : "category",
    "effectiveDate" : "2000-01-23"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response GenericResponse

Up
get /person/v1/person
(personV1PersonGet)
Retrieve a person.

Query parameters

firstName (optional)
Query Parameter — first name(s) of a person
lastName (optional)
Query Parameter — last name of a person
address (optional)
Query Parameter — person address (you only need to specify the city)
birthDate (optional)
Query Parameter — birth date format: date
personId (optional)
Query Parameter — internal person id (do not store this id in an external database, it may change over time)
history (optional)
Query Parameter — true to include historical data
relations (optional)
Query Parameter — true to include related company and person data. Note: For owners, only majority shareholders are included. For more owners, use the "owners" parameter instead.
alwaysResolve (optional)
Query Parameter — true to lookup current state of related company from database
output (optional)
Query Parameter — response format default: json

Return type

Person

Example data

Content-Type: application/json
{
  "birthMonth" : 7,
  "filings" : [ {
    "city" : "city",
    "name" : "name",
    "source" : "source",
    "id" : "id",
    "type" : "type"
  }, {
    "city" : "city",
    "name" : "name",
    "source" : "source",
    "id" : "id",
    "type" : "type"
  } ],
  "deceased" : true,
  "blocked" : true,
  "birthYear" : 2,
  "name" : {
    "firstName" : "firstName",
    "lastName" : "lastName",
    "title" : "title"
  },
  "id" : "id",
  "birthDate" : "2000-01-23",
  "northDataUrl" : "northDataUrl",
  "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response Person

Up
get /person/v1/publications
(personV1PublicationsGet)
Retrieve the publications associated with a person.

Query parameters

firstName (optional)
Query Parameter — first name(s) of a person
lastName (optional)
Query Parameter — last name of a person
address (optional)
Query Parameter — person address (you only need to specify the city)
birthDate (optional)
Query Parameter — birth date format: date
personId (optional)
Query Parameter — internal person id (do not store this id in an external database, it may change over time)
minTimestamp (optional)
Query Parameter — minimum datetime publication was added to the database format: date-time
maxTimestamp (optional)
Query Parameter — maximum datetime publication was added to the database format: date-time
minPublicationDate (optional)
Query Parameter — minimum date publication was published on (by the source) format: date
maxPublicationDate (optional)
Query Parameter — maximum date publication was published on (by the source) format: date
sources (optional)
Query Parameter — DEPRECATED (will be removed at some point of time)
source (required)
Query Parameter — only publications with this source will be returned
content (optional)
Query Parameter — whether to include publication text / html (may significantly slow down response)
attachments (optional)
Query Parameter — whether to include publication attachments (binary, such as images or PDF)
censor (optional)
Query Parameter — should be set when presenting the content on a public website
offset (optional)
Query Parameter — offset of first item to return format: int32
limit (optional)
Query Parameter — maximum number of items to return format: int32
output (optional)
Query Parameter — response format default: json

Return type

GenericResponse

Example data

Content-Type: application/json
{
  "newPos" : "newPos",
  "publications" : [ {
    "date" : "2000-01-23",
    "internal" : { },
    "attachments" : [ {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    }, {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    } ],
    "creationTime" : "2000-01-23T04:56:07.000+00:00",
    "language" : "language",
    "source" : "source",
    "originalLanguage" : "originalLanguage",
    "title" : "title",
    "mentionedCompanies" : {
      "items" : [ {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      }, {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      } ]
    },
    "northDataUrl" : "northDataUrl",
    "structure" : {
      "topics" : [ {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      }, {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      } ]
    },
    "filings" : [ {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    }, {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    } ],
    "blocked" : true,
    "publisher" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "html" : "html",
    "id" : "id",
    "sourceName" : "sourceName",
    "text" : "text",
    "category" : "category",
    "effectiveDate" : "2000-01-23"
  }, {
    "date" : "2000-01-23",
    "internal" : { },
    "attachments" : [ {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    }, {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    } ],
    "creationTime" : "2000-01-23T04:56:07.000+00:00",
    "language" : "language",
    "source" : "source",
    "originalLanguage" : "originalLanguage",
    "title" : "title",
    "mentionedCompanies" : {
      "items" : [ {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      }, {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      } ]
    },
    "northDataUrl" : "northDataUrl",
    "structure" : {
      "topics" : [ {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      }, {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      } ]
    },
    "filings" : [ {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    }, {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    } ],
    "blocked" : true,
    "publisher" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "html" : "html",
    "id" : "id",
    "sourceName" : "sourceName",
    "text" : "text",
    "category" : "category",
    "effectiveDate" : "2000-01-23"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response GenericResponse

Up
get /pub/v1/publications
(pubV1PublicationsGet)
Retrieve publications. At most 10 publications are returned with each call. For more, repeat the call setting the pos parameter to the newPos attribute value of the response.

Query parameters

id (optional)
Query Parameter — publication id to get a single publication
minDate (optional)
Query Parameter — DEPRECATED - please use minTimestamp or minPublicationDate instead format: date
maxDate (optional)
Query Parameter — DEPRECATED - please use maxTimestamp or maxPublicationDate instead format: date
minTimestamp (optional)
Query Parameter — minimum datetime publication was added to the database format: date-time
maxTimestamp (optional)
Query Parameter — maximum datetime publication was added to the database format: date-time
minPublicationDate (optional)
Query Parameter — minimum date publication was published on (by the source) format: date
maxPublicationDate (optional)
Query Parameter — maximum date publication was published on (by the source) format: date
sources (optional)
Query Parameter — DEPRECATED (will be removed at some point of time)
source (required)
Query Parameter — only publications with this source will be returned
content (optional)
Query Parameter — whether to include publication text / html (may significantly slow down response)
attachments (optional)
Query Parameter — whether to include publication attachments (binary, such as images or PDF)
publisherHistory (optional)
Query Parameter — true to include historical data for the publisher
publisherFinancials (optional)
Query Parameter — true to include financial data for the publisher
publisherRelations (optional)
Query Parameter — true to include related company and person data for the publisher
publisherEvents (optional)
Query Parameter — true to include event data for the publisher
publisherExtras (optional)
Query Parameter — true to include extra publisher data provided by 3rd parties
publisherSheets (optional)
Query Parameter — true to include publisher sheets (balance, earnings)
pos (optional)
Query Parameter — if additional results shall be downloaded, set this to the value of the newPos attribute of the previous response
censor (optional)
Query Parameter — should be set when presenting the content on a public website
output (optional)
Query Parameter — response format default: json

Return type

GenericResponse

Example data

Content-Type: application/json
{
  "newPos" : "newPos",
  "publications" : [ {
    "date" : "2000-01-23",
    "internal" : { },
    "attachments" : [ {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    }, {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    } ],
    "creationTime" : "2000-01-23T04:56:07.000+00:00",
    "language" : "language",
    "source" : "source",
    "originalLanguage" : "originalLanguage",
    "title" : "title",
    "mentionedCompanies" : {
      "items" : [ {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      }, {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      } ]
    },
    "northDataUrl" : "northDataUrl",
    "structure" : {
      "topics" : [ {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      }, {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      } ]
    },
    "filings" : [ {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    }, {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    } ],
    "blocked" : true,
    "publisher" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "html" : "html",
    "id" : "id",
    "sourceName" : "sourceName",
    "text" : "text",
    "category" : "category",
    "effectiveDate" : "2000-01-23"
  }, {
    "date" : "2000-01-23",
    "internal" : { },
    "attachments" : [ {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    }, {
      "name" : "name",
      "contentType" : "contentType",
      "url" : "url"
    } ],
    "creationTime" : "2000-01-23T04:56:07.000+00:00",
    "language" : "language",
    "source" : "source",
    "originalLanguage" : "originalLanguage",
    "title" : "title",
    "mentionedCompanies" : {
      "items" : [ {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      }, {
        "person" : {
          "birthMonth" : 7,
          "filings" : [ {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          }, {
            "city" : "city",
            "name" : "name",
            "source" : "source",
            "id" : "id",
            "type" : "type"
          } ],
          "deceased" : true,
          "blocked" : true,
          "birthYear" : 2,
          "name" : {
            "firstName" : "firstName",
            "lastName" : "lastName",
            "title" : "title"
          },
          "id" : "id",
          "birthDate" : "2000-01-23",
          "northDataUrl" : "northDataUrl",
          "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
        },
        "roles" : [ {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        }, {
          "date" : "2000-01-23",
          "sharesNominal" : {
            "unit" : "unit",
            "value" : 3.616076749251911
          },
          "name" : "name",
          "demotion" : true,
          "sharesPercent" : 9.301444243932576,
          "detail" : "detail",
          "type" : "type",
          "dir" : "None",
          "announce" : true,
          "group" : "Succession"
        } ],
        "description" : "description"
      } ]
    },
    "northDataUrl" : "northDataUrl",
    "structure" : {
      "topics" : [ {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      }, {
        "name" : "name",
        "type" : "type",
        "value" : "value"
      } ]
    },
    "filings" : [ {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    }, {
      "city" : "city",
      "name" : "name",
      "source" : "source",
      "id" : "id",
      "type" : "type"
    } ],
    "blocked" : true,
    "publisher" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "html" : "html",
    "id" : "id",
    "sourceName" : "sourceName",
    "text" : "text",
    "category" : "category",
    "effectiveDate" : "2000-01-23"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response GenericResponse

Up
get /reference/v1/overview
(referenceV1OverviewGet)
Returns meta information about the API, such as supported parameter values for power search.

Return type

OverviewResponse

Example data

Content-Type: application/json
{
  "legalFormFamilies" : [ "legalFormFamilies", "legalFormFamilies" ],
  "sources" : [ "sources", "sources" ],
  "topicTypes" : [ "topicTypes", "topicTypes" ],
  "segmentCodeStandards" : [ "segmentCodeStandards", "segmentCodeStandards" ],
  "registers" : [ {
    "country" : "country",
    "name" : "name",
    "sample" : "sample"
  }, {
    "country" : "country",
    "name" : "name",
    "sample" : "sample"
  } ],
  "countries" : "",
  "eventTypes" : [ {
    "id" : "id",
    "countries" : [ "countries", "countries" ]
  }, {
    "id" : "id",
    "countries" : [ "countries", "countries" ]
  } ],
  "legalForms" : [ {
    "id" : "id",
    "countries" : [ "countries", "countries" ]
  }, {
    "id" : "id",
    "countries" : [ "countries", "countries" ]
  } ],
  "roleTypes" : [ "roleTypes", "roleTypes" ],
  "legalStatuses" : [ "legalStatuses", "legalStatuses" ],
  "performanceIndicators" : [ {
    "id" : "id"
  }, {
    "id" : "id"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response OverviewResponse

Up
get /reference/v1/segmentCodes
(referenceV1SegmentCodesGet)
Returns the list of segment codes for the requested standard. The standard parameter must be one of the segment code standards available in the /reference/v1/overview endpoint (segmentCodeStandards).

Query parameters

standard (required)
Query Parameter — Segment code standard name, as returned in the <code>segmentCodeStandards</code> property of <code>/reference/v1/overview</code>.

Return type

array[String]

Example data

Content-Type: application/json
[ "62.01", "62.01" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

List of available segment codes for the requested standard.

400

Invalid or unsupported segment code standard

Up
get /search/v1/power
(searchV1PowerGet)
power search: supports geo and financial criteria

Query parameters

keywords (optional)
Query Parameter — keywords to match in the company's subject
address (optional)
Query Parameter — address or geo coordinates
maxDistanceKm (optional)
Query Parameter — maximum distance from given address format: double
legalForm (optional)
Query Parameter — list of legal forms and legal form families. Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint (see <code>legalForms</code> and <code>legalFormFamilies</code>).
segmentCodeStandard (optional)
Query Parameter — name of the segment code standard to use. Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.
segmentCodes (optional)
Query Parameter — list of segment codes Valid values can be retrieved dynamically from the <code>/reference/v1/segmentCodes</code> endpoint.
indicatorId (optional)
Query Parameter — list of indicator ids for performance filtering. Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.
lowerBound (optional)
Query Parameter — list of lower bounds for performance filterings (see user guide) format: double
upperBound (optional)
Query Parameter — list of upper bounds for performance filterings (see user guide) format: double
lowerBoundUnit (optional)
Query Parameter — list of lower bound units. Only required for currencies different from EUR
upperBoundUnit (optional)
Query Parameter — list of upper bound units. Only required for currencies different from EUR
events (optional)
Query Parameter — true to include event data
eventType (optional)
Query Parameter — list of event types for event filtering. Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.
minDate (optional)
Query Parameter — list of minimum dates for event filterings (see user guide) format: date
maxDate (optional)
Query Parameter — list of maximum dates for event filterings (see user guide) format: date
countries (optional)
Query Parameter — list of country ISO codes to restrict result set (empty to retrieve all countries). Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.
status (optional)
Query Parameter — list of valid statuses (active, terminated, liquidation). Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.
history (optional)
Query Parameter — true to include historical data
financials (optional)
Query Parameter — true to include financial data
maxEvents (optional)
Query Parameter — maximum number of events to return format: int32
relations (optional)
Query Parameter — true to include related company and person data. Note: For owners, only majority shareholders are included. For more owners, use the &quot;owners&quot; parameter instead.
owners (optional)
Query Parameter — true to include all owners/shareholders (companies &amp; persons) of the subject company
ownerships (optional)
Query Parameter — true to include companies owned by the subject company.
representatives (optional)
Query Parameter — true to include legal representatives of the subject company (e.g., managing directors, board members).
alwaysResolve (optional)
Query Parameter — true to lookup current state of related company from database
sheets (optional)
Query Parameter — true to include company financial sheets (balance, earnings)
extras (optional)
Query Parameter — true to include extra company data provided by 3rd parties
pos (optional)
Query Parameter — if additional results shall be downloaded, set this to the value of the nextPos attribute of the previous response
censor (optional)
Query Parameter — should be set when presenting the content on a public website
limit (optional)
Query Parameter — maximum number of items to return format: int32
output (optional)
Query Parameter — response format default: json

Return type

SearchResults

Example data

Content-Type: application/json
{
  "total" : 1,
  "offset" : 0,
  "nextPos" : "nextPos",
  "nextOffset" : 6,
  "results" : [ {
    "person" : {
      "birthMonth" : 7,
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "deceased" : true,
      "blocked" : true,
      "birthYear" : 2,
      "name" : {
        "firstName" : "firstName",
        "lastName" : "lastName",
        "title" : "title"
      },
      "id" : "id",
      "birthDate" : "2000-01-23",
      "northDataUrl" : "northDataUrl",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "publication" : {
      "date" : "2000-01-23",
      "internal" : { },
      "attachments" : [ {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      }, {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      } ],
      "creationTime" : "2000-01-23T04:56:07.000+00:00",
      "language" : "language",
      "source" : "source",
      "originalLanguage" : "originalLanguage",
      "title" : "title",
      "mentionedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "northDataUrl" : "northDataUrl",
      "structure" : {
        "topics" : [ {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        }, {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        } ]
      },
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "blocked" : true,
      "publisher" : {
        "euId" : "euId",
        "subject" : "subject",
        "extras" : [ {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        }, {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        } ],
        "northDataUrl" : "northDataUrl",
        "lei" : "lei",
        "relatedCompanies" : {
          "items" : [ {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          }, {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          } ]
        },
        "filings" : [ null, null ],
        "originalSubject" : "originalSubject",
        "sheets" : [ {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        }, {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        } ],
        "blocked" : true,
        "id" : "id",
        "terminated" : true,
        "events" : {
          "items" : [ {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          }, {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          } ]
        },
        "proxyPolicy" : "proxyPolicy",
        "segmentCodes" : {
          "key" : [ "segmentCodes", "segmentCodes" ]
        },
        "address" : {
          "country" : "country",
          "lng" : 6.027456183070403,
          "city" : "city",
          "street" : "street",
          "extra" : "extra",
          "postalCode" : "postalCode",
          "formattedValue" : "formattedValue",
          "state" : "state",
          "lat" : 0.8008281904610115
        },
        "history" : {
          "financials" : [ {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          }, {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          } ],
          "mktgTechIndicators" : [ null, null ],
          "addresses" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "names" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "registers" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ]
        },
        "rawName" : "rawName",
        "originalSubjectLang" : "originalSubjectLang",
        "elfCode" : "elfCode",
        "name" : {
          "name" : "name",
          "legalForm" : "legalForm"
        },
        "register" : {
          "country" : "country",
          "city" : "city",
          "uniqueKey" : "uniqueKey",
          "id" : "id"
        },
        "status" : "active",
        "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
      },
      "html" : "html",
      "id" : "id",
      "sourceName" : "sourceName",
      "text" : "text",
      "category" : "category",
      "effectiveDate" : "2000-01-23"
    },
    "company" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "matchedName" : "matchedName"
  }, {
    "person" : {
      "birthMonth" : 7,
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "deceased" : true,
      "blocked" : true,
      "birthYear" : 2,
      "name" : {
        "firstName" : "firstName",
        "lastName" : "lastName",
        "title" : "title"
      },
      "id" : "id",
      "birthDate" : "2000-01-23",
      "northDataUrl" : "northDataUrl",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "publication" : {
      "date" : "2000-01-23",
      "internal" : { },
      "attachments" : [ {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      }, {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      } ],
      "creationTime" : "2000-01-23T04:56:07.000+00:00",
      "language" : "language",
      "source" : "source",
      "originalLanguage" : "originalLanguage",
      "title" : "title",
      "mentionedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "northDataUrl" : "northDataUrl",
      "structure" : {
        "topics" : [ {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        }, {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        } ]
      },
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "blocked" : true,
      "publisher" : {
        "euId" : "euId",
        "subject" : "subject",
        "extras" : [ {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        }, {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        } ],
        "northDataUrl" : "northDataUrl",
        "lei" : "lei",
        "relatedCompanies" : {
          "items" : [ {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          }, {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          } ]
        },
        "filings" : [ null, null ],
        "originalSubject" : "originalSubject",
        "sheets" : [ {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        }, {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        } ],
        "blocked" : true,
        "id" : "id",
        "terminated" : true,
        "events" : {
          "items" : [ {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          }, {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          } ]
        },
        "proxyPolicy" : "proxyPolicy",
        "segmentCodes" : {
          "key" : [ "segmentCodes", "segmentCodes" ]
        },
        "address" : {
          "country" : "country",
          "lng" : 6.027456183070403,
          "city" : "city",
          "street" : "street",
          "extra" : "extra",
          "postalCode" : "postalCode",
          "formattedValue" : "formattedValue",
          "state" : "state",
          "lat" : 0.8008281904610115
        },
        "history" : {
          "financials" : [ {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          }, {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          } ],
          "mktgTechIndicators" : [ null, null ],
          "addresses" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "names" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "registers" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ]
        },
        "rawName" : "rawName",
        "originalSubjectLang" : "originalSubjectLang",
        "elfCode" : "elfCode",
        "name" : {
          "name" : "name",
          "legalForm" : "legalForm"
        },
        "register" : {
          "country" : "country",
          "city" : "city",
          "uniqueKey" : "uniqueKey",
          "id" : "id"
        },
        "status" : "active",
        "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
      },
      "html" : "html",
      "id" : "id",
      "sourceName" : "sourceName",
      "text" : "text",
      "category" : "category",
      "effectiveDate" : "2000-01-23"
    },
    "company" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "matchedName" : "matchedName"
  } ],
  "censored" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response SearchResults

Up
get /search/v1/suggest
(searchV1SuggestGet)
auto complete: provides quick company and person suggestions for given input query

Query parameters

query (required)
Query Parameter — the query string
domain (optional)
Query Parameter — &quot;company&quot; to match companies only, &quot;person&quot; to match persons only, empty to match all
history (optional)
Query Parameter — true to include former company names
censor (optional)
Query Parameter — should be set when presenting the content on a public website
offset (optional)
Query Parameter — offset of first item to return format: int32
limit (optional)
Query Parameter — maximum number of items to return format: int32
output (optional)
Query Parameter — response format default: json
countries (optional)
Query Parameter — list of country ISO codes to restrict result set (empty to retrieve all countries). Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.
status (optional)
Query Parameter — list of valid statuses (active, terminated, liquidation). Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.

Return type

SearchResults

Example data

Content-Type: application/json
{
  "total" : 1,
  "offset" : 0,
  "nextPos" : "nextPos",
  "nextOffset" : 6,
  "results" : [ {
    "person" : {
      "birthMonth" : 7,
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "deceased" : true,
      "blocked" : true,
      "birthYear" : 2,
      "name" : {
        "firstName" : "firstName",
        "lastName" : "lastName",
        "title" : "title"
      },
      "id" : "id",
      "birthDate" : "2000-01-23",
      "northDataUrl" : "northDataUrl",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "publication" : {
      "date" : "2000-01-23",
      "internal" : { },
      "attachments" : [ {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      }, {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      } ],
      "creationTime" : "2000-01-23T04:56:07.000+00:00",
      "language" : "language",
      "source" : "source",
      "originalLanguage" : "originalLanguage",
      "title" : "title",
      "mentionedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "northDataUrl" : "northDataUrl",
      "structure" : {
        "topics" : [ {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        }, {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        } ]
      },
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "blocked" : true,
      "publisher" : {
        "euId" : "euId",
        "subject" : "subject",
        "extras" : [ {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        }, {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        } ],
        "northDataUrl" : "northDataUrl",
        "lei" : "lei",
        "relatedCompanies" : {
          "items" : [ {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          }, {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          } ]
        },
        "filings" : [ null, null ],
        "originalSubject" : "originalSubject",
        "sheets" : [ {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        }, {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        } ],
        "blocked" : true,
        "id" : "id",
        "terminated" : true,
        "events" : {
          "items" : [ {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          }, {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          } ]
        },
        "proxyPolicy" : "proxyPolicy",
        "segmentCodes" : {
          "key" : [ "segmentCodes", "segmentCodes" ]
        },
        "address" : {
          "country" : "country",
          "lng" : 6.027456183070403,
          "city" : "city",
          "street" : "street",
          "extra" : "extra",
          "postalCode" : "postalCode",
          "formattedValue" : "formattedValue",
          "state" : "state",
          "lat" : 0.8008281904610115
        },
        "history" : {
          "financials" : [ {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          }, {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          } ],
          "mktgTechIndicators" : [ null, null ],
          "addresses" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "names" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "registers" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ]
        },
        "rawName" : "rawName",
        "originalSubjectLang" : "originalSubjectLang",
        "elfCode" : "elfCode",
        "name" : {
          "name" : "name",
          "legalForm" : "legalForm"
        },
        "register" : {
          "country" : "country",
          "city" : "city",
          "uniqueKey" : "uniqueKey",
          "id" : "id"
        },
        "status" : "active",
        "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
      },
      "html" : "html",
      "id" : "id",
      "sourceName" : "sourceName",
      "text" : "text",
      "category" : "category",
      "effectiveDate" : "2000-01-23"
    },
    "company" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "matchedName" : "matchedName"
  }, {
    "person" : {
      "birthMonth" : 7,
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "deceased" : true,
      "blocked" : true,
      "birthYear" : 2,
      "name" : {
        "firstName" : "firstName",
        "lastName" : "lastName",
        "title" : "title"
      },
      "id" : "id",
      "birthDate" : "2000-01-23",
      "northDataUrl" : "northDataUrl",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "publication" : {
      "date" : "2000-01-23",
      "internal" : { },
      "attachments" : [ {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      }, {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      } ],
      "creationTime" : "2000-01-23T04:56:07.000+00:00",
      "language" : "language",
      "source" : "source",
      "originalLanguage" : "originalLanguage",
      "title" : "title",
      "mentionedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "northDataUrl" : "northDataUrl",
      "structure" : {
        "topics" : [ {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        }, {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        } ]
      },
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "blocked" : true,
      "publisher" : {
        "euId" : "euId",
        "subject" : "subject",
        "extras" : [ {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        }, {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        } ],
        "northDataUrl" : "northDataUrl",
        "lei" : "lei",
        "relatedCompanies" : {
          "items" : [ {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          }, {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          } ]
        },
        "filings" : [ null, null ],
        "originalSubject" : "originalSubject",
        "sheets" : [ {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        }, {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        } ],
        "blocked" : true,
        "id" : "id",
        "terminated" : true,
        "events" : {
          "items" : [ {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          }, {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          } ]
        },
        "proxyPolicy" : "proxyPolicy",
        "segmentCodes" : {
          "key" : [ "segmentCodes", "segmentCodes" ]
        },
        "address" : {
          "country" : "country",
          "lng" : 6.027456183070403,
          "city" : "city",
          "street" : "street",
          "extra" : "extra",
          "postalCode" : "postalCode",
          "formattedValue" : "formattedValue",
          "state" : "state",
          "lat" : 0.8008281904610115
        },
        "history" : {
          "financials" : [ {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          }, {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          } ],
          "mktgTechIndicators" : [ null, null ],
          "addresses" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "names" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "registers" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ]
        },
        "rawName" : "rawName",
        "originalSubjectLang" : "originalSubjectLang",
        "elfCode" : "elfCode",
        "name" : {
          "name" : "name",
          "legalForm" : "legalForm"
        },
        "register" : {
          "country" : "country",
          "city" : "city",
          "uniqueKey" : "uniqueKey",
          "id" : "id"
        },
        "status" : "active",
        "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
      },
      "html" : "html",
      "id" : "id",
      "sourceName" : "sourceName",
      "text" : "text",
      "category" : "category",
      "effectiveDate" : "2000-01-23"
    },
    "company" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "matchedName" : "matchedName"
  } ],
  "censored" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response SearchResults

Up
get /search/v1/universal
(searchV1UniversalGet)
universal search: provides best company and person matches for given input query

Query parameters

query (required)
Query Parameter — the query string
domain (optional)
Query Parameter — set to &quot;company&quot; for companies only, &quot;person&quot; for persons only, otherwise leave empty
pos (optional)
Query Parameter — if additional results shall be downloaded, set this to the value of the nextPos attribute of the previous response
censor (optional)
Query Parameter — should be set when presenting the content on a public website
offset (optional)
Query Parameter — offset of first item to return format: int32
limit (optional)
Query Parameter — maximum number of items to return format: int32
output (optional)
Query Parameter — response format default: json
countries (optional)
Query Parameter — list of country ISO codes to restrict result set (empty to retrieve all countries). Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.
status (optional)
Query Parameter — list of valid statuses (active, terminated, liquidation). Valid values can be retrieved dynamically from the <code>/reference/v1/overview</code> endpoint.
history (optional)
Query Parameter — true to include historical data
financials (optional)
Query Parameter — true to include financial data
events (optional)
Query Parameter — true to include event data
eventType (optional)
Query Parameter — restrict which event types will be returned if events equals true
maxEvents (optional)
Query Parameter — maximum number of events to return format: int32
relations (optional)
Query Parameter — true to include related company and person data. Note: For owners, only majority shareholders are included. For more owners, use the &quot;owners&quot; parameter instead.
owners (optional)
Query Parameter — true to include all owners/shareholders (companies &amp; persons) of the subject company
ownerships (optional)
Query Parameter — true to include companies owned by the subject company.
representatives (optional)
Query Parameter — true to include legal representatives of the subject company (e.g., managing directors, board members).
alwaysResolve (optional)
Query Parameter — true to lookup current state of related company from database
sheets (optional)
Query Parameter — true to include company financial sheets (balance, earnings)
extras (optional)
Query Parameter — true to include extra company data provided by 3rd parties

Return type

SearchResults

Example data

Content-Type: application/json
{
  "total" : 1,
  "offset" : 0,
  "nextPos" : "nextPos",
  "nextOffset" : 6,
  "results" : [ {
    "person" : {
      "birthMonth" : 7,
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "deceased" : true,
      "blocked" : true,
      "birthYear" : 2,
      "name" : {
        "firstName" : "firstName",
        "lastName" : "lastName",
        "title" : "title"
      },
      "id" : "id",
      "birthDate" : "2000-01-23",
      "northDataUrl" : "northDataUrl",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "publication" : {
      "date" : "2000-01-23",
      "internal" : { },
      "attachments" : [ {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      }, {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      } ],
      "creationTime" : "2000-01-23T04:56:07.000+00:00",
      "language" : "language",
      "source" : "source",
      "originalLanguage" : "originalLanguage",
      "title" : "title",
      "mentionedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "northDataUrl" : "northDataUrl",
      "structure" : {
        "topics" : [ {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        }, {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        } ]
      },
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "blocked" : true,
      "publisher" : {
        "euId" : "euId",
        "subject" : "subject",
        "extras" : [ {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        }, {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        } ],
        "northDataUrl" : "northDataUrl",
        "lei" : "lei",
        "relatedCompanies" : {
          "items" : [ {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          }, {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          } ]
        },
        "filings" : [ null, null ],
        "originalSubject" : "originalSubject",
        "sheets" : [ {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        }, {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        } ],
        "blocked" : true,
        "id" : "id",
        "terminated" : true,
        "events" : {
          "items" : [ {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          }, {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          } ]
        },
        "proxyPolicy" : "proxyPolicy",
        "segmentCodes" : {
          "key" : [ "segmentCodes", "segmentCodes" ]
        },
        "address" : {
          "country" : "country",
          "lng" : 6.027456183070403,
          "city" : "city",
          "street" : "street",
          "extra" : "extra",
          "postalCode" : "postalCode",
          "formattedValue" : "formattedValue",
          "state" : "state",
          "lat" : 0.8008281904610115
        },
        "history" : {
          "financials" : [ {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          }, {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          } ],
          "mktgTechIndicators" : [ null, null ],
          "addresses" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "names" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "registers" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ]
        },
        "rawName" : "rawName",
        "originalSubjectLang" : "originalSubjectLang",
        "elfCode" : "elfCode",
        "name" : {
          "name" : "name",
          "legalForm" : "legalForm"
        },
        "register" : {
          "country" : "country",
          "city" : "city",
          "uniqueKey" : "uniqueKey",
          "id" : "id"
        },
        "status" : "active",
        "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
      },
      "html" : "html",
      "id" : "id",
      "sourceName" : "sourceName",
      "text" : "text",
      "category" : "category",
      "effectiveDate" : "2000-01-23"
    },
    "company" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "matchedName" : "matchedName"
  }, {
    "person" : {
      "birthMonth" : 7,
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "deceased" : true,
      "blocked" : true,
      "birthYear" : 2,
      "name" : {
        "firstName" : "firstName",
        "lastName" : "lastName",
        "title" : "title"
      },
      "id" : "id",
      "birthDate" : "2000-01-23",
      "northDataUrl" : "northDataUrl",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "publication" : {
      "date" : "2000-01-23",
      "internal" : { },
      "attachments" : [ {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      }, {
        "name" : "name",
        "contentType" : "contentType",
        "url" : "url"
      } ],
      "creationTime" : "2000-01-23T04:56:07.000+00:00",
      "language" : "language",
      "source" : "source",
      "originalLanguage" : "originalLanguage",
      "title" : "title",
      "mentionedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "northDataUrl" : "northDataUrl",
      "structure" : {
        "topics" : [ {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        }, {
          "name" : "name",
          "type" : "type",
          "value" : "value"
        } ]
      },
      "filings" : [ {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      }, {
        "city" : "city",
        "name" : "name",
        "source" : "source",
        "id" : "id",
        "type" : "type"
      } ],
      "blocked" : true,
      "publisher" : {
        "euId" : "euId",
        "subject" : "subject",
        "extras" : [ {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        }, {
          "sourceUrl" : "sourceUrl",
          "sourceName" : "sourceName",
          "items" : [ {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          }, {
            "formattedHtmlValue" : "formattedHtmlValue",
            "name" : "name",
            "id" : "id",
            "value" : "value"
          } ]
        } ],
        "northDataUrl" : "northDataUrl",
        "lei" : "lei",
        "relatedCompanies" : {
          "items" : [ {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          }, {
            "person" : {
              "birthMonth" : 7,
              "filings" : [ {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              }, {
                "city" : "city",
                "name" : "name",
                "source" : "source",
                "id" : "id",
                "type" : "type"
              } ],
              "deceased" : true,
              "blocked" : true,
              "birthYear" : 2,
              "name" : {
                "firstName" : "firstName",
                "lastName" : "lastName",
                "title" : "title"
              },
              "id" : "id",
              "birthDate" : "2000-01-23",
              "northDataUrl" : "northDataUrl",
              "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
            },
            "roles" : [ {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            }, {
              "date" : "2000-01-23",
              "sharesNominal" : {
                "unit" : "unit",
                "value" : 3.616076749251911
              },
              "name" : "name",
              "demotion" : true,
              "sharesPercent" : 9.301444243932576,
              "detail" : "detail",
              "type" : "type",
              "dir" : "None",
              "announce" : true,
              "group" : "Succession"
            } ],
            "description" : "description"
          } ]
        },
        "filings" : [ null, null ],
        "originalSubject" : "originalSubject",
        "sheets" : [ {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        }, {
          "columnHeaders" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "unit" : "unit",
          "consolidated" : true,
          "rows" : [ {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          }, {
            "cells" : [ {
              "value" : 5.637376656633329
            }, {
              "value" : 5.637376656633329
            } ],
            "level" : 5,
            "name" : "name"
          } ],
          "type" : "balance",
          "reporting" : "HGB"
        } ],
        "blocked" : true,
        "id" : "id",
        "terminated" : true,
        "events" : {
          "items" : [ {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          }, {
            "date" : "2000-01-23",
            "description" : "description",
            "type" : "type"
          } ]
        },
        "proxyPolicy" : "proxyPolicy",
        "segmentCodes" : {
          "key" : [ "segmentCodes", "segmentCodes" ]
        },
        "address" : {
          "country" : "country",
          "lng" : 6.027456183070403,
          "city" : "city",
          "street" : "street",
          "extra" : "extra",
          "postalCode" : "postalCode",
          "formattedValue" : "formattedValue",
          "state" : "state",
          "lat" : 0.8008281904610115
        },
        "history" : {
          "financials" : [ {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          }, {
            "date" : "2000-01-23",
            "note" : {
              "html" : "html",
              "text" : "text"
            },
            "consolidated" : true,
            "formattedDate" : "formattedDate",
            "source" : {
              "snippets" : [ {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              }, {
                "title" : "title",
                "contentType" : "contentType",
                "content" : "content"
              } ],
              "publicationId" : "publicationId",
              "publicationTitle" : "publicationTitle",
              "publicationDate" : "2000-01-23",
              "auditorName" : "auditorName"
            },
            "items" : [ {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            }, {
              "note" : "note",
              "unit" : "unit",
              "name" : "name",
              "estimate" : true,
              "formattedValue" : "formattedValue",
              "id" : "id",
              "value" : 1.4658129805029452
            } ]
          } ],
          "mktgTechIndicators" : [ null, null ],
          "addresses" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "names" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ],
          "registers" : [ {
            "date" : "2000-01-23"
          }, {
            "date" : "2000-01-23"
          } ]
        },
        "rawName" : "rawName",
        "originalSubjectLang" : "originalSubjectLang",
        "elfCode" : "elfCode",
        "name" : {
          "name" : "name",
          "legalForm" : "legalForm"
        },
        "register" : {
          "country" : "country",
          "city" : "city",
          "uniqueKey" : "uniqueKey",
          "id" : "id"
        },
        "status" : "active",
        "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
      },
      "html" : "html",
      "id" : "id",
      "sourceName" : "sourceName",
      "text" : "text",
      "category" : "category",
      "effectiveDate" : "2000-01-23"
    },
    "company" : {
      "euId" : "euId",
      "subject" : "subject",
      "extras" : [ {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      }, {
        "sourceUrl" : "sourceUrl",
        "sourceName" : "sourceName",
        "items" : [ {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        }, {
          "formattedHtmlValue" : "formattedHtmlValue",
          "name" : "name",
          "id" : "id",
          "value" : "value"
        } ]
      } ],
      "northDataUrl" : "northDataUrl",
      "lei" : "lei",
      "relatedCompanies" : {
        "items" : [ {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        }, {
          "person" : {
            "birthMonth" : 7,
            "filings" : [ {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            }, {
              "city" : "city",
              "name" : "name",
              "source" : "source",
              "id" : "id",
              "type" : "type"
            } ],
            "deceased" : true,
            "blocked" : true,
            "birthYear" : 2,
            "name" : {
              "firstName" : "firstName",
              "lastName" : "lastName",
              "title" : "title"
            },
            "id" : "id",
            "birthDate" : "2000-01-23",
            "northDataUrl" : "northDataUrl",
            "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
          },
          "roles" : [ {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          }, {
            "date" : "2000-01-23",
            "sharesNominal" : {
              "unit" : "unit",
              "value" : 3.616076749251911
            },
            "name" : "name",
            "demotion" : true,
            "sharesPercent" : 9.301444243932576,
            "detail" : "detail",
            "type" : "type",
            "dir" : "None",
            "announce" : true,
            "group" : "Succession"
          } ],
          "description" : "description"
        } ]
      },
      "filings" : [ null, null ],
      "originalSubject" : "originalSubject",
      "sheets" : [ {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      }, {
        "columnHeaders" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "unit" : "unit",
        "consolidated" : true,
        "rows" : [ {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        }, {
          "cells" : [ {
            "value" : 5.637376656633329
          }, {
            "value" : 5.637376656633329
          } ],
          "level" : 5,
          "name" : "name"
        } ],
        "type" : "balance",
        "reporting" : "HGB"
      } ],
      "blocked" : true,
      "id" : "id",
      "terminated" : true,
      "events" : {
        "items" : [ {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        }, {
          "date" : "2000-01-23",
          "description" : "description",
          "type" : "type"
        } ]
      },
      "proxyPolicy" : "proxyPolicy",
      "segmentCodes" : {
        "key" : [ "segmentCodes", "segmentCodes" ]
      },
      "address" : {
        "country" : "country",
        "lng" : 6.027456183070403,
        "city" : "city",
        "street" : "street",
        "extra" : "extra",
        "postalCode" : "postalCode",
        "formattedValue" : "formattedValue",
        "state" : "state",
        "lat" : 0.8008281904610115
      },
      "history" : {
        "financials" : [ {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        }, {
          "date" : "2000-01-23",
          "note" : {
            "html" : "html",
            "text" : "text"
          },
          "consolidated" : true,
          "formattedDate" : "formattedDate",
          "source" : {
            "snippets" : [ {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            }, {
              "title" : "title",
              "contentType" : "contentType",
              "content" : "content"
            } ],
            "publicationId" : "publicationId",
            "publicationTitle" : "publicationTitle",
            "publicationDate" : "2000-01-23",
            "auditorName" : "auditorName"
          },
          "items" : [ {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          }, {
            "note" : "note",
            "unit" : "unit",
            "name" : "name",
            "estimate" : true,
            "formattedValue" : "formattedValue",
            "id" : "id",
            "value" : 1.4658129805029452
          } ]
        } ],
        "mktgTechIndicators" : [ null, null ],
        "addresses" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "names" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ],
        "registers" : [ {
          "date" : "2000-01-23"
        }, {
          "date" : "2000-01-23"
        } ]
      },
      "rawName" : "rawName",
      "originalSubjectLang" : "originalSubjectLang",
      "elfCode" : "elfCode",
      "name" : {
        "name" : "name",
        "legalForm" : "legalForm"
      },
      "register" : {
        "country" : "country",
        "city" : "city",
        "uniqueKey" : "uniqueKey",
        "id" : "id"
      },
      "status" : "active",
      "lastUpdateTime" : "2000-01-23T04:56:07.000+00:00"
    },
    "matchedName" : "matchedName"
  } ],
  "censored" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

A successful response SearchResults

Models

[ Jump to Methods ]

Table of Contents

  1. Address
  2. AddressHistoryItem
  3. ApplicableCountries
  4. Attachment
  5. Billing
  6. Company - Company
  7. CompanyHistory
  8. CompanyName
  9. CompanyNameHistoryItem
  10. Event
  11. EventType
  12. EventTypeOverview
  13. Events
  14. Extra
  15. Extras
  16. Filing
  17. Financial
  18. Financials
  19. FinancialsNote
  20. FinancialsSource
  21. GenericResponse
  22. LegalFormOverview
  23. Money
  24. Order
  25. OrderItem
  26. OverviewResponse
  27. PerformanceIndicatorOverview
  28. Person
  29. PersonName
  30. Product
  31. Publication
  32. PublicationSource
  33. PublicationStructure
  34. Register
  35. RegisterHistoryItem
  36. RegisterOverview
  37. Relation
  38. Relations
  39. Role
  40. Role_sharesNominal
  41. SearchResult
  42. SearchResults
  43. Sheet
  44. SheetCell
  45. SheetColumnHeader
  46. SheetRow
  47. SourceSnippet
  48. Topic

Address Up

street (optional)
String street and house number
extra (optional)
String extra address information (such as c/o)
postalCode (optional)
String postal code
city
String city
state (optional)
String state
country
String two-letter ISO country code
lat (optional)
Double geo coordinates, latitude part format: double
lng (optional)
Double geo coordinates, longitude part format: double
formattedValue (optional)
String the whole address in one human readable string

AddressHistoryItem Up

address
date (optional)
date since when the referred address is (known to be) in use format: date

ApplicableCountries Up

List of applicable countries (two-letter ISO codes).

Attachment Up

binary content related to a publication
name
String name of attachment
url
String url to download from (link will be valid for 3 days)
contentType
String mime type

Billing Up

number of requests in billing period
periodStart (optional)
date begin of the billing period format: date
periodEnd (optional)
date end of the billing period format: date
numberOfRequests (optional)
Integer number of unique requests format: int32

Company - Company Up

All data for a particular company
id
String internal company id (do not store this id in an external database, it may change over time)
name
rawName (optional)
String May provide the raw name found in register sources before applying normalizations and spelling fixes
address
register (optional)
lei (optional)
String International Legal Entity Identifier (LEI)
euId (optional)
String European Unique Identifier (EUID)
elfCode (optional)
String current entity legal form code according to ISO 20275
subject (optional)
String subject according to register filing (also called corporate object, purpose, Unternehmensgegenstand), possibly translated
originalSubject (optional)
String subject according to register filing (also called corporate object, purpose, Unternehmensgegenstand), in the original language
originalSubjectLang (optional)
String original language of the subject
proxyPolicy (optional)
String rules for representation by legal representatives (e.g., signatory authority)
segmentCodes (optional)
map[String, array[String]] each property (naics, isic, nace, wz, uksic) contains a list of segment codes in respective standard classification
northDataUrl (optional)
String North data web page for this company
terminated (optional)
Boolean company has been terminated
status (optional)
String current status of the company, where liquidation is the intermediate state before the final removal from the register (=terminated)
Enum:
active
liquidation
terminated
history (optional)
capital (optional)
financials (optional)
mktgTechIndicators (optional)
events (optional)
extras (optional)
array[Extras] extra data provided by 3rd parties
sheets (optional)
array[Sheet] company's financial sheets (such as balance and earnings sheets)
relatedCompanies (optional)
relatedPersons (optional)
filings (optional)
array[Filing] external source-specific IDs
blocked (optional)
Boolean company data should not be publicly on the Internet because of a request for privacy protection
lastUpdateTime (optional)
Date last time this company was updated format: date-time

CompanyHistory Up

names (optional)
array[CompanyNameHistoryItem] name history of a company
addresses (optional)
array[AddressHistoryItem] adress history of a company
registers (optional)
array[RegisterHistoryItem] register entry history of a company
financials (optional)
array[Financials] historical financial data
mktgTechIndicators (optional)
array[Financials] historical financial data

CompanyName Up

name
String name of a company
legalForm (optional)
String legal form (for example: A/S, AG, AG &amp; Co. KG, AöR, Co. KG, d.o.o., e. K., e. V., eG, EWIV, gAG, GbR, gGmbH, GmbH, GmbH &amp; Co. KG, gSE, gUG, Inh., InvAG, KG, KGaA, KGaA &amp; Co. KG, Ltd., Ltd. &amp; Co. KG, OHG, PartGG, plc, REITG, S.L., SCE, SCE, SCE mbH, SE, SE &amp; Co. KG, Stiftung &amp; Co. KG, UG, UG &amp; Co. KG, VVaG)

CompanyNameHistoryItem Up

name
date (optional)
date since when the referred company name is (known to be) in use format: date

Event Up

event
type (optional)
String one of ...
date (optional)
date when it happened format: date
description (optional)
String human-readable description of what happend

EventType Up

event type (for possible values, see Appendix G of the user's guide)

EventTypeOverview Up

An event type and the countries where it is available.
id (optional)
String Event type identifier (matches values accepted by <code>EventType</code> input)
countries (optional)
array[String] List of two-letter ISO country codes where this event type is supported

Events Up

list of events
items
array[Event] the list of events

Extra Up

extra data item, typically provided by a 3rd party.
id
String common ids are: email, url, phone, fax, vatId, wz
name
String describing name (for example, &quot;Email&quot; with English language settings, &quot;E-Mail&quot; with German language settigns)
value
String actual value
formattedHtmlValue
String value formatted as an HTML string

Extras Up

set of additional data, typically provided by 3rd parties.
sourceName (optional)
String name of the source
sourceUrl (optional)
String url of the source
items (optional)
array[Extra] extra data items in this set

Filing Up

Filings are external IDs that are used by an external source (for example the insolvency filing ID for the Ins source)
type (optional)
String filing type
name (optional)
String complete string
source (optional)
city (optional)
String city (only for German insolvency filings)
id
String external ID (e.g., 36w IN 3284/16 for insolvency filings)

Financial Up

single financial number
id
String type of number (for example, revenue). Please see the <a href="https://www.northdata.com/_coverage#indicators">indicator reference</a> for a complete list
name
String name in current language (for example, Umsatz in German or Revenue in English)
value
Double actual value format: double
unit (optional)
String unit or currency (EUR, % or empty)
estimate (optional)
Boolean true if the value is not exact (because it relies on an estimate or an unsafe determination method)
note (optional)
String optional note or comment with respect to the calculation of the financial
formattedValue
String value formatted as a string (depending on the language settings)

Financials Up

financial data
date
date reference date format: date
formattedDate
String date formatted as a string (depending on the language settings)
consolidated
Boolean true if the financial data refer to a consolidated balance (Konzernabschluss)
source (optional)
items
array[Financial] list of financial numbers (maybe empty. If empty, see note for the reason)
note (optional)

FinancialsNote Up

additional explanation of financials (or of their absence)
text
String explanation as plain text
html
String explanation as html

FinancialsSource Up

source of financial data
publicationId (optional)
String internal publication ID
publicationTitle
String publication title such as &quot;Jahresabschluss 2015&quot;
publicationDate
date date the publication was published format: date
auditorName (optional)
String name of auditing company
snippets (optional)
array[SourceSnippet] excerpts from the original publication containing the financial data

GenericResponse Up

newPos (optional)
publications (optional)

LegalFormOverview Up

A legal form and the countries where it is available.
id (optional)
countries (optional)

Money Up

amount and currency
currency
String currency (three-letter code)
amount
Double amount as a number format: double
formattedValue
String amount and currency formatted as a human-readable string

Order Up

result of an order
id (optional)
String string to identify the order
items (optional)

OrderItem Up

information whether and where a product maybe downloaded
product (optional)
status
String whether the publication is ready for download
Enum:
waiting
ready
unavailable
url (optional)
String url to download from (when the status is 'ready')
contentType (optional)
String mime type

OverviewResponse Up

countries (optional)
Object List of supported countries.
eventTypes (optional)
array[EventTypeOverview] List of available events for power search.
legalFormFamilies (optional)
array[String] List of available legal form families for power search.
legalForms (optional)
array[LegalFormOverview] List of available legal forms for power search.
legalStatuses (optional)
array[String] List of possible states in the lifecycle of a company.
performanceIndicators (optional)
array[PerformanceIndicatorOverview] List of available performance indicators for power search.
registers (optional)
roleTypes (optional)
array[String] List of available role types.
segmentCodeStandards (optional)
array[String] List of supported segment code standards available for power search.
sources (optional)
topicTypes (optional)

PerformanceIndicatorOverview Up

A performance indicator and the countries where it is available.
id (optional)
countries (optional)

Person Up

id
String internal person id (do not store this id in an external database, it may change over time)
name
address (optional)
birthDate (optional)
date Birth date format: date
birthYear (optional)
Integer Sometimes only the birth years is known, but not the exact date format: int32
birthMonth (optional)
Integer Sometimes only birth year and month are known, but not the exact date format: int32
deceased (optional)
Boolean person is known to be dead
northDataUrl (optional)
String North data web page for this person
relatedCompanies (optional)
filings (optional)
array[Filing] external source-specific IDs
blocked (optional)
Boolean person data should not be publicly on the Internet because of a request for privacy protection
lastUpdateTime (optional)
Date last time this person was updated format: date-time

PersonName Up

firstName (optional)
String first name(s)
lastName
String last name
title (optional)
String title

Product Up

a publication that can be bought and downloaded
id
String string to identify a product when ordering for download
name
String name of the product
date (optional)
date publishing date format: date
price

Publication Up

id
String interne ID
date (optional)
date publishing date format: date
effectiveDate (optional)
date date when published changes became effective (e.g., appointment of new director) format: date
creationTime (optional)
Date database creation time (which is right after the initial publication download) format: date-time
source
sourceName (optional)
String full name of source
category (optional)
String category under which publication was filed in the original source
originalLanguage (optional)
String ISO language code
language (optional)
String ISO language code. This is different from the original language, for translations only.
title
String title of publication
northDataUrl (optional)
String North data web page for this publication
text (optional)
String raw text of the publication
html (optional)
String text of publication in HTML format
publisher (optional)
structure (optional)
mentionedCompanies (optional)
mentionedPersons (optional)
filings (optional)
array[Filing] external filing IDs (e.g. insolvency filing IDs)
attachments (optional)
array[Attachment] additional binary content such as images or PDF
blocked (optional)
Boolean publication data should not be publicly on the Internet because of a request for privacy protection
internal (optional)
Object additional data used for internal purposes

PublicationSource Up

Source identifier, for a complete list see <a href="https://www.northdata.com/_coverage#sources">Source reference</a>

PublicationStructure Up

result of the structural analysis of a publication
topics (optional)
array[Topic] topics of the publication

Register Up

register entry information (e.g., Amtsgericht Hamburg HRB 9999)
country (optional)
String register country (two-letter ISO code)
city (optional)
String city of the register court (e.g. Hamburg). Empty for most countries.
id
String ID of the register filing (e.g. HRB 9999)
uniqueKey (optional)
String unique numerical key for repeatably unique identification of the register entry

RegisterHistoryItem Up

register
date (optional)
date since when this registry entry is valid format: date

RegisterOverview Up

A country's register and an example entry.
country (optional)
String Register country (two-letter ISO code)
name (optional)
String Name of the register authority (localised depending on the language settings when possible)
sample (optional)
String A representative example of how a register ID would look like

Relation Up

relation of a company or person to another company or person
company (optional)
person (optional)
description (optional)
String human readable short summary
roles
array[Role] description of the type of the relation

Relations Up

list of related companies / persons
items

Role Up

description of the type of a relation
date (optional)
date date format: date
name
String description (depending on the current language settings)
detail (optional)
String depending on role and country
demotion (optional)
Boolean true if the relation ends at the given date
announce (optional)
Boolean true if the relation might be preliminary
type
String internal identifier (for possible values, see Appendix F of the API User Guide)
group
String internal group identifier
Enum:
Succession
Control
Merger
Personal
Other
Interest
dir (optional)
String Direction. The exact interpretation depends of the value of the field &quot;group&quot;. See the API User Guide for details.
Enum:
None
Source
Target
Bi
sharesPercent (optional)
Double shares in percent format: double
sharesNominal (optional)

Role_sharesNominal Up

nominal shares
value
Double actual value format: double
unit
String unit or currency (EUR, % or empty)

SearchResult Up

company, person or publication that is result of a search
company (optional)
person (optional)
publication (optional)
matchedName (optional)
String the matched name (useful if a company has been renamed)

SearchResults Up

search results
results (optional)
array[SearchResult] list of results
censored (optional)
Boolean true if results have been omitted because of censoring
offset (optional)
Integer offset of result array in all results format: int32
nextOffset (optional)
Integer offset to retrieve next batch of results format: int32
nextPos (optional)
String position to retrieve next batch of results
total (optional)
Integer total number of results (usually, this number is not available, unfortunately) format: int32

Sheet Up

represents balance sheets, profit and loss statements, and similar structures
columnHeaders
array[SheetColumnHeader] list of column headers
rows
array[SheetRow] list of rows
type
String the kind of financial data reported in this sheet
Enum:
balance
earnings
cashflow
consolidated
Boolean true if the financial is consolidated (including dependent companies) or not (excluding)
reporting (optional)
String the reporting standard used
Enum:
HGB
IFRS
GAAP
unit (optional)
String unit or currency (EUR, % or empty)

SheetCell Up

cell of a sheet
value (optional)
Double numeric value format: double

SheetColumnHeader Up

column header of a sheet
date
date the date of entries in this column format: date
source (optional)

SheetRow Up

row of a sheet
name
String name of row
level (optional)
Integer if the sheet is structured as a tree, indicates the depth of the nesting of this row. format: int32
cells
array[SheetCell] list of cells

SourceSnippet Up

excerpts from an original publication
title
String title
content
String text
contentType (optional)
String content format, usually &quot;text/html&quot;

Topic Up

topic of a publication
name
String textual description
value (optional)
String accompanying value (e.g., €100.000,-)
type
String internal identificator for the topic (for possible values, see Appendix E of the user's guide)