Documentation Index

Fetch the complete documentation index at: https://docs.zilliant.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the list of field values for a field type

Prev Next
Get
/lookupTables/{id}/fields/{fieldName}/valueDomain
Security
HTTP
Type bearer

OAuth access token. For details, read Obtain or refresh an OAuth token.

Path parameters
id
string (base64-encoded URI) Required
ExampleaHR0cHM6Ly9teGRldjAzeHR2czdzNHZsMi5oYW5hLm9uZGVtYW5kLmNvbS9Mb29rdXBUYWJsZSM0MjQ2ZmJlYzA5NDg0OGEyYmJhZjJkOTk3ZTE0NDE1ZQ==
fieldName
stringRequired
ExamplePRODUCT_ID
Responses
200

Returns the list of valid values for the field.

{
  "total": 1182,
  "type": "Bundle",
  "entry": [
    {
      "id": "aHR0cDovL2VjY2lkZXMvODAwL1Byb2R1Y3QjQkFSLTAwNA==",
      "type": "Product",
      "uri": "http://eccides/800/Product#BAR-004",
      "objectName": "00000000001791"
    },
    {
      "id": "aHR0cHM6Ly9teGRldjAzeHR2czdzNHZsMi5oYW5hLm9uZGVtYW5kLmNvbS9Qcm9kdWN0Izk5YjY4MDE0YjE3ZTQ5MzM4MjE2NDAxMWY4NGZiNDJi",
      "type": "Product",
      "uri": "https://mxdev03xtvs7s4vl2.hana.ondemand.com/Product#99b68014b17e493382164011f84fb42b",
      "objectName": "000000000000000578"
    }
  ],
  "include": []
}
Expand All
object
total
integer
Example1182
type
string
ExampleBundle
entry
Array of object
object
id
string
ExampleaHR0cDovL2VjY2lkZXMvODAwL1Byb2R1Y3QjQkFSLTAwNA==
type
string
ExampleProduct
uri
string
Examplehttp://eccides/800/Product#BAR-004
objectName
string
Example
include
Array of string
string