Versions Compared

Key

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

Method description

...

The calling user must have the EB_ROOT, EB_ADMIN, EB_APP, SEARCH_ADMIN or SEARCH_MANAGER role for this instance or the global instance.

Parameters

Name

Required

Description

lang
(error)
(error)Filter by lang

Response codes

HTTP codeDescription
200Blacklists deleted
401The user does not meet the security criteria

...

Code Block
languagexml
[
    {
        "created_on": "2017-07-10T11:24:39",
        "id": "596363f7f9cddac567324424",
        "lang": "ES",
        "terms": "prueba 1 ES",
        "updated_on": "2017-07-10T11:24:39"
    },
    {
        "created_on": "2017-07-10T18:35:30",
        "id": "5963c8f2f9cddac56732443c",
        "lang": "ES",
        "terms": "prueba 2 ES",
        "updated_on": "2017-07-10T18:35:30"
    },
    {
        "created_on": "2017-07-10T18:35:30",
        "id": "5963c8f2f9cddac56732443d",
        "lang": "ES",
        "terms": "prueba 3 ES",
        "updated_on": "2017-07-10T18:35:30"
    },
    {
        "created_on": "2017-07-10T18:35:30",
        "id": "5963c8f3f9cddac56732443e",
        "lang": "ES",
        "terms": "prueba 4 ES",
        "updated_on": "2017-07-10T18:35:31"
    }
]

Dependencies

...