Skip to main content
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


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.