Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleExpand to view mapping listing example
Code Block
languagejson
GETPOST /api/mapping/
{
  "indexName": "elasticdemo.20210903.113840",
  "Field":"size-property"
}

API Response

Code Block
[
    {
        "Mapping": {
            "Field": "size-property",
            "Label": "Large",
            "SortOrder": "4"
        },
        "Field": "size-property",
        "Value": "Large"
    },
    {
        "Mapping": {
            "Field": "size-property",
            "Label": "Small",
            "SortOrder": "2"
        },
        "Field": "size-property",
        "Value": "Small"
    },
    {
        "Mapping": {
            "Field": "size-property",
            "Label": "Medium",
            "SortOrder": "3"
        },
        "Field": "size-property",
        "Value": "Medium"
    },
    {
        "Mapping": {
            "Field": "size-property",
            "Label": "Extra Small",
            "SortOrder": "1"
        },
        "Field": "size-property",
        "Value": "Extra Small"
    }
]

...