Get Entity by Short ID
Entity Endpoints
Get Entity by Short ID
Retrieve an entity using its short identifier
GET
Get Entity by Short ID
Retrieves a single entity using its
shortId. Publicly accessible.
Query Parameters
string
required
The short identifier of the entity
Response
string
Unique entity identifier
string
Short identifier for easy sharing
string
Entity title
string
Entity content
string
ID of the user who created the entity
array
Array of keywords
string
Creation timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format
Error Responses
Missing Short ID - 400 Bad Request
Missing Short 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.
- The
shortIdis typically used for easily shareable or user-friendly URLs.

