v1
latestOpenAPI 3.0.02026-08-064842333.5 MBLookup Tables / Company Parameters
List All Lookup Table Values
Retrieves all Company Parameter records for the specified Company Parameter table (LookupTable).<p> Export the table to the Excel file (XLSX) using the output=xls URL query parameter. When exporting to the file, specify fields (within the resultFields property) you want to include in the output table.<p> Example:
{
"data":{
"criteria":[
],
"operator":"and"
},
"resultFields":[
"key1",
"key2",
"key3",
"attribute1",
"attribute2",
"attribute3"
],
"valueFields":[
]
}
post/lookuptablemanager.fetch/{tableId}
Query parameters
output'json' | 'xls' | 'csv' | 'pdf'
Example:xls
Specifies the format of the output file.
useColumnNames'true' | 'false'
Example:false
Set to false to retrieve the table with labels (as used in the database) instead of names in the table header.
Request body
Response
OK