Fetch Entity by Short ID
Entity Endpoints
Fetch Entity by Short ID
Get an entity by its short ID
Fetch Entity by Short ID
Requires the
entities bundle. A project without the entities bundle returns 403 database/tables-not-available. See Bundles.shortId. Short IDs are compact, URL-friendly identifiers automatically assigned to each entity. They are useful for building shareable deep links.
Query Parameters
string
required
The short ID of the entity to fetch.
string
Comma-separated list of associations to include:
user— the author’s user profilespace— the space the entity belongs totopComment— the highest-voted commentsaved— whether the authenticated user has saved this entityfiles— uploaded file/image attachmentsgrants— the reputation-grant summary for the entity
Response
Returns an Entity object.Error Responses
Not Found — 404
Not Found — 404

