Lookup 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
Changes
No recorded changes to this endpoint across all 1 revision of this API.