Atoka API User Reference
Companies package "Certifications"
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 |
---|---|---|---|---|---|---|
items[] | list of certifications awarded by the company | - | - | |||
items[].activities[] Private field | The name of the certified activities | "string" | - | |||
items[].activity This field is deprecated | The name of the certified activity This field is deprecated in favour of `activities` array; contact us to get access to the new field and plan the migration. | "string" | - | |||
items[].category.code | Category code for this certification | "string" | certificationCategories certificationCategoriesExclude | |||
items[].category.label | Category label for this certification, in Italian | "string" | - | |||
items[].institution | The name of the certification authority | "string" | - | |||
items[].startDate | The date on which the certification began | date | - | |||
items[].type | Certification type | "string" | certifications |
Example JSON fragment for package
{"items": [{"institution": "foo", "activity": "foo", "activities": ["foo",...],"type": "foo", "startDate": "2015-12-24", "category": {"code": "ISO 14001", "label": "Sistemi di gestione ambientale" }},...]}