Returns array of objects for filling up drop-down lists.
For every object is offered at least: id, name, updated_at_timestamp, uuid.
If request is made with from_updated_at parameter, then result will contain additional parameters: is_archived, is_deleted.
Some object types result contains object-specific output parameters: slug, fullname, color, field_size, hourly_rate.
List is possible to filter by search query parameter "q".
Endpoint returns by default array of up to 200 elements.
If slug field is present and filled, translation (according to user preferred language) must be shown instead of name. Translation slugs are constant values.
If list has more than 200 elements then has_more value is set to "true". User is expected to specify
search query parameter q or with parameter updated_at_timestamp.
Available classificator_type's are:
agrifield, agrifieldonly, workobject, workobjectonly, agrifield_group, workobject_category, cadastre,
agrifield_usage_type, field_usage_type, meadow_usage_type,
material, cost_material, product_material, coating_material, spare_part, workunit, storage, material_category,
material_certificate, amount_category, amount_category_seed, amount_category_plant_protection,
amount_category_fertilizer, amount_category_liming, amount_category_ton,
pp_material_type, fert_material_type, fert_material_code, liming_material_type, monitoring_material_type,
montoring_material_category, pria_material_plant_protection, pria_material_fertilizer, pria_material_pest,
pria_material_disease, pria_material_weed, pria_material_plant_event, pria_worktype, pria_payee, variety_registry,
calendar_event_type, color, cost_account, cost_account_rule, currency, holiday, customer,
customer_person, partner, provider,
facility, maintenance_unit, main_facility, secondary_facility, facility_type, folder_layout,
animal_type, company_type, crop, master_crop, crop_period, crop_period_fullyear, crop_type, crop_layer_type,
crop_purpose_type, harvest_type, department, division, fuel, fuel_card,
identificator_type, inspection_template, inspection_schedule, inspection_task, integration_partner,
inventory_event_type, location_area,
mobile_folder_type, profession, project, role, roster_type, roster_visibility, recurrence_type,
plan_recurrence_type, severity, shift, time_tracking_type,
worker_group, worktype, parent_worktype, faultitem_worktype, document_type, file_type, mat_inv_type,
lifespan_type, agreement, agreement_type, agreement_type_pria, accounting_unit_type,
worker, project_manager, foreman, maintenance_worker.
Any other value returns { error: message.classificator_type_not_supported }.