Sanctions Türkiye
  1. Schemas
Sanctions Türkiye
  • Health
    • Servis sağlık kontrolü
  • Auth
    • Kullanıcı girişi
    • Access token yenile
    • Aktif oturumu getir
  • Users
    • Kurum kullanıcılarını listele
    • Yeni kullanıcı oluştur
    • Kullanıcı bilgilerini güncelle
    • Kullanıcıyı pasife çek
  • API Keys
    • API anahtarlarını listele
    • Yeni API anahtarı oluştur
    • API anahtarını güncelle
    • API anahtarını sil
  • Customers
    • Müşterileri listele
    • Müşteri oluştur
    • Müşteri detay
    • Müşteri güncelle
    • Müşteriyi sil
  • Screenings
    • Screening kayıtlarını listele
    • Yeni screening başlat
    • Screening detayını getir
    • Screening kararını güncelle
  • Search
    • Yaptırım araması (GET)
    • Yaptırım araması (POST)
    • API anahtarı ile arama (GET)
    • API anahtarı ile arama (POST)
  • Search Logs
    • Arama loglarını listele
    • Arama logu detayı
  • API Key Logs
    • API key isteklerini listele
    • API key log detayı
  • Schemas
    • Schemas
      • ErrorResponse
      • AuthLoginRequest
      • AuthRefreshRequest
      • AuthSession
      • UserResponse
      • UserCreateRequest
      • UserUpdateRequest
      • ApiKeyResponse
      • ApiKeyCreateRequest
      • ApiKeyUpdateRequest
      • CustomerRequest
      • CustomerResponse
      • PaginatedCustomers
      • ScreeningHit
      • ScreeningRequest
      • ScreeningDecisionRequest
      • ScreeningResponse
      • PaginatedScreenings
      • SearchIdentifier
      • SearchQuery
      • EntityRecord
      • SanctionRecord
      • SearchResultItem
      • SearchResponse
      • SearchLogResponse
      • PaginatedSearchLogs
      • ApiKeyLogResponse
      • PaginatedApiKeyLogs
  1. Schemas

SearchResultItem

{
    "entity": {
        "entityId": "string",
        "type": "string",
        "primaryName": "string",
        "names": [
            "string"
        ],
        "gender": "string",
        "birthDates": [
            "string"
        ],
        "birthPlaces": [
            "string"
        ],
        "nationalities": [
            "string"
        ],
        "countries": [
            "string"
        ],
        "pep": true
    },
    "sanctions": [
        {
            "source": "string",
            "program": "string",
            "regime": "string",
            "measures": [
                "string"
            ],
            "listedAt": "2019-08-24T14:15:22.123Z",
            "modifiedAt": "2019-08-24T14:15:22.123Z",
            "referenceId": "string"
        }
    ],
    "aliases": [
        {
            "entityId": "string",
            "name": "string",
            "quality": "string"
        }
    ],
    "addresses": [
        {
            "entityId": "string",
            "address": "string",
            "city": "string",
            "country": "string",
            "region": "string",
            "postalCode": "string"
        }
    ],
    "identifiers": [
        {
            "entityId": "string",
            "type": "string",
            "value": "string",
            "country": "string"
        }
    ],
    "score": 0,
    "matchedFields": [
        "string"
    ]
}
Built with