Fetch global pep
GET {{baseUrl}}/person/:pepId
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"records": [
{
"active": "<boolean>",
"address": {
"address": "<string>",
"city": "<string>",
"country": "<string>",
"url": "<string>"
},
"birthDetails": {
"date": "<string>",
"dateNote": "<string>",
"place": "<string>"
},
"changeDate": "<string>",
"countryDetails": [
{
"code": "<string>",
"connectionType": "<string>"
},
{
"code": "<string>",
"connectionType": "<string>"
}
],
"deceased": {
"date": "<string>"
},
"descriptions": [
{
"level1": "<integer>",
"level2": "<integer>"
},
{
"level1": "<integer>",
"level2": "<integer>"
}
],
"gender": "<string>",
"idDetails": {
"id": "<string>",
"idType": "<string>"
},
"images": [
{
"imageUrl": "<string>"
},
{
"imageUrl": "<string>"
}
],
"inactive": {
"dateNote": "<string>",
"fromDate": "<string>"
},
"names": [
{
"entityName": "<string>",
"firstName": "<string>",
"maidenName": "<string>",
"middleName": "<string>",
"originalScriptName": "<string>",
"singleStringName": "<string>",
"suffix": "<string>",
"surName": "<string>",
"titleHonorific": "<string>",
"type": {
"code": "<integer>",
"text": "<string>"
}
},
{
"entityName": "<string>",
"firstName": "<string>",
"maidenName": "<string>",
"middleName": "<string>",
"originalScriptName": "<string>",
"singleStringName": "<string>",
"suffix": "<string>",
"surName": "<string>",
"titleHonorific": "<string>",
"type": {
"code": "<integer>",
"text": "<string>"
}
}
],
"pepId": "<string>",
"profileNote": "<string>",
"relations": [
{
"code": "<integer>",
"exRelation": "<boolean>",
"id": "<string>",
"text": "<string>"
},
{
"code": "<integer>",
"exRelation": "<boolean>",
"id": "<string>",
"text": "<string>"
}
],
"roles": [
{
"fromDate": "<string>",
"occupation": {
"code": "<integer>",
"text": "<string>"
},
"title": "<string>",
"toDate": "<string>",
"type": "<string>"
},
{
"fromDate": "<string>",
"occupation": {
"code": "<integer>",
"text": "<string>"
},
"title": "<string>",
"toDate": "<string>",
"type": "<string>"
}
],
"sanctionsReference": [
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
"toDate": "<string>"
},
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
"toDate": "<string>"
}
],
"sources": [
{
"source": "<string>"
},
{
"source": "<string>"
}
]
},
{
"active": "<boolean>",
"address": {
"address": "<string>",
"city": "<string>",
"country": "<string>",
"url": "<string>"
},
"birthDetails": {
"date": "<string>",
"dateNote": Curl curl -X GET 'https://api.roaring.io/global/pep/1.0/person/:pepId' ENDPOINTS |