v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Noticelists

Get a noticelist by ID

get/noticelists/view/{noticelistId}

Path parameters

noticelistIdstring required
Example:3

Numeric ID of the noticelist

Response

Get noticelist response

Example response

{
  "Noticelist": {
    "id": "3",
    "name": "List of known domains to know external IP",
    "type": "cidr",
    "version": "10",
    "warninglist_entry_count": "1234",
    "valid_attributes": "domain, hostname, domain|ip, uri, url",
    "NoticelistEntry": [
      {
        "id": "1234",
        "noticelist_id": "3",
        "data": {
          "scope": [
            "attribute"
          ],
          "field": [
            "category"
          ],
          "value": [
            "Person"
          ],
          "tags": [
            "tlp:white"
          ],
          "message": {
            "en": "This attribute is likely to contain personal data and the data subject is likely to be directly identifiable."
          }
        }
      }
    ]
  }
}