Atoka API User Reference
Companies Root Fields
These fields do not belong to a specific package, but are always returned for each company regardless the value of param packages
API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!
Available fields | Description | Data | Used by filters | Facet | Match | Stats |
---|---|---|---|---|---|---|
active | is the company active? | true | false | active | |||
baby | is this company born in the last 15 days? (data could be partial for these companies) | true | false | - | |||
cervedId Private field | Cerved ID (if present) of company | int | - | |||
country | "it", "no", "at", "be", "ch", "cz", "de", "dk", "es", "fr", "gb", "gr", "hu", "ie", "nl", "pl", "pt", "ro", "se", "si", "sk" | - | ||||
fullAddress | Full address of the company | "string" | - | |||
id | Unique ID that you can use throughout the API endpoints to reference to a specific company | "string" | - | |||
ids[] Private field | All IDs that you can use throughout the API endpoints to reference to a specific company | "string" | - | |||
name | Cleaned name of the company | "string" | - | |||
obfuscated This field is deprecated | true iff this company was obfuscated, so that it is not possible to know any detail about it. | true | false | - | |||
score Private field | item score; present only when filtering by some textual field (eg: This field is only available in the search API, and is semantically different from the | float | - |
Example JSON fragment for package
{"id": "6da785b3adf219770c9e", "ids": ["foo",...],"active": false, "cervedId": 1015245, "country": "it","fullAddress": "Via Garibaldi, 1, 01234, Roma (RM)", "name": "ACME S.p.A.", "baby": false, "obfuscated": false, "score": 42 }