Entity

Get Entity

GET
Retrieve an entity from the database based on the ID

Path parameters

idstringRequired
Unique identifier of the entity

Query parameters

attributes.additional_information.nextstringOptional

The pagination token for the next page of attribute additional_information.

attributes.additional_information.prevstringOptional

The pagination token for the previous page of attribute additional_information.

attributes.additional_information.limitintegerOptional

Limit total values returned for attribute additional_information. Defaults to 100.

attributes.address.nextstringOptional

The pagination token for the next page of attribute address.

attributes.address.prevstringOptional

The pagination token for the previous page of attribute address.

attributes.address.limitintegerOptional

Limit total values returned for attribute address. Defaults to 100.

attributes.business_purpose.nextstringOptional

The pagination token for the next page of attribute business_purpose.

attributes.business_purpose.prevstringOptional

The pagination token for the previous page of attribute business_purpose.

attributes.business_purpose.limitintegerOptional

Limit total values returned for attribute business_purpose. Defaults to 100.

attributes.company_type.nextstringOptional

The pagination token for the next page of attribute company_type.

attributes.company_type.prevstringOptional

The pagination token for the previous page of attribute company_type.

attributes.company_type.limitintegerOptional

Limit total values returned for attribute company_type. Defaults to 100.

attributes.country.nextstringOptional

The pagination token for the next page of attribute country.

attributes.country.prevstringOptional

The pagination token for the previous page of attribute country.

attributes.country.limitintegerOptional

Limit total values returned for attribute country. Defaults to 100.

attributes.identifier.nextstringOptional

The pagination token for the next page of attribute identifier.

attributes.identifier.prevstringOptional

The pagination token for the previous page of attribute identifier.

attributes.identifier.limitintegerOptional

Limit total values returned for attribute identifier. Defaults to 100.

attributes.name.nextstringOptional

The pagination token for the next page of attribute name.

attributes.name.prevstringOptional

The pagination token for the previous page of attribute name.

attributes.name.limitintegerOptional

Limit total values returned for attribute name. Defaults to 100.

attributes.status.nextstringOptional

The pagination token for the next page of attribute status.

attributes.status.prevstringOptional

The pagination token for the previous page of attribute status.

attributes.status.limitintegerOptional

Limit total values returned for attribute status. Defaults to 100.

relationships.nextstringOptional
The pagination token for the next page of relationship results
relationships.prevstringOptional
The pagination token for the previous page of relationship results
relationships.limitintegerOptional
Limit total relationship values. Defaults to 50.
relationships.typeenumOptional

Filter relationships to relationship type, e.g. director_of or has_shareholder

relationships.sortstringOptional
Sorts relationships by As Of date or Shareholder percentage, e.g. date or -shares
relationships.startDatedateOptional
Filters relationships to after a date
relationships.endDatedateOptional
Filters relationships to before a date
relationships.minSharesintegerOptional
Filters relationships to greater than or equal to a Shareholder percentage
relationships.countryenumOptional

Filters relationships to a list of countries

relationships.arrivalCountryenumOptional

Filters shipment relationships to a list of arrival countries

relationships.arrivalStatestringOptional
Filters shipment relationships to an arrival state
relationships.arrivalCitystringOptional
Filters shipment relationships to an arrival city
relationships.departureCountryenumOptional

Filters shipment relationships to a list of departure countries

relationships.departureStatestringOptional
Filters shipment relationships to a departure state
relationships.departureCitystringOptional
Filters shipment relationships to a departure city
relationships.partnerNamestringOptional
Filters shipment relationships to a trade partner name
relationships.partnerRiskenumOptional

Filters shipment relationships to a trade partner risk tag

relationships.hsCodestringOptional
Filters shipment relationships to an HS code
possibly_same_as.nextstringOptional
The pagination token for the next page of possibly same entities.
possibly_same_as.prevstringOptional
The pagination token for the previous page of possibly same entities.
possibly_same_as.limitintegerOptional
Limit total possibly same as entities. Defaults to 100.
referenced_by.nextstringOptional
The pagination token for the next page of the entity's referencing records
referenced_by.prevstringOptional
The pagination token for the previous page of the entity's referencing records
referenced_by.limitintegerOptional
Limit totals values returned for entity's referencing records. Defaults to 100.

Response

This endpoint returns an object
addresses
list of strings

List of physical addresses associated with the entity. See more here

attribute_count
map from enums to integers

Count of attributes for a given attribute type

closed
boolean
True if the entity existed in the past but not at the present time, otherwise false. Always false for data curation.
countries
list of enums

Entity country

degree
integer
Number of outgoing relationships
entity_url
string
Convenience URL to the entity in the API.
id
string
Unique identifier of the entity
identifiers
list of objects
Identifiers associated with the entity.
label
string
Display name of the entity
pep
boolean

True if the entity has the “Politically Exposed Person (PEP)” risk factor, otherwise false.

psa_count
integer
Number of entities that are Possibly the Same As (PSA) the entity.
related_entities_count
integer
relationship_count
map from enums to integers

Count of related entities for a given relationship type.

risk
map from enums to objects

Risk factors associated with the entity.

sanctioned
boolean

True if the entity has the “Sanctioned” risk factor, otherwise false.

source_count
map from strings to objects
Number of records associated with the entity, grouped by source.
trade_count
map from strings to integers
type
enum

The entity type.

user_attribute_count
map from enums to integers

Count of user-created attributes for a given attribute type

user_record_count
integer
user_related_entities_count
integer
user_relationship_count
map from enums to integers

Count of related entities for a given relationship type.

attributes
objectOptional

Detailed information about the entity’s attributes.

company_type
stringOptional
A type of legal entity in a given jurisdiction (e.g. 'LLC,' 'Sociedad Anonima,' 'Private Company Limited by Shares')
date_of_birth
stringOptional

Birth date of a person. See more here

hs_code
stringOptional
Harmonized Tariff Schedule Code associated with the entity/shipment
latest_status
objectOptional
The most recent status of an entity and when that status was observed.
possibly_same_as
objectOptional
List of entities that are Possibly the Same As (PSA) the entity.
psa_id
stringOptional
reference_id
stringOptional
referenced_by
objectOptional
List of records that reference the entity.
registration_date
stringOptional
Type (registered/incorporated/active) and date of the earliest significant activity associated with the entity. Will appear as 'Registered YYYY-MM-DD'
relationships
objectOptional

Detailed information about the entity’s relationships.

shipment_arrival
stringOptional
Arrival date of a shipment.
shipment_departure
stringOptional
Departure date of a shipment.
translated_label
stringOptional
Label in English if available. Translation performed by Sayari.