v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlookupManagement
Get a lookup table.
Get a lookup table for the given identifier.
get/v1/lookupTables/{id}
Path parameters
idstring required
Example:0000000001C41EE4
Identifier of the lookup table.
Response
Definition of the lookup table.
Example response
{
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"description": "This is a sample lookup table description.",
"fields": [
{
"fieldName": "FieldName1",
"fieldType": "boolean"
}
],
"primaryKeys": [
"FieldName1"
],
"ttl": 100,
"sizeLimitAction": "DeleteOldData",
"name": "SampleLookupTable",
"parentFolderId": "0000000001C41EE4",
"id": "0000000001C41EE4",
"contentPath": "/Library/Users/johndoe@acme.com/lookupTable",
"size": 100
}