curl --request GET \
--url https://www.firmium.de/api/v1/events/ \
--cookie sessionid={
"count": 123,
"results": [
{
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"company_name": "<string>",
"category": "company",
"category_display": "<string>",
"kind": "name",
"kind_display": "<string>",
"operation": "create",
"operation_display": "<string>",
"event_date": "2023-11-07T05:31:56Z",
"is_official": true,
"processed": true
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}ViewSet for viewing events - read-only for users
curl --request GET \
--url https://www.firmium.de/api/v1/events/ \
--cookie sessionid={
"count": 123,
"results": [
{
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"company_name": "<string>",
"category": "company",
"category_display": "<string>",
"kind": "name",
"kind_display": "<string>",
"operation": "create",
"operation_display": "<string>",
"event_date": "2023-11-07T05:31:56Z",
"is_official": true,
"processed": true
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Which field to use when ordering the results.
A page number within the paginated result set.
A search term.
123
Anzeigen untergeordnete attribute
company - Unternehmensdatenmanagement - Managementshareholder - Gesellschafteraddress - Adressefinancial - Finanzenevent - Ereignissepublication - Veröffentlichungrelationship - Geschäftsbeziehungcompany, management, shareholder, address, financial, event, publication, relationship name - Firmennamestatus - Firmenstatustax_id - Steuernummerregistration - Firmenbuchnummerwebsite - Webseiteemail - E-Mailphone - Telefoncapital - Stammkapitallegal_form - Rechtsformbusiness_purpose - Unternehmensgegenstandeuid - EUIDdirector - Geschäftsführersupervisory_board - Aufsichtsratprokura - Prokuristsignatory - Zeichnungsberechtigterliquidator - Liquidatorshareholder - Gesellschafterbeneficial_owner - Wirtschaftlich Berechtigteraddress - Adresseregistered_office - Sitzbranch - Niederlassungrevenue - Umsatzassets - Vermögenliabilities - Verbindlichkeitenebitda - EBITDAprofit_margin - Gewinnmargedebt_ratio - Verschuldungsgradmerger - Fusionacquisition - Übernahmespin_off - Abspaltungsplit - Aufspaltungannual_report - Jahresabschlussfinancial_statement - Bilanzcourt_notice - Gerichtliche Bekanntmachungsupplier - Lieferantcustomer - Kundepartner - Partnerparent - Muttergesellschaftsubsidiary - Tochtergesellschaftownership - Beteiligungcompetitor - Wettbewerberassociation - Verbandname, status, tax_id, registration, website, email, phone, capital, legal_form, business_purpose, euid, director, supervisory_board, prokura, signatory, liquidator, shareholder, beneficial_owner, address, registered_office, branch, revenue, assets, liabilities, ebitda, profit_margin, debt_ratio, merger, acquisition, spin_off, split, annual_report, financial_statement, court_notice, supplier, customer, partner, parent, subsidiary, ownership, competitor, association create - Neuupdate - Geändertdelete - Gelöschtcreate, update, delete True for official sources (Firmenbuch), False for inferred signals (news, social)
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"
War diese Seite hilfreich?