API Type 2 - divers
main entities
|
| count | int | any valid value | number of objects |
| items | array | items | items |
items
|
| id | int | any valid value | id |
| name | string | max. 255 chars | name |
| translation | object | translation | name translations |
| remarks | object | remarks | remarks |
translation
|
| de | string | max. 255 chars | german |
| fr | string | max. 255 chars | french |
| it | string | max. 255 chars | italian |
| en | string | max. 255 chars | english |
| es | string | max. 255 chars | spanish |
| nl | string | max. 255 chars | dutch |
remarks
|
| de | string | any valid value | german |
| fr | string | any valid value | french |
| en | string | any valid value | english |
| it | string | any valid value | italian |