Get Single Entity
Entity Endpoints
Get Single Entity
Fetch a single entity by its ID
GET
Get Single Entity
Fetches a single entity by its ID. Publicly accessible.
Path Parameters
string
required
ID of the entity to retrieve
Response
string
Unique entity identifier
string
ID of the user who created the entity
string
Short identifier for easy sharing
string
External reference ID if provided
string
Entity title
string
Entity content
array
Array of keywords associated with the entity
array
Array of attachment objects
object
Custom metadata
object
array
Array of user IDs who upvoted
array
Array of user IDs who downvoted
number
Number of times the entity was viewed
string
Creation timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format
Error Responses
Invalid Entity ID - 400 Bad Request
Invalid Entity ID - 400 Bad Request
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- No authentication is required.
- Entity score may be updated asynchronously after response is sent.
- Returned entity includes metadata, vote counts, and replies count if available.

