Request
Parameters
universe_id*uuidUnique identifier of the universe
namestring[]Name of the entity.
aliasstring[]Alternative name, abbreviation, or local brand used to refer to a company or entity.
dunsstring[]Duns number of the entity.
figistring[]FIGI (Financial Instrument Global Identifier) of the entity.
isinstring[]International Securities Identification Number used to uniquely identify a financial security.
tickerstring[]Stock market ticker symbol used to identify a publicly traded company on an exchange.
leistring[]Legal Entity Identifier (LEI) is a 20-character alphanumeric code.
entity_idstring[]SESAMm Unique Entity ID.
websitestring[]Website of the entity. Protocol is not always present.
orderfield:directionOrder to apply to the result.
Possible fields are:
name.Possible directions are:
Default: name:ascExample: "name:asc"ascanddesc.fields(string (enum))[]Fields to include in the response
Default: ["id", "description", "name", "figi", "isin", "ticker", "alias", "website", "country", "lei"]Values: "id", "description", "name", "figi", "isin", "ticker", "alias", "website", "country", "lei"
Response
Error
Bad request
message*stringError message.
Example: "The server returned an unexpected response"code*integerError code.
Example: 400reason*string (enum)Error reason.
Values: "invalid", "timeout", "offline", "unknown", "not_found", "unauthorized", "forbidden", "internal", "too_many_requests"errorsobject[]Possible error causes, like query params, headers or body.
{
"message": "The server returned an unexpected response",
"code": 400,
"reason": "invalid",
"errors": [
{
"message": "Expected number, received string",
"field": "size",
"reason": "invalid_type"
}
]
}Not authorized
message*stringExample: "Not authorized to access this resource"code*number (enum)Error code.
Values: 403reason*string (enum)Values: "forbidden"
{
"message": "Not authorized to access this resource",
"code": 403,
"reason": "forbidden"
}Not found
message*stringExample: "[record] not found."code*number (enum)Error code.
Values: 404reason*string (enum)Values: "not_found"
{
"message": "[record] not found.",
"code": 404,
"reason": "not_found"
}