LexisNexis Global Watchlist

Watchlist/OFAC APIs

Global Watchlist Search

Request
path Parameters
config
required
string
Request Body schema:
glbPurpose
required
string
Enum: "0" "1" "2" "3" "5" "6" "7" "11" "12"
dlPurpose
required
string
Enum: "0" "1" "2" "3" "4" "5" "6" "7"
searchType
string
Enum: "I" "N" "B"
watchListStr
string
queryId
string
threshold
number <double>
returnCount
integer <int32>
startingRecord
integer <int32>
object (OFACNameDTO)
country
string
dob
string <date>
birthYearRadius
integer <int32>
Responses
200

OK

post/gwls
Request samples
{
  • "glbPurpose": "0",
  • "dlPurpose": "0",
  • "searchType": "I",
  • "watchListStr": "string",
  • "queryId": "string",
  • "threshold": 0,
  • "returnCount": 0,
  • "startingRecord": 0,
  • "name": {
    },
  • "country": "string",
  • "dob": "2019-08-24",
  • "birthYearRadius": 0
}
Response samples
{
  • "response": {
    }
}

Global Watchlist Search

Request
path Parameters
config
required
string
Request Body schema:
glbPurpose
required
string
Enum: "0" "1" "2" "3" "5" "6" "7" "11" "12"
dlPurpose
required
string
Enum: "0" "1" "2" "3" "4" "5" "6" "7"
searchType
string
Enum: "I" "N" "B"
watchListStr
string
queryId
string
threshold
number <double>
returnCount
integer <int32>
startingRecord
integer <int32>
object (OFACNameDTO)
country
string
dob
string <date>
birthYearRadius
integer <int32>
Responses
200

OK

post/gwls/{config}
Request samples
{
  • "glbPurpose": "0",
  • "dlPurpose": "0",
  • "searchType": "I",
  • "watchListStr": "string",
  • "queryId": "string",
  • "threshold": 0,
  • "returnCount": 0,
  • "startingRecord": 0,
  • "name": {
    },
  • "country": "string",
  • "dob": "2019-08-24",
  • "birthYearRadius": 0
}
Response samples
{
  • "response": {
    }
}

Global Watchlist Search Batch

Request
path Parameters
config
required
string
Request Body schema:
Array of objects (GWLSRequestDTO)
Responses
200

OK

post/gwls/batch
Request samples
{
  • "requests": [
    ]
}
Response samples
{
  • "responses": [
    ]
}

Global Watchlist Search Batch

Request
path Parameters
config
required
string
Request Body schema:
Array of objects (GWLSRequestDTO)
Responses
200

OK

post/gwls/batch/{config}
Request samples
{
  • "requests": [
    ]
}
Response samples
{
  • "responses": [
    ]
}

OFAC Watchlist Search (multiple request)

Request
path Parameters
config
required
string
Request Body schema:
Array of objects (OFACRequestDTO)
Responses
200

OK

post/gwls/ofaclist
Request samples
{
  • "requests": [
    ]
}
Response samples
{
  • "responses": [
    ]
}

OFAC Watchlist Search (multiple request)

Request
path Parameters
config
required
string
Request Body schema:
Array of objects (OFACRequestDTO)
Responses
200

OK

post/gwls/ofaclist/{config}
Request samples
{
  • "requests": [
    ]
}
Response samples
{
  • "responses": [
    ]
}

OFAC Watchlist Search (single request)

Request
path Parameters
config
required
string
Request Body schema:
queryId
string
threshold
number <double>
returnCount
integer <int32>
startingRecord
integer <int32>
object (OFACNameDTO)
country
string
dob
string <date>
birthYearRadius
integer <int32>
Responses
200

OK

post/gwls/ofac/{config}
Request samples
{
  • "queryId": "string",
  • "threshold": 0,
  • "returnCount": 0,
  • "startingRecord": 0,
  • "name": {
    },
  • "country": "string",
  • "dob": "2019-08-24",
  • "birthYearRadius": 0
}
Response samples
{
  • "response": {
    }
}

OFAC Watchlist Search (single request)

Request
path Parameters
config
required
string
Request Body schema:
queryId
string
threshold
number <double>
returnCount
integer <int32>
startingRecord
integer <int32>
object (OFACNameDTO)
country
string
dob
string <date>
birthYearRadius
integer <int32>
Responses
200

OK

post/gwls/ofac
Request samples
{
  • "queryId": "string",
  • "threshold": 0,
  • "returnCount": 0,
  • "startingRecord": 0,
  • "name": {
    },
  • "country": "string",
  • "dob": "2019-08-24",
  • "birthYearRadius": 0
}
Response samples
{
  • "response": {
    }
}