Skip to content
Search! & Match! API
FieldValue
latest

FieldValue

Field Value🔗

Description🔗

A field value either contains a simple string value, or in case of object fields a map of subvalues. It never contains both a value and subvalues.

Fields🔗

Parameter Name Type Description
value string the value of the field as string
subValues Map of string to list of string Map of nested field names with their corresponding values.

Example🔗

{
    "subValues": {
        "jobtitle":["developer"],
        "date":["2015-04-19"]
    }
}