/queryRequest
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Must be "lookup". |
entity_id | integer (u64) | Yes | Entity to look up. |
Response
found is false, diagnostic explains why (e.g. entity_not_found).
Find a node by entity ID.
/query| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Must be "lookup". |
entity_id | integer (u64) | Yes | Entity to look up. |
found is false, diagnostic explains why (e.g. entity_not_found).