Atoka API User Reference
People Root Fields
These fields do not belong to a specific package, but are always returned for each person 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 |
---|---|---|---|---|---|---|
cervedId Private field | Cerved ID of the person | int | - | |||
country | "it", "no", "at", "be", "ch", "cz", "de", "dk", "es", "fr", "gb", "gr", "hu", "ie", "nl", "pl", "pt", "ro", "se", "si", "sk" | - | ||||
id | Unique ID that you can use throughout the API endpoints to reference to a specific person | "string" | - | |||
ids[] Private field | All IDs that you can use throughout the API endpoints to reference to a specific person | "string" | - | |||
name | The full name of the person | "string" | - | |||
obfuscated | true iff this person was obfuscated, so that it is not possible to know anything personal about him or her. Relationships with companies are still kept, with roles or shares amounts. | true | false | - |
Example JSON fragment for package
{"id": "7ce3e8597a64", "ids": ["foo",...],"cervedId": 2044622, "country": "it","name": "John Doe", "obfuscated": false }