Versions Compared

Key

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

Method description

Get a list of all blacklists for this instance. If the lang parameter is present, the filter gets a list of blacklists for this instance filtering by lang.

...

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

Parameters

NameRequiredDescription
lang(error)(error)Filter by lang

Response format and codes

...

Code Block
languagexml
themeConfluence
titleResponse
{
  "num_found": 3,
  "results": [
    {
      "created_on": "2017-02-24T10:19:27",
      "id": "58b008b0f9cdda056a241e49",
      "lang": "en_EN",
      "terms": "prueba 1 mod",
      "updated_on": "2017-02-24T10:20:23"
    },
    {
      "created_on": "2017-02-24T10:23:13",
      "id": "58b00991f9cdda056b78a7eb",
      "lang": "en_EN",
      "terms": "prueba 2",
      "updated_on": "2017-02-24T10:23:13"
    },
    {
      "created_on": "2017-02-24T10:23:23",
      "id": "58b0099bf9cdda056a241e4a",
      "lang": "es_ES",
      "terms": "prueba 1",
      "updated_on": "2017-02-24T10:23:23"
    }
  ]
}

...

purpose

...