Retrieves all Company Parameter records for the specified Company Parameter table (LookupTable).
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.
Example:
{
"data":{
"criteria":[
],
"operator":"and"
},
"resultFields":[
"key1",
"key2",
"key3",
"attribute1",
"attribute2",
"attribute3"
],
"valueFields":[
]
}
You can specify the start and end row to limit the number of retrieved records.
OK
{- "endRow": 30,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact"
}
{- "response": {
- "status": 0,
- "startRow": 0,
- "node": "<node>",
- "csrfToken": "<token>",
- "data": [
- {
- "version": 18,
- "typedId": "2147489943.LTV",
- "name": "test",
- "value": "null",
- "lowerBound": null,
- "upperBound": null,
- "lastUpdateByName": "admin",
- "createdByName": "admin",
- "tableId": null,
- "valueType": "STRING",
- "type": "SIMPLE",
- "rawValue": "null",
- "createDate": "2021-10-01T12:08:23",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-10-06T12:49:48",
- "lastUpdateBy": 2147490696
}, - {
- "version": 2,
- "typedId": "2147490005.LTV",
- "name": "recordName",
- "value": "recordValue",
- "lowerBound": null,
- "upperBound": null,
- "lastUpdateByName": "admin",
- "createdByName": "admin",
- "tableId": null,
- "valueType": "STRING",
- "type": "SIMPLE",
- "rawValue": "recordValue",
- "createDate": "2021-10-07T09:04:47",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-10-07T09:04:47",
- "lastUpdateBy": 2147490696
}, - {
- "version": 2,
- "typedId": "2147490006.LTV",
- "name": "recordName2",
- "value": "recordValue2",
- "lowerBound": null,
- "upperBound": null,
- "lastUpdateByName": "admin",
- "createdByName": "admin",
- "tableId": null,
- "valueType": "STRING",
- "type": "SIMPLE",
- "rawValue": "recordValue2",
- "createDate": "2021-10-07T09:07:24",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-10-07T09:07:24",
- "lastUpdateBy": 2147490696
}
], - "endRow": 3
}
}