materialo integrate Logo
materialo INTEGRATE v2.1 API documentation

FUNCTION

get_datalist_materials.php

Function description:

With this script you can fetch a list of all available materials or use search parameters to filter the list for needed materials only.

Input:

Variable Type Size Description
cnf string 1-100 characters Your configuration name as given by VEEUZE GmbH - This configuration must have the permission to use the Integrate.
lng string 2-3 characters Language defaults to "EN" and falls back to "EN", if there is no value for the given language in our database.
Our supported languages via their country code are:
bg - bulgarian; cn - chinese; cz - czech; de - german; dk - dansk; en - english; es - spanish; fin - finnish; fr - french; gr - greek; hr - croatian; hu - hungarian; it - italian; nl - dutch; no - norwegian; pl - polish; pt - portuguese; ro - romanian; ru - russian; si - slovenian; rs - serbian; se - swedish; tr - turkish
skeys string 0-1000 characters Search keys. Separated by ";".
Allowed values are:
id; category_master; category; unique_key; producer; collection; article_nr; search_code; info; subfolder; texture_filename; app_header; app_data; data_header; data_data; filename; uses; search_criteria_1 .. search_criteria_40
svals string 0-1000 characters Search values. Separated by ";".
The same quantity (number of ";") and order as used in skeys are needed!
Possible values can be found by using the get_datalist_searchvals.php script.
sorder string 0-1000 characters Sort order. Defaults to "sequence" with "article_nr" fallback.
Allowed values are:
id; category_master; category; unique_key; producer; collection; article_nr; search_code; subfolder; texture_filename
cols string 0-1000 characters Columns from database, that should also be returned. Separated by ";".
Allowed values are:
id; category_master; category; unique_key; producer; collection; article_nr; search_code; info; subfolder; texture_filename; app_header; app_data; data_header; data_data; filename; uses; search_criteria_1 .. search_criteria_40
page integer 0-10.000 Page number to show. This of course depends on the number of results and the set limit.
limit integer 0-2000 Limit to the number of returned results.
frmt string 0-10 characters Return format. If "xml" or "csv" is given, XML or CSV output will be generated instead of the default JSON.
dbg integer 0-1 0 results in normal operation, 1 results in debug output instead.

Output:

JSON object
maximum of 2000 entries at once, paging needed if more

Try out in this jsfiddle:

See "in action" in this jsfiddle: