Skip to content
Search! & Match! API
SavedResult
latest

SavedResult

SavedResult🔗

Description🔗

This object represents a single saved result, it consists of an ID and metadata.

Fields🔗

Parameter Name Type Description
docID string the document ID (unique within the searchEngine)
metadata string representation of the metadata (JSON encoded key-value map)

Examples🔗

{
    "docID": "4-0",
    "metadata": "{\"name\":[\"for LANGTON\"],\"city\":[\"London\"],...}"
}