Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Custom Lists

The Custom Lists Dossier Worker returns matching customer custom lists for a given indicator.


Data Structure:

{
"results": {
“indicator”: [
{
"confidence_level": string,
"created_time": string,
"description": string,
"id": int,
"item_count": int,
"name": string,
"policies": [string],
"threat_level": string,
"type": string,
"updated_time": string
}
]
}
}


Example:

Given “moiparks.in” is used as an indicator, Custom Lists returns the following:

{
"results": {
“moiparks.in”: [
{
"confidence_level": "HIGH",
"created_time": "2020-01-09T05:23:56Z",
"description": "",
"id": 634638,
"item_count": 2,
"name": "Sample List",
"policies": [],
"threat_level": "LOW",
"type": "custom_list",
"updated_time": "2020-05-19T21:11:16Z"
}
]
}
}
  • No labels