Get entity by name
GET /data/v1/query/graph/entity/{entity_name}
GET
/data/v1/query/graph/entity/{entity_name}
Look up a specific entity by exact name match. Returns null if not found.
Authorizations
Parameters
Path Parameters
entity_name
required
string
Exact entity name to look up
Example
NightmareResponses
200
Entity found
object
id
string
name
string
entity_type
Entity category (e.g. ship, module, skill)
string
properties
object
key
additional properties
any
401
Invalid or missing API key
object
error
object
message
string
type
string
code
string
param
string
404
Entity not found