Atoka API User Reference
People package "Politically Exposed Person" (PEP)
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 | 
|---|---|---|---|---|---|---|
| isPep | is this person a PEP? | true | false | isPep | |||
| items[] | list of companies this person has positions in | - | - | |||
| items[].from | from which date the person has this membership | date | - | |||
| items[].membership | membership, e.g. "Sindaco del Comune di Roma" | "string" | - | |||
| items[].name | name of the company | "string" | - | |||
| items[].office.id | id of the office | "string" | - | |||
| items[].office.label | name of the office, e.g. "Consigliere Comunale" | "string" | - | |||
| items[].to | to which date the person had this membership | date | - | 
Example JSON fragment for package
{"isPep": false, "items": [{"membership": "foo", "office": {"id": "foo", "label": "foo" },"name": "foo", "from": "2015-12-24", "to": "2015-12-24" },...]}