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[].activity | The name of the certified activity | "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", "type": "foo", "startDate": "2015-12-24", "category": {"code": "ISO 14001", "label": "Sistemi di gestione ambientale" }},...]}