Retrieves all Lookup Tables / Company Parameter tables.
You can use this endpoint to retrieve the table ID. The tableId
can be used in other endpoint URLs that work with Company Parameter Values. Find the table ID in the response under id
parameter (e.g. "id": 2147484027
).
You can specify the start and end row to limit the number of retrieved Lookup Tables / Company Parameters.
OK
Returns the Company Parameter table / Lookup table fields. The name
property is the same as uniqueName
if the owner
is null
. If the owner
field is non-null, then the name
will be the name of the table (DMT or LT) in the context of the owner.
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{- "endRow": 30,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "label",
- "operator": "iEquals",
- "value": "matrix"
}
]
}, - "sortBy": [
- "uniqueName"
]
}
{- "response": {
- "node": "<node>",
- "csrfToken": "<token>",
- "startRow": 0,
- "data": [
- {
- "version": 2,
- "typedId": "2147484027.LT",
- "uniqueName": "test",
- "label": "Test2",
- "validAfter": "2021-09-29",
- "status": "ACTIVE",
- "simulationSet": null,
- "type": "SIMPLE",
- "valueType": "STRING",
- "nodeId": null,
- "userGroupEdit": null,
- "userGroupViewDetails": null,
- "hideWarnings": false,
- "formatType": null,
- "lastUpdateByName": "admin",
- "createdByName": "admin",
- "numberOfKeyFields": 1,
- "createDate": "2021-09-30T14:43:25",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-10-01T12:05:34",
- "lastUpdateBy": 2147490696,
- "id": 2147484027,
- "isPlasma": false,
- "name": "test"
}, - {
- "version": 0,
- "typedId": "2147484036.LT",
- "uniqueName": "matrix",
- "label": "matrix",
- "validAfter": "2021-10-05",
- "status": "ACTIVE",
- "simulationSet": null,
- "type": "MATRIX",
- "valueType": "MATRIX",
- "nodeId": null,
- "userGroupEdit": null,
- "userGroupViewDetails": null,
- "hideWarnings": false,
- "formatType": null,
- "lastUpdateByName": "admin",
- "createdByName": "admin",
- "numberOfKeyFields": 1,
- "createDate": "2021-10-06T10:53:26",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-10-06T10:53:26",
- "lastUpdateBy": 2147490696,
- "id": 2147484036,
- "isPlasma": false,
- "name": "matrix"
}
], - "endRow": 2,
- "totalRows": 2,
- "status": 0
}
}